DataGridLength Structure Members
In This Topic
The following tables list the members exposed by DataGridLength.
Public Constructors
Public Properties
| Name | Description |
| Auto | Gets the auto length. |
| IsAbsolute | Gets a value indicating whether the length is expressed in pixels. |
| IsAuto | Gets a value indicating whether the length is auto. |
| IsAutoStar | Gets a value indicating whether the length is auto star. |
| IsStar | Gets a value indicating whether the length is star. |
| Type | Gets the type of unit. |
| Value | Gets the value. |
Top
Public Methods
Public Operators
Equality | Compares two DataGridLength structures for equality. |
Inequality | Compares two DataGridLength structures to determine if they are not equal. |
Top
See Also