Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / MaxValueProperty Field


In This Topic
    MaxValueProperty Field
    In This Topic
    Identifies the GrapeCity.Windows.InputMan.GcNumber.MaxValue dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MaxValueProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcNumber.MaxValueProperty
    public static readonly DependencyProperty MaxValueProperty

    Field Value

    The identifier for the GrapeCity.Windows.InputMan.GcNumber.MaxValue dependency property.
    See Also