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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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 |
|
See Also