Class PanelSettingsItem
Defines item of the PanelSettings.
public class PanelSettingsItem : BaseControlItem, IBaseObjectWithId, IBaseObject
- Inheritance
-
PanelSettingsItem
- Implements
Constructors
- PanelSettingsItem()
Initializes a new instance of the PanelSettingsItem class.
Properties
- ClickAction
Gets or sets click action.
- CreateArg
Gets additional arguments used when item was created.
- IsEnabled
Gets whether item is enabled.
- IsNullable
Gets whether value is nullable.
- IsVisible
Gets whether item is visible.
- Kind
Gets kind of the item.
- Label
Gets label text which is shown next to the editor for the value.
- PickList
Gets a pick list for the case when item is EditableSelector or Selector.
- Value
Gets or sets value.
- ValueChangedAction
Gets or sets action which is invoked when value is changed.
- ValueSource
Gets value source.
- ValueType
Gets type of the value.
Methods
- RaiseValueChanged(EventArgs)
Raises ValueChanged event.
Events
- ValueChanged
Occurs when value is changed.