Skip to main content

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

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

Inheritance

Object
DataFormItemLength
See Also