TreeListNode.IsFit Property
Specifies whether the node should be filtered.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
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