Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Row Class / VisibleWhenCollapsed Property


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

    Property Value

    true if the row is visible when its parent group collapsed; false otherwise.
    Remarks

    To reset the value of the VisibleWhenCollapsed property to its default value, DefaultVisibleWhenCollapsed, the ResetVisibleWhenCollapsed method must be called.

    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