Back to Devexpress

PropertyGridControl.FilterMode Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-b1e16ff4.md

latest1.8 KB
Original Source

PropertyGridControl.FilterMode Property

Gets or sets the columns by which the grid data is filtered. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public PropertyGridFilterMode FilterMode { get; set; }
vb
Public Property FilterMode As PropertyGridFilterMode

Property Value

TypeDescription
PropertyGridFilterMode

A PropertyGridFilterMode enumeration value that specifies the columns by which grid data filtered.

|

Available values:

NameDescription
ByHeader

Filters only by header content.

| | ByValue |

Filters only by value.

| | ByDescription |

Filters only by descriptions.

| | ByHeaderAndValue |

Filters both by header content and value.

| | All |

Filters by header content, value, and descriptions.

|

Remarks

Use the FilterMode property to specify whether to filter the grid data by values in the header column, value column, or both.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace