Skip to content

Expanded Property

Description

Specifies whether the group row is expanded.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Expanded() As Boolean

Remarks

Group rows have an expand/collapse button indicating that there are more rows to display. The Expanded property can be set to True or False to expand/collapse (hide/show) the child rows. It can also be used to determine if the group row is expanded/collapsed.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.