Skip to main content

TreeListNode.IsFit Property

Specifies whether the node should be filtered.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public bool IsFit { get; protected set; }

Property Value

Type Description
Boolean

true, to filter the node; otherwise, false.

Remarks

The IsFit property returns a value specifying whether the node fits the filter conditions defined by the ASPxTreeList.FilterExpression property. Alternatively, use the TreeListCustomFilterNodeEventArgs.IsFit property within the ASPxTreeList.CustomFilterNode event handler to specify whether the node should be filtered.

See Also