Skip to main content

RepositoryItemBaseProgressBar.Properties Property

OBSOLETE

Please remove the 'Properties.' string from the call.

Gets an object that provides properties specific to the progress bar.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Please remove the 'Properties.' string from the call.")]
public RepositoryItemBaseProgressBar Properties { get; }

Property Value

Type Description
RepositoryItemBaseProgressBar

A RepositoryItemBaseProgressBar object that provides settings specific to the progress bar.

Remarks

This property is obsolete. It is provided for the compatibility with earlier versions of XtraEditors.

See Also