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

VerticalGridMemoRow.PropertiesMemoEdit Property

Gets the row editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public MemoProperties PropertiesMemoEdit { get; }

Property Value

Type Description
MemoProperties

A MemoProperties object that contains settings specific to a memo editor.

Remarks

The PropertiesMemoEdit property allows you to access and customize the settings of a row editor used to edit memo data. For more information, see MemoProperties.

See Also