Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NAccordion Class / ExpandedSection Property


In This Topic
    ExpandedSection Property
    In This Topic
    Gets or sets the currently expanded section. If no section is expanded, the value of this property is null.
    Syntax
    'Declaration
     
    
    Public Property ExpandedSection As NExpandableSection
    'Usage
     
    
    Dim instance As NAccordion
    Dim value As NExpandableSection
     
    instance.ExpandedSection = value
     
    value = instance.ExpandedSection
    public NExpandableSection ExpandedSection {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also