Skip to main content

DataFormItemLength.IsStar Property

Returns whether the length is measured as a weighted proportion of the available space.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsStar { get; }

Property Value

Type Description
Boolean

true if the length is measured as a weighted proportion of the available space; otherwise false.

See Also