Back to Devexpress

DataFormItemLength Members

maui-devexpress-dot-maui-dot-dataform-dot-dataformitemlength-dot-underscore-members.md

latest3.6 KB
Original Source

DataFormItemLength Members

The data form item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.

Constructors

NameDescription
DataFormItemLength(Double, DataFormItemLengthUnitType)Initializes a new instance of the DataFormItemLength class with specified settings.

Properties

NameDescription
Default staticReturns an instance that specifies the default DataFormItemLength.
IsAbsoluteReturns whether the length is measured in pixels.
IsDefaultReturns whether the instance is default DataFormItemLength.
IsStarReturns whether the length is measured as a weighted proportion of the available space.
Star staticReturns the DataFormItemLength instance that stores the length measured as a proportion of the available space.
UnitTypeGets the unit type used to measure the data from item’s length.
ValueReturns Double that represents the value of the DataFormItemLength.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Converts the DataFormItemLength to a String.

Operators

NameDescription
Implicit(Double to DataFormItemLength) staticImplicitly converts double absoluteValue into DataFormItemLength with size set to the value in pixels.

See Also

DataFormItemLength Class

DevExpress.Maui.DataForm Namespace