Skip to main content

TreeListMemoColumn.PropertiesMemo Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public MemoProperties PropertiesMemo { get; }

Property Value

Type Description
MemoProperties

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

Remarks

The PropertiesMemo property allows you to access and customize the settings of the column’s editor used to edit memo data. For more information, see MemoProperties.

See Also