Back to Devexpress

RepositoryItem.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-df4c5fd8.md

latest1.8 KB
Original Source

RepositoryItem.Properties Property

OBSOLETE

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

Gets an object providing properties specific to all editors that can be used inplace within a container control.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Please remove the 'Properties.' string from the call.")]
public RepositoryItem Properties { get; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<Obsolete("Please remove the 'Properties.' string from the call.")>
Public ReadOnly Property Properties As RepositoryItem

Property Value

TypeDescription
RepositoryItem

A RepositoryItem object providing settings common to all editors that can be used inplace, i.e. not standalone.

|

Remarks

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

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace