ASPxTreeList.ImagesFilterControl Property
In This Article
Provides access to the settings that define images displayed in the Filter Control.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FilterControlImages ImagesFilterControl { get; }
#Property Value
Type | Description |
---|---|
Filter |
The object that contains image settings. |
#Remarks
Note
Online Demos Refer to the Tree List - Filter Control online demo to review how to filter Tree List data nodes using the Filter Control.
See Also