GridColumnEditorPropertiesFactory Members
Provides methods that allow you to configure columns of different types in grid-like extensions.Methods
Name | Description |
---|---|
BinaryImage(Action<MVCxColumnBinaryImageEditProperties>) | Allows you to configure a binary image column. |
ButtonEdit(Action<MVCxColumnButtonEditProperties>) | Allows you to configure a button edit column. |
CheckBox(Action<MVCxColumnCheckBoxProperties>) | Allows you to configure a check box column. |
ColorEdit(Action<MVCxColumnColorEditProperties>) | Allows you to configure a color edit column. |
ComboBox(Action<MVCxColumnComboBoxProperties>) | Allows you to configure a combo box column. |
DateEdit(Action<MVCxColumnDateEditProperties>) | Allows you to configure a date edit column. |
DropDownEdit(Action<MVCxColumnDropDownEditProperties>) | Allows you to configure a dropdown 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 hyper link column. |
Image(Action<MVCxColumnImageEditProperties>) | Allows you to configure an image column. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Memo(Action<MVCxColumnMemoProperties>) | Allows you to configure a memo column. |
ProgressBar(Action<MVCxColumnProgressBarProperties>) | Allows you to configure a progress bar 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. |
TimeEdit(Action<MVCxColumnTimeEditProperties>) | Allows you to configure a time edit column. |
TokenBox(Action<MVCxColumnTokenBoxProperties>) | Allows you to configure a token box column. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also