Skip to main content
A newer version of this page is available. .

StepProgressBarItemContentBlock Class

A content block displayed on either side of a StepProgressBarItem‘s indicator.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class StepProgressBarItemContentBlock :
    IDisposable

The following members return StepProgressBarItemContentBlock objects:

Remarks

An item can display two context blocks. Each block is an object of the StepProgressBarItemContentBlock class.

Orientation

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