Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

StepProgressBarItem.ContentBlock1 Property

Provides access to the first content block of this item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Properties")]
public StepProgressBarItemContentBlock ContentBlock1 { get; }

#Property Value

Type Description
StepProgressBarItemContentBlock

The item’s first content block.

#Remarks

Step Progress Bar Items have two identical content blocks that you can access through the ContentBlock1 and StepProgressBarItem.ContentBlock2 properties.

In horizontal Step Progress Bars, ContentBlock1 blocks are located on top of item indicator, ContentBlock2 blocks - below the indicator. Vertical controls show ContentBlock1 to the indicator’s left, ContentBlock2 on the indicator’s right.

Orientation

Enable the StepProgressBar.InversedProgressDirection property to make content blocks swap their places.

See Also