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


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

    Field Value

    The identifier for the MaxLines dependency property.
    See Also