Back to Devexpress

Member Table: Appearances

windowsforms-5656-controls-and-libraries-tree-list-member-tables-member-table-appearances.md

latest2.5 KB
Original Source

Member Table: Appearances

  • Apr 01, 2018
MemberDescription
The TreeList.Appearance propertyContains properties that control the appearance of the Tree List’s elements.
The TreeListColumn.AppearanceCell propertyAllows you to override the default appearance of data cells for a specific column.
The TreeListColumn.AppearanceHeader propertyAllows you to override the default appearance of column headers for a specific column.
The TreeList.NodeCellStyle eventAllows you customize the appearance of specific cells.
The TreeListOptionsView.EnableAppearanceEvenRow propertySpecifies whether even rows are painted according to the settings of the TreeListAppearanceCollection.EvenRow property.
The TreeListOptionsView.EnableAppearanceOddRow propertySpecifies whether odd rows are painted according to the settings of the TreeListAppearanceCollection.OddRow property.
The TreeListOptionsSelection.EnableAppearanceFocusedCell propertySpecifies whether the focused cell is painted using corresponding appearance settings (these can be customized via the TreeListAppearanceCollection.FocusedCell property).
The TreeListOptionsSelection.EnableAppearanceFocusedRow propertySpecifies whether the focused row is painted using corresponding appearance settings (these can be customized via the TreeListAppearanceCollection.FocusedRow property).
The TreeList.FormatConditions propertyGets the collection of style format conditions.