PropertyGridItemEditorBuilder

Methods

Sets the editor to DropDownList and returns a builder for it's configuration.

AutoComplete()

Adds an AutoComplete editor to the PropertyGrid item and sets the editor options.

Captcha()

Adds a Captcha editor to the PropertyGrid item and sets the editor options.

ComboBox()

Adds a ComboBox editor to the PropertyGrid item and sets the editor options.

MultiSelect()

Adds a MultiSelect editor to the PropertyGrid item and sets the editor options.

MultiColumnComboBox()

Adds a MultiColumnComboBox editor to the PropertyGrid item and sets the editor options.

Adds a DropDownTree editor to the PropertyGrid item and sets the editor options.

DateInput()

Adds a DateInput editor to the PropertyGrid item and sets the editor options.

DatePicker()

Adds a DatePicker editor to the PropertyGrid item and sets the editor options.

DateTimePicker()

Adds a DateTimePicker editor to the PropertyGrid item and sets the editor options.

TimePicker()

Adds a TimePicker editor to the PropertyGrid item and sets the editor options.

NumericTextBox()

Adds a NumericTextBox editor to the PropertyGrid item and sets the editor options. Uses double as the default numeric type.

NumericTextBox()

Adds a NumericTextBox editor to the PropertyGrid item and sets the editor options. Uses double as the default numeric type.

MaskedTextBox()

Adds a MaskedTextBox editor to the PropertyGrid item and sets the editor options.

TextBox()

Adds a TextBox editor to the PropertyGrid item and sets the editor options.

TextArea()

Adds a TextArea editor to the PropertyGrid item and sets the editor options.

Switch()

Adds a Switch editor to the PropertyGrid item and sets the editor options.

Rating()

Adds a Rating editor to the PropertyGrid item and sets the editor options.

Slider()

Adds a Slider editor to the PropertyGrid item and sets the editor options. Uses int as the default numeric type.

ColorGradient()

Adds a ColorGradient editor to the PropertyGrid item and sets the editor options.

ColorPalette()

Adds a ColorPalette editor to the PropertyGrid item and sets the editor options.

ColorPicker()

Adds a ColorPicker editor to the PropertyGrid item and sets the editor options.

FlatColorPicker()

Adds a FlatColorPicker editor to the PropertyGrid item and sets the editor options.

Editor()

Adds an Editor (rich text editor) to the PropertyGrid item and sets the editor options.

RadioGroup()

Adds a RadioGroup editor to the PropertyGrid item and sets the editor options.

CheckBoxGroup()

Adds a CheckBoxGroup editor to the PropertyGrid item and sets the editor options.

CheckBox()

Adds a CheckBoxGroup editor to the PropertyGrid item and sets the editor options.

Signature()

Adds a Signature editor to the PropertyGrid item and sets the editor options.

TimeDurationPicker()

Adds a TimeDurationPicker editor to the PropertyGrid item and sets the editor options.