Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / ExpandedEventArgs Class / IsExpanded Property


In This Topic
    IsExpanded Property (ExpandedEventArgs)
    In This Topic
    Gets if the Expander has just been expanded or collapsed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsExpanded As Boolean
    'Usage
     
    
    Dim instance As ExpandedEventArgs
    Dim value As Boolean
     
    value = instance.IsExpanded
    public bool IsExpanded {get;}

    Property Value

    The value is true if the Expander has just been expanded & false if it has just been collapsed.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also