FilterControlEditColumn.PropertiesEdit Property
Gets or sets the filter column editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
EditPropertiesBase | An EditPropertiesBase descendant that contains settings specific to a particular editor type. |
Remarks
The ASPxFilterControl provides eight types of filter columns. Each column type is associated with a specific editor used to edit operand values. For example, use the FilterControlSpinEditColumn.PropertiesSpinEdit property to access the settings of the FilterControlSpinEditColumn‘s editor.
To obtain a column’s editor on the client, use the ASPxClientFilterControl.GetEditor method.
See Also