Back to Devexpress

DataFormItemLength Class

maui-devexpress-dot-maui-dot-dataform-d7e5ba69.md

latest1.7 KB
Original Source

DataFormItemLength Class

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

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
[TypeConverter(typeof(DataFormItemLengthConverter))]
public class DataFormItemLength :
    IEquatable<DataFormItemLength>

The following members return DataFormItemLength objects:

Implements

IEquatable<DataFormItemLength>

Inheritance

System.Object DataFormItemLength

Extension Methods

Yield<DataFormItemLength>()

YieldIfNotNull<DataFormItemLength>()

See Also

DataFormItemLength Members

DevExpress.Maui.DataForm Namespace