Skip to main content

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.v23.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