Skip to main content
Tab

FilterControlCriteriaValueEditorInitializeEventArgs.Column Property

Gets the column whose editor is being initialized.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FilterControlColumn Column { get; }

Property Value

Type Description
FilterControlColumn

A FilterControlColumn object that is the column whose editor is being initialized.

See Also