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


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

    Field Value

    The identifier for the MaxLength dependency property.
    See Also