[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.DropDownWindowStyle

DropDownWindowStyle Property

DropDownWindowStyle

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

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

A Style that applied to dropdown window.

Remarks

The style used for GrapeCity.Windows.InputMan.Primitives.DropDownWindow. User can set properties of GrapeCity.Windows.InputMan.Primitives.DropDownWindow like size, dropdown animation and dropdown direction through the style.

Examples

The following code provides an example of configuring style of a GrapeCity.Windows.InputMan.Primitives.DropDownWindow, the example include how to set some properties to the GrapeCity.Windows.InputMan.Primitives.DropDownWindow of the control.