Class ColumnStyles
Implements hidden entries and column widths of the grid, in GridRowColEntryCollection objects.
Inheritance
System.Object
ColumnStyles
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid.Design
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class ColumnStyles
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 |