[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownButtonStyle

DropDownButtonStyle Property

DropDownButtonStyle

Gets or sets the drop down button style which is used when dropdown button is rendered.

Declaration
[Bindable(true)]
public Style DropDownButtonStyle { get; set; }
<Bindable(True)>
Public Property DropDownButtonStyle As Style
Property Value
Type Description
Style

A Style used for dropdown button.

Remarks

User can set dropdown button's visual, layout and behavior through this property.

Examples

The following code provides an example of using GrapeCity.Windows.InputMan.GcNumber.DropDownButtonStyle and GrapeCity.Windows.InputMan.GcNumber.SpinButtonStyle properties.