Class StiWebDesignerOptions.PropertiesGridOptions

java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.PropertiesGridOptions
All Implemented Interfaces:
IStiSerializable, IStiSerializableRef
Enclosing class:
StiWebDesignerOptions

public class StiWebDesignerOptions.PropertiesGridOptions extends StiSerializedObject
  • Constructor Details

    • PropertiesGridOptions

      public PropertiesGridOptions()
  • Method Details

    • isVisible

      public boolean isVisible()
      Gets or sets a visibility of the properties grid in the designer.
      Returns:
      the visible
    • setVisible

      public void setVisible(boolean visible)
      Gets or sets a visibility of the properties grid in the designer.
      Parameters:
      visible - the visible to set
    • getWidth

      public int getWidth()
      Gets or sets a width of the properties grid in the designer.
      Returns:
      the width
    • setWidth

      public void setWidth(int width)
      Gets or sets a width of the properties grid in the designer.
      Parameters:
      width - the width to set
    • getLabelWidth

      public int getLabelWidth()
      Gets or sets a width of the property label in properties grid in the designer.
      Returns:
      the labelWidth
    • setLabelWidth

      public void setLabelWidth(int labelWidth)
      Gets or sets a width of the property label in properties grid in the designer.
      Parameters:
      labelWidth - the labelWidth to set