Skip to main content
All docs
V23.2

TreeListSettingsText.IncorrectSelectionError Property

Specifies the Incorrect Selection error text.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Cannot copy the current selection. Select cells that are in the same row or column.")]
public string IncorrectSelectionError { get; set; }

Property Value

Type Default Description
String "Cannot copy the current selection. Select cells that are in the same row or column."

The error text.

Property Paths

You can access this nested property as listed below:

Object Type Path to IncorrectSelectionError
ASPxTreeList
.SettingsText .IncorrectSelectionError
See Also