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