Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GroupBase Class / Collapsed Property


In This Topic
    Collapsed Property (GroupBase)
    In This Topic
    Gets or sets a boolean value indicating if the group is collapsed.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the group is collapsed.")>
    <CategoryAttribute("Appearance")>
    <ApplyToDesignerAttribute(True)>
    Public Property Collapsed As Boolean
    'Usage
     
    Dim instance As GroupBase
    Dim value As Boolean
     
    instance.Collapsed = value
     
    value = instance.Collapsed
    [Description("Indicates if the group is collapsed.")]
    [Category("Appearance")]
    [ApplyToDesigner(true)]
    public bool Collapsed {get; set;}

    Property Value

    true if the group is collapsed; false otherwise.
    Remarks

    If one of the group's parents is collapsed, then Collapsed will return true.

    Requirements

    Target Platforms: 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