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


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

    Property Value

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