IXceedGridwChildViewCount Property |
Returns the number of views displayed in the grid.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.Xceed
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyCollection<int, int> wChildViewCount { get; }
ReadOnly Property wChildViewCount As IReadOnlyCollection(Of Integer, Integer)
Get
Dim instance As IXceedGrid
Dim value As IReadOnlyCollection(Of Integer, Integer)
value = instance.wChildViewCount
property IReadOnlyCollection<int, int>^ wChildViewCount {
IReadOnlyCollection<int, int>^ get ();
}
Property Value
Type:
IReadOnlyCollectionInt32,
Int32Exceptions See Also