Skip to main content

DataFormMultilineItem.MaxLineCount Property

Specifies the maximum number of lines the editor can contain.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public int MaxLineCount { get; set; }

#Property Value

Type Description
Int32

The number of lines.

See Also