IXceedGridGroupswGroupExpanded Property |
Returns true if the specified group is expanded.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.Xceed
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection<bool> wGroupExpanded { get; }
ReadOnly Property wGroupExpanded As IReadOnlyEnumCollection(Of Boolean)
Get
Dim instance As IXceedGridGroups
Dim value As IReadOnlyEnumCollection(Of Boolean)
value = instance.wGroupExpanded
property IReadOnlyEnumCollection<bool>^ wGroupExpanded {
IReadOnlyEnumCollection<bool>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollectionBooleanExceptions See Also