Skip to main content

TreeListStyles.FilterBar Property

Gets the style settings used to paint the filter bar.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListNodeStyle FilterBar { get; }

Property Value

Type Description
TreeListNodeStyle

A TreeListNodeStyle object that contains style settings.

See Also