GridOptions Members
Contains options of the GridDashboardItem.Properties
Name | Description |
---|---|
AllowCellMerge | Gets or sets whether to merge adjacent cells with identical values. |
ColumnWidthMode | Gets or sets the mode used to manage grid column widths. |
EnableBandedRows | Gets or sets whether to apply shading to alternate rows in the grid. |
ShowColumnHeaders | Gets or sets whether column headers should be displayed. |
ShowHorizontalLines | Gets or sets whether horizontal grid lines should be displayed. |
ShowVerticalLines | Gets or sets whether vertical grid lines should be displayed. |
WordWrap | Gets or sets whether to enable word wrapping. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also