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

CheckedTreeListFilterElement.ImplyEmptyStringLikeBlank Property

Gets or sets whether to imply that empty strings are blank.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public bool ImplyEmptyStringLikeBlank { get; set; }

Property Value

Type Description
Boolean

true, to imply that empty strings are blank; otherwise, false.

See Also