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

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> RowCellForeColors { get; }
Visual Basic
Public ReadOnly Property RowCellForeColors As ICollection(Of Color)
	Get
Visual C++
public:
property ICollection<Color>^ RowCellForeColors {
	ICollection<Color>^ get ();
}

See Also