Back to Devexpress

MemoExEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-memoexedit-60b0ac1b.md

latest1.6 KB
Original Source

MemoExEdit.Properties Property

Gets an object containing settings specific to the extended memo editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
RepositoryItemMemoExEdit

A RepositoryItemMemoExEdit object instance containing settings for the extended memo editor.

|

Remarks

See RepositoryItemMemoExEdit to learn more.

See Also

RepositoryItemMemoExEdit

MemoExEdit Class

MemoExEdit Members

DevExpress.XtraEditors Namespace