Back to Devexpress

VerticalGridDataRow.ShowInFilterControl Property

aspnet-devexpress-dot-web-dot-verticalgriddatarow-aae05b63.md

latest1.5 KB
Original Source

VerticalGridDataRow.ShowInFilterControl Property

Gets whether an end-user can create filter conditions for the row in 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

Filter Control

Vertical Grid

VerticalGridDataRow Class

VerticalGridDataRow Members

DevExpress.Web Namespace