[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DropDownButtonStyle

DropDownButtonStyle Property

DropDownButtonStyle

Gets or sets a style which is used to render the dropdown button.

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

A Style value used to set dropdown button's properties.

Remarks

User can set the 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.