Back to Devexpress

PropertyGridFilterMode Enum

wpf-devexpress-dot-xpf-dot-propertygrid-18f46fb1.md

latest1.5 KB
Original Source

PropertyGridFilterMode Enum

Lists values that specify how properties are filtered.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
[Flags]
public enum PropertyGridFilterMode
vb
<Flags>
Public Enum PropertyGridFilterMode

Members

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.

|

The following properties accept/return PropertyGridFilterMode values:

Remarks

The values listed by this enumeration are used to set the PropertyGridControl.FilterMode property.

See Also

DevExpress.Xpf.PropertyGrid Namespace