IDevExpressWPFButtonEditToggleButtonState Property |
The current state of the toggle button, that is, cbUnchecked, cbChecked or cbGrayed.
Namespace:
SmartBear.TestLeft.TestObjects.WPF.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax CheckState State { get; set; }
Property State As CheckState
Get
Set
Dim instance As IDevExpressWPFButtonEditToggleButton
Dim value As CheckState
value = instance.State
instance.State = value
property CheckState State {
CheckState get ();
void set (CheckState value);
}
Property Value
Type:
CheckStateExceptions See Also