Skip to main content
A newer version of this page is available. .

TreeListFilterCellStyle Class

Provides the style settings used to paint cells within the tree list’s filter row.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListFilterCellStyle :
    AppearanceStyle

The following members return TreeListFilterCellStyle objects:

Remarks

These settings can be accessed using the TreeListStyles.FilterCell property.

See Also