Description
Use the XceedDotNetGridView.wChildViewExpanded
property to determine whether a certain grid view in the Syncfusion GridGroupingControl control is expanded or collapsed.
Declaration
TestObj.wChildViewExpanded(Row, View)
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Row | [in] | Required | Integer | |
View | [in] | Optional | Variant | Default value: 0 |
Applies To
The property is applied to the following objects:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Parameters
The property has the following parameters:
Row
Specifies the index of the parent row of the desired grid view. The index is zero-based and is relative to the table or group in which the row resides.
View
Specifies the desired grid view. You can enter the table’s zero-based index or caption.
The caption can contain asterisk (*) or question mark (?) wildcards or regular expressions. The asterisk corresponds to a string of any length (including an empty string), the question mark corresponds to any single character (including none). To specify more complicated parts of a caption, use regular expressions.
The caption can be case-sensitive or case-insensitive depending on the value of the Use case-sensitive parameters project setting.
Property Value
True if the specified child view is expanded and False otherwise.
If the specified child view is not found, the property returns False as well and posts an error message to the test log.
Remarks
To expand and collapse child views, use the ExpandChildView
and CollapseChildView
actions.
See Also
wChildView Property (Grid Controls)
wColumnCount Property (Grid Controls)
wRowCount Property (Grid Controls)
wValue Property (Grid Controls)
wViewName (Grid Controls)