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


In This Topic
    DropDownButtonStyle Property (GcDateTime)
    In This Topic
    Gets or sets a style which is used to render the dropdown button.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property DropDownButtonStyle As Style
    'Usage
     
    Dim instance As GcDateTime
    Dim value As Style
     
    instance.DropDownButtonStyle = value
     
    value = instance.DropDownButtonStyle
    [Bindable(true)]
    public Style DropDownButtonStyle {get; set;}

    Property Value

    A System.Windows.Style value used to set dropdown button's properties.
    Remarks
    User can set the dropdown button's visual, layout and behavior through this property.
    Example
    See Also