TreeListSettingsText.IncorrectSelectionError Property
Specifies the Incorrect Selection error text.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.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 |
|
See Also