IModelMemberViewItem.MaxLength Property
Specifies the maximum number of characters that users can type in the Property Editor.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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