IDevExpressXtraEditWithButtonswButtons Property |
Returns a collection of buttons.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IItemCollection<IDevExpressXtraEditButton> wButtons { get; }
ReadOnly Property wButtons As IItemCollection(Of IDevExpressXtraEditButton)
Get
Dim instance As IDevExpressXtraEditWithButtons
Dim value As IItemCollection(Of IDevExpressXtraEditButton)
value = instance.wButtons
property IItemCollection<IDevExpressXtraEditButton^>^ wButtons {
IItemCollection<IDevExpressXtraEditButton^>^ get ();
}
Property Value
Type:
IItemCollectionIDevExpressXtraEditButtonExceptions See Also