Skip to main content
.NET 6.0+

IModelMemberViewItem.MaxLength Property

Specifies the maximum number of characters that users can type in the Property Editor.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

int MaxLength { get; set; }

Property Value

Type Description
Int32

The maximum number of characters that users can type in the Property Editor.

Remarks

You can also specify the IModelMember.Size property. This property affects all Property Editors of the specific member.

See Also