Skip to main content

ScrollBarBase.GetWidth() Method

Returns the value of the control’s Width property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public int GetWidth()

Returns

Type Description
Int32

The value of the Width property.

Remarks

This method supports the internal infrastructure and is not intended to be used directly from your code.

See Also