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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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