IDevExpressXtraVerticalGridwExpanded Property |
Returns true if the specified column is expanded.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyCollection2<bool> wExpanded { get; }
ReadOnly Property wExpanded As IReadOnlyCollection2(Of Boolean)
Get
Dim instance As IDevExpressXtraVerticalGrid
Dim value As IReadOnlyCollection2(Of Boolean)
value = instance.wExpanded
property IReadOnlyCollection2<bool>^ wExpanded {
IReadOnlyCollection2<bool>^ get ();
}
Property Value
Type:
IReadOnlyCollection2BooleanExceptions See Also