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
[XtraSerializableProperty]
public LineBreakMode HeaderCaptionLineBreakMode { get; set; }
Property Value
Type | Description |
---|---|
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