[]
Gets or sets a style which is used to render the dropdown button.
[Bindable(true)]
public Style DropDownButtonStyle { get; set; }
<Bindable(True)>
Public Property DropDownButtonStyle As Style
Type | Description |
---|---|
Style | A Style value used to set dropdown button's properties. |
User can set the 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.