MultilineTextColumn.MaxLineCount Property
Gets or sets the maximum number of lines an editor can contain. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int MaxLineCount { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 2147483647 | The maximum number of lines. |
See Also