Back to Devexpress

GridViewDataColumn.ShowInFilterControl Property

aspnet-devexpress-dot-web-dot-gridviewdatacolumn-bc3f71f6.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public bool ShowInFilterControl { get; }
vb
Public ReadOnly Property ShowInFilterControl As Boolean

Property Value

Type
Boolean

Remarks

Use the GridDataColumnSettings.ShowInFilterControl property.

See Also

ShowInFilterControl

Grid View

GridViewDataColumn Class

GridViewDataColumn Members

DevExpress.Web Namespace