Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / MaxLengthUnit Property


In This Topic
    MaxLengthUnit Property (GcComboBox)
    In This Topic
    Gets or sets the calculational methods of the MaxLength (based on byte or character).
    Syntax
    'Declaration
     
    
    Public Property MaxLengthUnit As LengthUnit
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As LengthUnit
     
    instance.MaxLengthUnit = value
     
    value = instance.MaxLengthUnit
    public LengthUnit MaxLengthUnit {get; set;}

    Property Value

    A bool value, true if the calculational methods of the MaxLength based on byte, false means based on character.
    The defalut is LengthUnit.Char.
    Remarks
    This property related with the MaxLength property.
    See Also