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

CheckedTreeListFilterElement.StringFilterTreeType Property

Gets or sets the string filter tree’s type.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public StringFilterTreeType StringFilterTreeType { get; set; }

Property Value

Type Description
StringFilterTreeType

The string filter tree’s type.

Available values:

Name Description
Linear

Values are placed in linear order.

Alphabetical

Values are placed in alphabetical order.

See Also