Skip to main content
All docs
V26.1
  • StepProgressBarItemContentBlock.Appearance Property

    Provides access to content block appearance settings. See the StepProgressBar class description for information on how to set up item appearance settings at different levels.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    [DXCategory("Appearance")]
    public StepProgressBarContentBlockAppearance Appearance { get; }

    Property Value

    Type Description
    DevExpress.XtraEditors.StepProgressBarContentBlockAppearance

    Stores content block appearance settings.

    See Also