Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / GroupConfiguration Class / InitiallyExpanded Property


In This Topic
    InitiallyExpanded Property
    In This Topic
    Gets or sets the default expansion state of the groups to which the configuration will be applied.
    Syntax
    'Declaration
     
    Public Property InitiallyExpanded As Boolean
    'Usage
     
    Dim instance As GroupConfiguration
    Dim value As Boolean
     
    instance.InitiallyExpanded = value
     
    value = instance.InitiallyExpanded
    public bool InitiallyExpanded {get; set;}

    Property Value

    true if the groups are initially expanded; false if they are collapsed. By default, true.
    Remarks
    The value of this property (by default, true) will be used by all same-level groups only when they are created or when grouping modifications are made. Changes made to this property not be reflected on existing groups.
    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