Class ColumnStyles
Implements hidden entries and column widths of the grid, in GridRowColEntryCollection objects.
Inheritance
System.Object
ColumnStyles
Namespace: Syncfusion.Windows.Forms.Grid.Design
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class ColumnStyles : Object
Constructors
ColumnStyles()
Initializes an new instances of ColumnStyles class.
Declaration
public ColumnStyles()
Properties
ColumnWidths
Gets or sets column widths of the grid, in GridRowColEntryCollection objects.
Declaration
public GridRowColEntryCollection ColumnWidths { get; set; }
Property Value
| Type |
|---|
| GridRowColEntryCollection |
HiddenColumns
Gets or sets hidden entries in GridRowColEntryCollection objects.
Declaration
public GridRowColEntryCollection HiddenColumns { get; set; }
Property Value
| Type |
|---|
| GridRowColEntryCollection |