GridColumnWidth Members
Represents the width of the columns in the GridControl.Constructors
| Name | Description |
|---|---|
| GridColumnWidth(Double, GridColumnUnitType) | Initializes a new instance of the GridColumnWidth class with a specified value and unit. |
| GridColumnWidth(Double) | Initializes a new instance of the GridColumnWidth class with an absolute value in pixels. |
Properties
| Name | Description |
|---|---|
| IsAbsolute | Gets a value that indicates whether this instance sizes elements based on a fixed pixel value. |
| IsAuto | Gets a value that indicates whether this instance automatically sizes elements based on content. |
| IsStar | Gets a value that indicates whether this instance automatically sizes elements based on a weighted proportion of available space. |
| UnitType | Gets the type that is used to determine how the size of the element is calculated. |
| Value | Gets the absolute value of the column width. |
Methods
| Name | Description |
|---|---|
| Equals(GridColumnWidth) | |
| 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 GridColumnWidth instance. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current GridColumnWidth object. |
| GetType() | Gets the Type of the current instance. 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. |
Operators
| Name | Description |
|---|---|
| Equality(GridColumnWidth, GridColumnWidth) static | For internal use. |
| Implicit(Double to GridColumnWidth) static | For internal use. |
| Inequality(GridColumnWidth, GridColumnWidth) static | For internal use. |
See Also