True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid 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 System.Boolean
    System.bool IsDroppedDown {get;}
    Remarks
    This property allows custom editors to display modal dialogs.
    See Also