Spread Windows Forms 12.0 Product Documentation
MaxLength Property (GcComboBoxCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : MaxLength Property
Gets or sets the maximum length the user can input in the editable region.
Syntax
'Declaration
 
Public Property MaxLength As Integer
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As Integer
 
instance.MaxLength = value
 
value = instance.MaxLength
public int MaxLength {get; set;}

Property Value

An System.Int32 value.
The defalut is 0.
Remarks
This property is related to the MaxLengthUnit property.
See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members