Skip to content

Commit 6ceeffd

Browse files
DocGen 24_1 result (DevExpress#7016)
Co-authored-by: DX Robot <[email protected]>
1 parent 7223e6b commit 6ceeffd

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

api-reference/10 UI Components/CollectionWidget/1 Configuration/items/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ If you need to update the UI component items, reassign the entire **items** arra
2020
<!--JavaScript-->
2121
{widgetName}Instance.option('items', newItems);
2222

23-
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/CollectionWidget/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
23+
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/CollectionWidget/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
2424

2525
[note] Do not use the **items** property if you use **dataSource**, and vice versa.

api-reference/10 UI Components/DataExpressionMixin/1 Configuration/items/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ If you need to update the UI component items, reassign the entire **items** arra
1818
<!--JavaScript-->
1919
{widgetName}Instance.option('items', newItems);
2020

21-
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/DataExpressionMixin/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
21+
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/DataExpressionMixin/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
2222

2323
[note] Do not use the **items** property if you use **dataSource**, and vice versa.

api-reference/10 UI Components/dxDropDownBox/1 Configuration/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ If you need to update UI component items, reassign the **items** array as shown
1414
<!--JavaScript-->
1515
dropDownBoxInstance.option('items', newItems);
1616

17-
You can use the [dataSource](/api-reference/10%20UI%20Components/dxDropDownBox/1%20Configuration/dataSource.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#dataSource') property instead of **items**. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') include [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
17+
You can use the [dataSource](/api-reference/10%20UI%20Components/dxDropDownBox/1%20Configuration/dataSource.md '/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#dataSource') property instead of **items**. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') include [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
1818

1919
[note] Do not use the **items** property if you use **dataSource** (and vice versa).

api-reference/10 UI Components/dxDropDownButton/1 Configuration/items/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ If you need to update the UI component items, reassign the entire **items** arra
1919
<!--JavaScript-->
2020
{widgetName}Instance.option('items', newItems);
2121

22-
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxDropDownButton/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
22+
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxDropDownButton/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
2323

2424
[note] Do not use the **items** property if you use **dataSource**, and vice versa.

api-reference/10 UI Components/dxList/1 Configuration/showSelectionControls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default: false
55
---
66
---
77
##### shortDescription
8-
Specifies whether or not to display controls used to select list items. Not available if [selectionMode](/Documentation/ApiReference/UI_Components/dxList/Configuration/#selectionMode) is set to *'none'*.
8+
Specifies whether or not to display controls used to select list items. Not available if [selectionMode](/api-reference/10%20UI%20Components/dxList/1%20Configuration/selectionMode.md '/Documentation/ApiReference/UI_Components/dxList/Configuration/#selectionMode') is set to *'none'*.
99

1010
---
1111
#include btn-open-demo with {

api-reference/10 UI Components/dxSplitter/1 Configuration/items/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **items** array can contain:
1414
- Objects with fields described in this section.
1515
- Objects with any other fields. In this case, specify the [itemTemplate](/api-reference/10%20UI%20Components/dxSplitter/1%20Configuration/itemTemplate.md '/Documentation/ApiReference/UI_Components/dxSplitter/Configuration/#itemTemplate').
1616

17-
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxSplitter/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') supply an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '//Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
17+
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxSplitter/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') supply an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '//Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
1818

1919
[note] Do not use the **items** property if you use **dataSource**, and vice versa.
2020

api-reference/10 UI Components/dxTabs/1 Configuration/items/items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you need to update the UI component items, reassign the **items** array as sh
1414
<!--JavaScript-->
1515
{widgetName}Instance.option('items', newItems);
1616

17-
[note] If you use this method, all tabs are re-rendered. To prevent this, set [repaintChangesOnly](/Documentation/ApiReference/UI_Components/dxTabs/Configuration/#repaintChangesOnly) to `true`.
17+
[note] If you use this method, all tabs are re-rendered. To prevent this, set [repaintChangesOnly](/api-reference/10%20UI%20Components/dxTabs/1%20Configuration/repaintChangesOnly.md '/Documentation/ApiReference/UI_Components/dxTabs/Configuration/#repaintChangesOnly') to `true`.
1818

19-
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/CollectionWidget/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
19+
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxTabs/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
2020

2121
[note] Do not use the **items** property if you use **dataSource**, and vice versa.

api-reference/10 UI Components/dxTreeView/1 Configuration/items/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ If you need to update the UI component items, reassign the entire **items** arra
1010
<!--JavaScript-->
1111
{widgetName}Instance.option('items', newItems);
1212

13-
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxTreeView/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
13+
As an alternative to **items**, you can use the [dataSource](/api-reference/10%20UI%20Components/dxTreeView/1%20Configuration/dataSource.md '{basewidgetpath}/Configuration/#dataSource') property. It accepts the [DataSource](/api-reference/30%20Data%20Layer/DataSource '/Documentation/ApiReference/Data_Layer/DataSource/') object, whose underlying [stores](/concepts/70%20Data%20Binding/5%20Data%20Layer/1%20Creating%20DataSource/3%20What%20Are%20Stores.md '/Documentation/Guide/Data_Binding/Data_Layer/#Creating_DataSource/What_Are_Stores') provide an [API](/concepts/70%20Data%20Binding/5%20Data%20Layer/3%20Data%20Modification/0%20Data%20Modification.md '/Documentation/Guide/Data_Binding/Data_Layer/#Data_Modification') that allows you to update individual items without reassigning the entire item collection.
1414

1515
[note] Do not use the **items** property if you use **dataSource**, and vice versa.

api-reference/_hidden/GridBaseColumn/filterOperations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following table lists available filter operations by [data type](/api-refere
3131
</tr>
3232
</table>
3333

34-
[note] Filter row operations depend on the column [data type]({basewidgetpath}/Configuration/columns/#dataType). If a column starts with empty values, {WidgetName} cannot assign the data type automatically. You must assign the column data type for the filter row to function correctly.
34+
[note] Filter row operations depend on the column [data type](/api-reference/_hidden/GridBaseColumn/dataType.md '{basewidgetpath}/Configuration/columns/#dataType'). If a column starts with empty values, {WidgetName} cannot assign the data type automatically. You must assign the column data type for the filter row to function correctly.
3535

3636
The nested filter builder also allows users to select from an extended set of operations that include *"anyof"*, *"noneof"*, *"isblank"*, *"isnotblank"*, and [names](/api-reference/_hidden/dxFilterBuilderCustomOperation/name.md '/Documentation/ApiReference/UI_Components/dxFilterBuilder/Configuration/customOperations/#name') of custom operations (if any).
3737

concepts/05 UI Components/DataGrid/30 Filtering and Searching/1 Filter Row.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Each cell in the filter row contains a magnifying glass icon. Hovering the mouse
211211

212212
The set of available filter operations can be restricted using the [filterOperations](/api-reference/_hidden/GridBaseColumn/filterOperations.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#filterOperations') property.
213213

214-
[note] Filter row operations depend on the column [data type](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#dataType). If a column starts with empty values, DataGrid cannot assign the data type automatically. You must assign the column data type for the filter row to function correctly.
214+
[note] Filter row operations depend on the column [data type](/api-reference/_hidden/GridBaseColumn/dataType.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#dataType'). If a column starts with empty values, DataGrid cannot assign the data type automatically. You must assign the column data type for the filter row to function correctly.
215215

216216
You can also preselect a filter operation and specify the initial filter value with the [selectedFilterOperation](/api-reference/_hidden/GridBaseColumn/selectedFilterOperation.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#selectedFilterOperation') and [filterValue](/api-reference/_hidden/GridBaseColumn/filterValue.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#filterValue') properties. Call the [columnOption](/api-reference/10%20UI%20Components/GridBase/3%20Methods/columnOption(id_options).md '/Documentation/ApiReference/UI_Components/dxDataGrid/Methods/#columnOptionid_options') method at runtime to change these properties:
217217

0 commit comments

Comments
 (0)