TreeListCellStyle Class
In This Article
Provides the style settings used to paint data cells and footer cells.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListCellStyle :
AppearanceStyle
#Remarks
These settings can be accessed using the TreeListStyles.Cell, TreeListColumn.CellStyle, TreeListStyles.FooterCell, TreeListStyles.GroupFooterCell properties.
#Inheritance
See Also