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

RepositoryItemProgressBar.AppearanceReadOnly Property

Gets the appearance settings used to paint the read-only editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraEditors.Repository.ProgressBarAppearanceObject

A DevExpress.Utils.AppearanceObject object which provides the appearance settings used to paint the read-only editor.

Remarks

The editor’s appearance settings are controlled by the RepositoryItemProgressBar.Appearance property. Use the AppearanceReadOnly property to specify the appearance of the current editor when it’s read-only. The BackColor and BackColor2 properties of the AppearanceReadOnly object are in not in effect when the control is painted using a skinning paint scheme.

The AppearanceReadOnly object provides the ForeColor and ForeColor2 properties. These are used to paint the percent character and the current value, respectively.

To specify the appearance of the editor when it’s disabled, use the RepositoryItemProgressBar.AppearanceDisabled property.

For more information on appearances, see the Appearance Settings document.

See Also