Back to Devexpress

GridColumn.HeaderCaptionLineBreakMode Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-4662144f.md

latest1.9 KB
Original Source

GridColumn.HeaderCaptionLineBreakMode Property

Gets or sets how to handle the caption text if it cannot fit on one line. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public LineBreakMode HeaderCaptionLineBreakMode { get; set; }

Property Value

TypeDescription
LineBreakMode

The line break mode.

|

Remarks

Use the HeaderCaptionLineBreakMode property to wrap or truncate the text that is too large to fit in the column width. The following modes are available:

|

HeaderCaptionLineBreakMode

|

Image

| | --- | --- | |

WordWrap

|

| |

CharacterWrap

|

| |

TailTruncation

|

| |

MiddleTruncation

|

| |

HeadTruncation

|

| |

NoWrap

|

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace