Skip to main content
A newer version of this page is available. .

MemoExEdit.Properties Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemMemoExEdit Properties { get; }

Property Value

Type Description
RepositoryItemMemoExEdit

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

Remarks

See RepositoryItemMemoExEdit to learn more.

See Also