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

GridViewDataColumn.ShowInFilterControl Property

Gets whether an end-user can create filter conditions within this column within the Filter Control. This member supports the internal infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool ShowInFilterControl { get; }

Property Value

Type
Boolean

Remarks

Use the GridDataColumnSettings.ShowInFilterControl property.

See Also