VerticalGridMemoRow.PropertiesMemoEdit Property
In This Article
Gets the row editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MemoProperties PropertiesMemoEdit { get; }
#Property Value
Type | Description |
---|---|
Memo |
A Memo |
#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