IDevExpressXtraGridwChildView Property |
Returns the child view object of the view or grid.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IGridRowViewCollection3<IDevExpressXtraGrid> wChildView { get; }
ReadOnly Property wChildView As IGridRowViewCollection3(Of IDevExpressXtraGrid)
Get
Dim instance As IDevExpressXtraGrid
Dim value As IGridRowViewCollection3(Of IDevExpressXtraGrid)
value = instance.wChildView
property IGridRowViewCollection3<IDevExpressXtraGrid^>^ wChildView {
IGridRowViewCollection3<IDevExpressXtraGrid^>^ get ();
}
Property Value
Type:
IGridRowViewCollection3IDevExpressXtraGridExceptions See Also