Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeGroupButtonPresenter Class / IsExpanded Property


In This Topic
    IsExpanded Property
    In This Topic
    Gets or sets a value that indicates whether the range group is expanded.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsExpanded As Boolean
    'Usage
     
    Dim instance As RangeGroupButtonPresenter
    Dim value As Boolean
     
    value = instance.IsExpanded
    public bool IsExpanded {get;}
    See Also