Skip to main content
All docs
V23.2

StepProgressBarCommonItemOptions.MaxTextWidth Property

Gets or sets the maximum width of text strings in both content blocks. If a content block has a text string that is wider than this property value, the string is clipped. Note that the total width of a content block can be larger than the MaxTextWidth property value since content blocks can also display images.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Int32 0

The maximum content block text width.

Property Paths

You can access this nested property as listed below:

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