DataFormMultilineItem.MinLineCount Property
Gets or sets the minimum 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
public int MinLineCount { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1 | The number of lines. |
See Also