Skip to main content
A newer version of this page is available. .
Tab

FilterControlEditColumn.PropertiesEdit Property

Gets or sets the filter column editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override EditPropertiesBase PropertiesEdit { get; set; }

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