Skip to main content
All docs
V25.1
  • 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.v25.1.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