StepProgressBarItemContentBlock Class
A content block displayed on either side of a StepProgressBarItem‘s indicator.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return StepProgressBarItemContentBlock objects:
Remarks
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.
Inheritance
Object
StepProgressBarItemContentBlock
See Also