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