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


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

    Field Value

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