Skip to main content
All docs
V18.2

FilterCondition.Visible Property

Gets or sets whether a node that matches the current condition must remain visible or be hidden.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DefaultValue(false)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a node that matches the current condition must remain visible; false if this node must be hidden.

Remarks

Typically, this property must be set to false. This ensures that all nodes that match the current condition must be hidden.

See Also