IInfragisticsUltraGridRowViewwExpanded Property |
Returns true if the specified row is expanded.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.Infragistics
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyCollection<int, bool> wExpanded { get; }
ReadOnly Property wExpanded As IReadOnlyCollection(Of Integer, Boolean)
Get
Dim instance As IInfragisticsUltraGridRowView
Dim value As IReadOnlyCollection(Of Integer, Boolean)
value = instance.wExpanded
property IReadOnlyCollection<int, bool>^ wExpanded {
IReadOnlyCollection<int, bool>^ get ();
}
Property Value
Type:
IReadOnlyCollectionInt32,
BooleanExceptions See Also