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


In This Topic
    VisibleWhenCollapsed Property (RowReportStyle)
    In This Topic
    Gets or sets 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 its parent group is collapsed.")>
    <CategoryAttribute("Appearance")>
    <EndUserDisplayNameAttribute("Visible When Collapsed")>
    Public Property VisibleWhenCollapsed As Boolean
    'Usage
     
    Dim instance As RowReportStyle
    Dim value As Boolean
     
    instance.VisibleWhenCollapsed = value
     
    value = instance.VisibleWhenCollapsed
    [Description("Indicates if the row is visible when its parent group is collapsed.")]
    [Category("Appearance")]
    [EndUserDisplayName("Visible When Collapsed")]
    public bool VisibleWhenCollapsed {get; set;}

    Property Value

    true if the row is visible when its parent group is collapsed; false otherwise. By default, false.
    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