FilterControlColumn.PropertiesEdit Property
Gets or sets the editor’s settings used to edit filter values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual 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, the FilterControlCheckColumn class represents a filter column that contains Boolean values. Its FilterControlColumn.PropertiesEdit
property returns the CheckBoxProperties object which contains settings specific to a checkbox editor.
To get the editor on the client, use the ASPxClientFilterControl.GetEditor method.