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


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

    Field Value

    The identifier for the MaxLineCount dependency property.
    See Also