MultilineEdit.MinLineCount Property
In This Article
Specifies the minimum number of lines an editor can contain.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public int MinLineCount { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The number of lines. |
See Also