[]
Gets or sets the drop down button style which is used when dropdown button is rendered.
[Bindable(true)]
public Style DropDownButtonStyle { get; set; }
<Bindable(True)>
Public Property DropDownButtonStyle As Style
Type | Description |
---|---|
Style | A Style used for dropdown button. |
User can set dropdown button's visual, layout and behavior through this property.
The following code provides an example of using GrapeCity.Windows.InputMan.GcNumber.DropDownButtonStyle and GrapeCity.Windows.InputMan.GcNumber.SpinButtonStyle properties.