[]
        
(Showing Draft Content)

C1.Win.Input.Base.IDropDownEditorBase.MaxLengthUnit

MaxLengthUnit Property

MaxLengthUnit

Gets or sets whether the maximum number of characters that fit in the control are handled based on bytes, characters, or text elements.

Declaration
LengthUnit MaxLengthUnit { get; set; }
Remarks

Determines the unit for counting for the MaxLength property. The value LengthUnit.Byte means the MaxLength is counted by Byte. The value LengthUnit.Char means the MaxLength is counted by Char.