[Missing <summary> documentation for "P:Ntreev.Windows.Forms.Grid.Design.Style.GroupingBackColors"]

Namespace: Ntreev.Windows.Forms.Grid.Design
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public ICollection<Color> GroupingBackColors { get; }
Visual Basic
Public ReadOnly Property GroupingBackColors As ICollection(Of Color)
	Get
Visual C++
public:
property ICollection<Color>^ GroupingBackColors {
	ICollection<Color>^ get ();
}

See Also