Skip to main content

DataFormItemLength.Star Property

Returns the DataFormItemLength instance that stores the length measured as a proportion of the available space.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public static DataFormItemLength Star { get; }

Property Value

Type Description
DataFormItemLength

The DataFormItemLength instance whose UnitType is set to Star and Value is set to 1.

See Also