Back to Devexpress

BaseEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-edbbdef5.md

latest1.4 KB
Original Source

BaseEdit.Properties Property

Gets an object containing properties, methods and events specific to the editors.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public RepositoryItem Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As RepositoryItem

Property Value

TypeDescription
RepositoryItem

A RepositoryItem object containing settings relating to all editors.

|

Remarks

See RepositoryItem to learn more.

See Also

RepositoryItem

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace