Skip to main content
All docs
V25.1
  • StepProgressBarItemContentBlock Class

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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