FilterControlEditColumn.PropertiesEdit Property
In This Article
Gets or sets the filter column editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public override EditPropertiesBase PropertiesEdit { get; set; }
#Property Value
Type | Description |
---|---|
Edit |
An Edit |
#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