Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / MaxLengthUnitProperty Field


In This Topic
    MaxLengthUnitProperty Field
    In This Topic
    Identifies the MaxLengthUnit dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MaxLengthUnitProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcTextBox.MaxLengthUnitProperty
    public static readonly DependencyProperty MaxLengthUnitProperty

    Field Value

    The identifier for the MaxLengthUnit dependency property.
    See Also