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

TreeListCustomErrorTextEventArgs.ErrorText Property

Gets or sets the error text.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A String value that specifies the error text.

See Also