Skip to main content

FilterControlColumnEditorPropertiesFactory Methods

Provides methods that allow you to configure columns of different types in the filter control extension.
Name Description
ButtonEdit(Action<MVCxColumnButtonEditProperties>) Allows you to configure a button edit column.
CheckBox(Action<MVCxColumnCheckBoxProperties>) Allows you to configure a check box column.
ComboBox(Action<MVCxColumnComboBoxProperties>) Allows you to configure a combo box column.
DateEdit(Action<MVCxColumnDateEditProperties>) Allows you to configure a date edit column.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HyperLink(Action<MVCxColumnHyperLinkProperties>) Allows you to configure a hyperlink column.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Memo(Action<MVCxColumnMemoProperties>) Allows you to configure a button edit column.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SpinEdit(Action<MVCxColumnSpinEditProperties>) Allows you to configure a spin edit column.
TextBox(Action<MVCxColumnTextBoxProperties>) Allows you to configure a text box column.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also