FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / IConditionValueEditor Interface / IsDroppedDown Property

In This Topic
    IsDroppedDown Property (IConditionValueEditor)
    In This Topic
    Gets a value that determines whether the editor's modal form is open or not.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsDroppedDown As Boolean
    bool IsDroppedDown {get;}
    Remarks
    This property allows custom editors to display modal dialogs.
    See Also