Skip to main content
All docs
V25.1
  • StepProgressBarCommonItemOptions.MinTextWidth Property

    Gets or sets the minimum width of text strings in both content blocks. If your items dynamically change content block text, set this property to match the widest text string. This way, you can force these items to remain static and prevent them from flickering.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(0)]
    [DXCategory("Layout")]
    public int MinTextWidth { get; set; }

    Property Value

    Type Default Description
    Int32 0

    The minimum width of text strings in item content blocks.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to MinTextWidth
    StepProgressBar
    .ItemOptions .MinTextWidth
    See Also