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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Size | The minimum control size required to display the control content. |
See Also