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

RepositoryItemMarqueeProgressBar.Properties Property

OBSOLETE

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

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
RepositoryItemMarqueeProgressBar

A RepositoryItemMarqueeProgressBar object that provides settings specific to the marquee progress bar.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also