Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / SpinButtonStyle Property
Example


In This Topic
    SpinButtonStyle Property (GcDateTime)
    In This Topic
    Gets or sets a System.Windows.Style which used to render GrapeCity.Windows.InputMan.Primitives.SpinButton. This is a dependency property.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property SpinButtonStyle As Style
    'Usage
     
    Dim instance As GcDateTime
    Dim value As Style
     
    instance.SpinButtonStyle = value
     
    value = instance.SpinButtonStyle
    [Bindable(true)]
    public Style SpinButtonStyle {get; set;}

    Property Value

    A System.Windows.Style value used to set spin button's properties.
    Remarks
    User can set the spin button's visual, layout and behavior through this property.
    Example
    The following code provides an example of using DropDownButtonStyle and SpinButtonStyle properties.
    See Also