Back to Devexpress

BarManager.EditorsRepository Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-9bfbba4f.md

latest1.7 KB
Original Source

BarManager.EditorsRepository Property

OBSOLETE

You should use 'RepositoryItems' or 'ExternalRepository' property

To customize the collection of editors available for bars, use the inherited ComponentEditorContainer.RepositoryItems or ComponentEditorContainer.ExternalRepository property.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use 'RepositoryItems' or 'ExternalRepository' property")]
public PersistentRepository EditorsRepository { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<Obsolete("You should use 'RepositoryItems' or 'ExternalRepository' property")>
Public Property EditorsRepository As PersistentRepository

Property Value

TypeDescription
PersistentRepository

Always null ( Nothing in Visual Basic).

|

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace