Skip to main content
A newer version of this page is available. .

StepProgressBar.CalcBestSize() Method

Returns the minimum size of the control required to show all of its items. The result includes offsets from each of the control’s borders.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Size CalcBestSize()

Returns

Type Description
Size

The minimum control size required to display the control content.

See Also