Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownPickerInfo Class / SelectionRenderMode Property


In This Topic
    SelectionRenderMode Property (DropDownPickerInfo)
    In This Topic
    Gets or sets the selection render mode of the drop-down picker.
    Syntax
    'Declaration
     
    
    Public Overridable Property SelectionRenderMode As SelectionRenderMode
    'Usage
     
    
    Dim instance As DropDownPickerInfo
    Dim value As SelectionRenderMode
     
    instance.SelectionRenderMode = value
     
    value = instance.SelectionRenderMode
    public virtual SelectionRenderMode SelectionRenderMode {get; set;}

    Property Value

    A SelectionRenderMode value that indicates the selection render mode of the DropDownPicker.
    The default is SelectionRenderMode.Border.
    See Also