[Missing <summary> documentation for "P:Ntreev.Windows.Forms.Grid.Design.Style.RowCellBackColors"]
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public ICollection<Color> RowCellBackColors { get; } |
Visual Basic |
---|
Public ReadOnly Property RowCellBackColors As ICollection(Of Color) Get |
Visual C++ |
---|
public: property ICollection<Color>^ RowCellBackColors { ICollection<Color>^ get (); } |