Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / DropDownWindowStyle Property
Example


In This Topic
    DropDownWindowStyle Property (GcDateTime)
    In This Topic
    Gets or sets the System.Windows.Style for the GrapeCity.Windows.InputMan.Primitives.DropDownWindow. This is a dependency property.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property DropDownWindowStyle As Style
    'Usage
     
    Dim instance As GcDateTime
    Dim value As Style
     
    instance.DropDownWindowStyle = value
     
    value = instance.DropDownWindowStyle
    [Bindable(true)]
    public Style DropDownWindowStyle {get; set;}

    Property Value

    A System.Windows.Style that applied to GrapeCity.Windows.InputMan.Primitives.DropDownWindow.
    Remarks
    The System.Windows.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 System.Windows.Style.
    Example
    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.
    See Also