Action
Gets the array of colors used for the rows of each level of the navigation tree of the AdvancedDataGrid control, in descending order. The default value is undefined.
Syntax
C#
protected List(Of Color) depthColors { get; }
VB
'Declaration
Protected Read Property depthColors As List(Of Color)
Access
Read only.