MemoExEdit.Properties Property
Gets an object containing settings specific to the extended memo editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.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