DataFormItemLength Properties
The data form item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.| Name | Description |
|---|---|
| Default static | Returns an instance that specifies the default DataFormItemLength. |
| IsAbsolute | Returns whether the length is measured in pixels. |
| IsDefault | Returns whether the instance is default DataFormItemLength. |
| IsStar | Returns whether the length is measured as a weighted proportion of the available space. |
| Star static | Returns the DataFormItemLength instance that stores the length measured as a proportion of the available space. |
| UnitType | Gets the unit type used to measure the data from item’s length. |
| Value | Returns Double that represents the value of the DataFormItemLength. |
See Also