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

TreeListDataColumn.FilterCellStyle Property

Gets the style settings used to paint a cell within the Filter Row that corresponds to the current data column.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListFilterCellStyle FilterCellStyle { get; }

Property Value

Type Description
TreeListFilterCellStyle

A TreeListFilterCellStyle object that contains style settings used to paint a filter cell that corresponds to the current data column.

Remarks

If the style settings provided by the FilterCellStyle property are not specified, the filter cell that corresponds to the current data column is painted using the style settings provided by the TreeListStyles.FilterCell property.

See Also