Skip to main content
All docs
V23.2

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