Description
The Developer Express QuantumGrid (TcxGrid) control can display data of multiple nested tables. Each level can display data of one or more tables, and the data of each table are displayed in a separate view.
The DevExpressQuantumGridLevel.wView
property lets you determine the caption of a particular grid view specified by its index.
Declaration
TestObj.wView(Index)
Read-Only Property | String |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Index | [in] | Required | Integer |
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 parameter:
Index
The zero-based index of the grid view at the current grid level. The leftmost view has index 0.
Property Value
A string holding the caption of the specified grid view.
Remarks
If you use Python or DelphiScript, you should enclose the parameter of the wView
property in square brackets: wView[Index]
.
See Also
wChildLevel Property (Specific to Developer Express QuantumGrid Controls)
wViewCount Property (Specific to Developer Express QuantumGrid Controls)
wRowCount Property (Specific to DevExpressQuantumGrid Controls)
wColumnCount Property (Specific to DevExpressQuantumGrid Controls)
wValue Property (Specific to DevExpressQuantumGrid Controls)