FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSummaryCell Class / IsOptionsDropDownOpen Property

In This Topic
    IsOptionsDropDownOpen Property (GridSummaryCell)
    In This Topic
    Gets or sets whether the options drop-down is opened.
    Syntax
    'Declaration
     
    Public Property IsOptionsDropDownOpen As Boolean
    public bool IsOptionsDropDownOpen {get; set;}
    See Also