|
|
|
|
BackColorOdd Property, SftTree Class |
Defines the default background color for items in the item area (odd numbered items).
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property BackColorOdd As Color |
C# |
public Color BackColorOdd { get; set; } |
C++ |
public: property Color BackColorOdd { |
Property Value
The default value is Color.Empty.
Comments
The BackColorOdd property defines the default background color for items in the item area (odd numbered items).
Columns, items and cells can override the background color using the ColumnClass.BackColor, ItemClass.BackColor and CellBaseClass.BackColor properties.
The BackColor property also defines the default background color for items in the item area. BackColor and BackColorOdd are used alternating between items, so every even numbered item in the display area uses BackColor, every odd numbered item uses BackColorOdd. The first displayed item is considered item 0.