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


In This Topic
    DropDownWindowStyle Property (GcComboBox)
    In This Topic
    Gets or sets the System.Windows.Style for the GrapeCity.Windows.InputMan.Primitives.DropDownWindow. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property DropDownWindowStyle As Style
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Style
     
    instance.DropDownWindowStyle = value
     
    value = instance.DropDownWindowStyle
    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.
    See Also