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

CheckedTreeListFilterElement.SelectAllWhenFilterIsNull Property

Gets or sets whether to select all filter values when the filter is null.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public bool SelectAllWhenFilterIsNull { get; set; }

Property Value

Type Description
Boolean

true, to select all filter values when the filter is null; otherwise, false.

See Also