ScrollBarBase.GetEnabled() Method
Returns the value of the control’s Enabled property.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | The value of the Enabled property. |
Remarks
This method supports the internal infrastructure and is not intended to be used directly from your code.
See Also