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