Back to Devexpress

StepProgressBarItem.ContentBlock2 Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbaritem-dot-contentblock2.md

latest2.1 KB
Original Source

StepProgressBarItem.ContentBlock2 Property

Provides access to the second content block of this item.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public StepProgressBarItemContentBlock ContentBlock2 { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property ContentBlock2 As StepProgressBarItemContentBlock

Property Value

TypeDescription
StepProgressBarItemContentBlock

The item’s second content block.

|

Remarks

Step Progress Bar Items have two identical content blocks that you can access through the StepProgressBarItem.ContentBlock1 and 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.

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

See Also

StepProgressBarItem Class

StepProgressBarItem Members

DevExpress.XtraEditors Namespace