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


In This Topic
    DropDownControlStyle Property
    In This Topic
    Gets or sets a style which is used to render the drop-down control. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property DropDownControlStyle As Style
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Style
     
    instance.DropDownControlStyle = value
     
    value = instance.DropDownControlStyle
    public Style DropDownControlStyle {get; set;}

    Property Value

    A System.Windows.Style value used to set drop-down control's properties.
    Remarks
    User can set the drop-down control's visual, layout and behavior through this property.
    See Also