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

ColumnBase.AllowFiltering Property

Gets or sets whether users can filter data by this column. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateActualAllowFiltering")]
public bool? AllowFiltering { get; set; }

Property Value

Type Description
Nullable<Boolean>

A value that specifies whether users can filter data by this column.

Remarks

For more information, refer to the following help topic: Filter Data.

See Also