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


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

    Field Value

    The identifier for the Format dependency property.
    See Also