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

TreeListCustomFilterNodeEventArgs.IsFit Property

Gets or sets whether the node should be filtered.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public bool IsFit { get; set; }

Property Value

Type Description
Boolean

true, to filter the node; otherwise, false.

Remarks

To specify whether the node should be filtered, use the TreeListCustomFilterNodeEventArgs.IsFit property within the ASPxTreeList.CustomFilterNode event handler.

See Also