Skip to main content

FormGroupItem.HeaderLineBreakMode Property

Gets or sets the line breaking mode for the header text. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public LineBreakMode HeaderLineBreakMode { get; set; }

Property Value

Type Description
LineBreakMode

A value that specifies how the text is truncated or broken to lines.

See Also