Click or drag to resize
StyleMaxLength Property
Gets or sets the maximum length of the stored value.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(0)]
public int MaxLength { get; set; }

Property Value

Type: Int32
The maximum length of the stored value.
Remarks
The end user is not allowed to input more characters into the cell than this value.
See Also