Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBoxCellType Class / DropDownEditor Property


In This Topic
    DropDownEditor Property (GcTextBoxCellType)
    In This Topic
    Gets the settings for the drop-down editor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DropDownEditor As DropDownEditorInfo
    'Usage
     
    
    Dim instance As GcTextBoxCellType
    Dim value As DropDownEditorInfo
     
    value = instance.DropDownEditor
    public DropDownEditorInfo DropDownEditor {get;}

    Property Value

    A DropDownEditor instance that indicates the settings for the drop-down editor.
    Remarks
    The drop-down window can be customized by setting this DropDownEditor property.
    See Also