Skip to main content

TreeListStyles.FilterRow Property

Gets the style settings used to paint the Filter Row.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#Declaration

public TreeListFilterRowStyle FilterRow { get; }

#Property Value

Type Description
TreeListFilterRowStyle

A TreeListFilterRowStyle object that contains style settings used to paint the filter row.

#Remarks

The appearance settings used to paint cells displayed within the filter row are specified by the TreeListStyles.FilterCell property.

Note

Online Demos Refer to the Tree List - Data Filter Row(Web Forms) online demo to review how to filter Tree List data nodes using the Filter Row.

See Also