Spread Windows Forms 10.0 Product Documentation
MaxLengthUnit Property (GcComboBoxCellType)


Gets or sets the calculation methods of the MaxLength (based on byte or character).
Syntax
'Declaration
 
Public Property MaxLengthUnit As LengthUnit
'Usage
 
Dim instance As GcComboBoxCellType
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 MaxLength are based on bytes, false if based on character.
The default is LengthUnit.Char.
Remarks
This property is related to the MaxLength property.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.