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

TreeListMemoColumn.PropertiesMemo Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

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