aspnet-devexpress-dot-web-dot-aspxtreelist-dot-localization-c2dfc65b.md
Contains strings that can be localized for the ASPxTreeList. For more information, refer to the Localization topic.
Namespace : DevExpress.Web.ASPxTreeList.Localization
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public enum ASPxTreeListStringId
Public Enum ASPxTreeListStringId
| Name | Description |
|---|---|
CustomizationWindowCaption |
Defines the Customization Window‘s caption.
Default value : “Field Chooser”
|
| PopupEditFormCaption |
Defines the Popup Edit Form‘s caption.
Default value : “Edit Form”
|
| CommandEdit |
Defines the caption of the Edit button on the Command Column of the Tree List.
Default value : “Edit”
|
| CommandNew |
Defines the caption of the New button on the Command Column of the Tree List.
Default value : “New”
|
| CommandDelete |
Defines the caption of the Delete button on the Command Column of the Tree List.
Default value : “Delete”
|
| CommandUpdate |
Defines the caption of the Update button on the Edit Form of the Tree List.
Default value : “Update”
|
| CommandCancel |
Defines the caption of the Cancel button on the Edit Form of the Tree List.
Default value : “Cancel”
|
| CommandApplyFilter |
Defines the caption of the Apply button.
Default value: “Apply”
|
| CommandClearFilter |
Defines the caption of the Clear button.
Default value: “Clear”
|
| ConfirmDelete |
Defines the confirmation dialog text when deleting a node in Tree List if the TreeListSettingsEditing.ConfirmDelete option is enabled.
Default value : “Confirm Delete?”
|
| RecursiveDeleteError |
Defines the error message text when deleting a parent node in Tree List if the TreeListSettingsEditing.AllowRecursiveDelete option is disabled.
Default value : “The node has descendant nodes.”
|
| Alt_Expand |
Defines the alternative text for the Expand Button if the node is collapsed.
Default value : “[Expand]”
|
| Alt_Collapse |
Defines the alternative text for the Expand Button if the node is expanded.
Default value : “[Collapse]”
|
| Alt_SortedAscending |
Defines the alternative text for the Column Header‘s Sort Glyph when the column is sorted in ascending order.
Default value : “(Ascending)”
|
| Alt_SortedDescending |
Defines the alternative text for the Column Header‘s Sort Glyph when the column is sorted in descending order.
Default value : “(Descending)”
|
| Alt_DragAndDropHideColumnIcon |
Defines the alternate text of an image (see: TreeListImages.DragAndDropHide) displayed below the column header when an end-user drags it to the Customization Window.
Default value : “Hide”
|
| Toolbar_FullExpand |
Contains localizable text of the corresponding UI element.
|
| Toolbar_FullCollapse |
Contains localizable text of the corresponding UI element.
|
| Toolbar_ClearSorting |
Contains localizable text of the corresponding UI element.
|
| Toolbar_ShowCustomizationWindow |
Contains localizable text of the corresponding UI element.
|
| Toolbar_ShowFooter |
Contains localizable text of the corresponding UI element.
|
| Toolbar_ShowFilterRow |
Contains localizable text of the corresponding UI element.
|
| Toolbar_ShowFilterRowMenu |
Contains localizable text of the corresponding UI element.
|
| Toolbar_ClearFilter |
Contains localizable text of the corresponding UI element.
|
| Toolbar_NewRoot |
Contains localizable text of the corresponding UI element.
|
| Toolbar_New |
Contains localizable text of the corresponding UI element.
|
| Toolbar_Update |
Contains localizable text of the corresponding UI element.
|
| Toolbar_Cancel |
Contains localizable text of the corresponding UI element.
|
| Toolbar_Refresh |
Contains localizable text of the corresponding UI element.
|
| Toolbar_Edit |
Contains localizable text of the corresponding UI element.
|
| Toolbar_Delete |
Contains localizable text of the corresponding UI element.
|
| Toolbar_ExpandNode |
Contains localizable text of the corresponding UI element.
|
| Toolbar_CollapseNode |
Contains localizable text of the corresponding UI element.
|
| Toolbar_ExportTo |
Contains localizable text of the corresponding UI element.
|
| ConfirmOnLosingBatchChanges |
The text of a confirm message that is shown before tree list data changes are lost in batch edit mode.
Default Value : “Are you sure you want to perform the action? All unsaved grid data will be lost.”
|
| IncorrectSelectionError |
Contains localizable text of the corresponding UI element.
|
| CommandRecover |
The label of a command item that allows recovering the tree list nodes.
Default Value : “Recover”
|
See Also