Skip to main content

TreeListCustomFilterNodeEventArgs.IsFit Property

Gets or sets 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; 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