Back to Devexpress

GridColumn.HeaderCaptionLineBreakMode Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-gridcolumn-b4f3596f.md

latest2.3 KB
Original Source

GridColumn.HeaderCaptionLineBreakMode Property

Specifies how to handle the caption text if it cannot fit on one line.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
[XtraSerializableProperty]
public LineBreakMode HeaderCaptionLineBreakMode { get; set; }

Property Value

TypeDescription
LineBreakMode

A value that specifies how to wrap or truncate the column caption.

|

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

TextColumnBase.LineBreakMode

GridColumn Class

GridColumn Members

DevExpress.XamarinForms.DataGrid Namespace