Skip to main content
Tab

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

NuGet Package: DevExpress.Web

#Declaration

public bool ShowInFilterControl { get; }

#Property Value

Type
Boolean

#Remarks

Use the GridDataColumnSettings.ShowInFilterControl property.

See Also