[]
Gets or sets the Style for the GrapeCity.Windows.InputMan.Primitives.DropDownWindow. This is a dependency property.
[Bindable(true)]
public Style DropDownWindowStyle { get; set; }
<Bindable(True)>
Public Property DropDownWindowStyle As Style
Type | Description |
---|---|
Style | A Style that applied to GrapeCity.Windows.InputMan.Primitives.DropDownWindow. |
The Style used for GrapeCity.Windows.InputMan.Primitives.DropDownWindow. User can set GrapeCity.Windows.InputMan.Primitives.DropDownWindow's properties like size, dropdown animation and dropdown direction through the Style.
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.