windowsforms-devexpress-dot-xtraeditors-9c1129a6.md
A content block displayed on either side of a StepProgressBarItem‘s indicator.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class StepProgressBarItemContentBlock :
IDisposable
Public Class StepProgressBarItemContentBlock
Implements IDisposable
The following members return StepProgressBarItemContentBlock objects:
An item can display two context blocks. Each block is an object of the StepProgressBarItemContentBlock class.
To access and fill item context blocks, use the StepProgressBarItem.ContentBlock1 and StepProgressBarItem.ContentBlock2 properties. See the StepProgressBar class description for more information on items and their settings.
Object StepProgressBarItemContentBlock
See Also