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


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

    Field Value

    The identifier for the GridLineStyle dependency property.
    See Also