FormGroupItem.HeaderMaxLineCount Property
Gets or sets the maximum number of lines the header can occupy. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public int HeaderMaxLineCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | A positive integer that specifies the number of lines. |
See Also