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>
Related API Members
The following members return DataFormItemLength objects:
Implements
Inheritance
System.Object
DataFormItemLength
See Also