ToggleSwitch.Properties Property
Gets an object containing properties, methods and events specific to the ToggleSwitch control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemToggleSwitch Properties { get; }
Property Value
Type | Description |
---|---|
RepositoryItemToggleSwitch | A RepositoryItemToggleSwitch object instance containing settings for the ToggleSwitch control. |
Remarks
See RepositoryItemToggleSwitch to learn more.
See Also