Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/23_2' into 23_2-ko-model
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Nov 23, 2023
2 parents 01ef9a6 + ae11e46 commit 87c3609
Show file tree
Hide file tree
Showing 341 changed files with 2,869 additions and 536 deletions.
10 changes: 6 additions & 4 deletions MenuConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,21 @@

<MenuRule Destination="050 Getting Started/09 Add DevExtreme to an Existing Angular Application" SourcePattern="Howto:^40 Angular Components/10 Getting Started/03 Add DevExtreme to an Angular CLI Application" VisibleFor="Angular" />
<MenuRule Destination="050 Getting Started/10 Using with Angular CLI" SourcePattern="Howto:^40 Angular Components/10 Getting Started/03 Add DevExtreme to an Angular CLI Application" VisibleFor="Angular" />
<MenuRule Destination="050 Getting Started/11 Using with Ionic" SourcePattern="Howto:^40 Angular Components/10 Getting Started/30 Other Approaches/05 Using Ionic" VisibleFor="Angular" />

<MenuRule Destination="050 Getting Started/12 Add DevExtreme to an Existing Vue Application" SourcePattern="Howto:^55 Vue Components/05 Add DevExtreme to a Vue Application" VisibleFor="Vue" />
<MenuRule Destination="050 Getting Started/13 Add DevExtreme to an Existing React Application" SourcePattern="Howto:^50 React Components/05 Add DevExtreme to a React Application" VisibleFor="React" />
<MenuRule Destination="050 Getting Started/14 State Management" SourcePattern="Howto:^50 React Components/20 State Management" VisibleFor="React" />
<MenuRule Destination="050 Getting Started/15 Add DevExtreme to an Existing jQuery Application" SourcePattern="Howto:^58 jQuery Components/05 Add DevExtreme to a jQuery Application" VisibleFor="jQuery" />
<MenuRule Destination="050 Getting Started/16 Licensing" SourcePattern="Howto:^Common/Licensing" />
<MenuRule Destination="050 Getting Started/17 Using with Ionic" SourcePattern="Howto:^40 Angular Components/10 Getting Started/30 Other Approaches/05 Using Ionic" VisibleFor="Angular" />
<MenuRule Destination="050 Getting Started/18 State Management" SourcePattern="Howto:^50 React Components/20 State Management" VisibleFor="React" />

<MenuRule Destination="050 Getting Started/21 Component Configuration Syntax" SourcePattern="Howto:^40 Angular Components/20 Component Configuration Syntax" VisibleFor="Angular" />
<MenuRule Destination="050 Getting Started/22 Component Configuration Syntax" SourcePattern="Howto:^55 Vue Components/20 Component Configuration Syntax" VisibleFor="Vue" />
<MenuRule Destination="050 Getting Started/23 Component Configuration Syntax" SourcePattern="Howto:^50 React Components/40 Component Configuration Syntax" VisibleFor="React" />
<MenuRule Destination="050 Getting Started/24 Component Configuration Syntax" SourcePattern="Howto:^58 jQuery Components/20 Component Configuration Syntax" VisibleFor="jQuery" />

<MenuRule Destination="050 Getting Started/30 Optimize Performance" SourcePattern="Howto:^50 React Components/45 Optimize Performance" VisibleFor="React" />

<MenuRule Destination="050 Getting Started/60 TypeScript Support" SourcePattern="Howto:^40 Angular Components/70 TypeScript Support" VisibleFor="Angular" />
<MenuRule Destination="050 Getting Started/61 TypeScript Support" SourcePattern="Howto:^55 Vue Components/70 TypeScript Support" VisibleFor="Vue" />
<MenuRule Destination="050 Getting Started/62 TypeScript Support" SourcePattern="Howto:^50 React Components/70 TypeScript Support" VisibleFor="React" />
Expand Down Expand Up @@ -78,7 +80,7 @@

<MenuRule Destination="80 Migrate to the New Version" SourcePattern="Howto:^Common/Migrate to the New Version" />

<MenuRule Destination="10 UI Components/zz Common Types/" SourcePattern="ApiReference:^40 Common Types/" />
<MenuRule Destination="10 UI Components/zz Common Types" SourcePattern="ApiReference:^40 Common Types" />
<MenuRule Destination="10 UI Components/zz Utilities/Animation and Position/aa $1 Interface" SourcePattern="ApiReference:^50 Common/Object Structures/((A|a)nimationConfig|(P|p)ositionConfig)" />
<MenuRule Destination="10 UI Components/zz Utilities/Animation and Position/API/$1" SourcePattern="ApiReference:^50 Common/utils/(animationPresets|fx|TransitionExecutor)" />
<MenuRule Destination="10 UI Components/zz Utilities/Data Export/API/$1" SourcePattern="ApiReference:^50 Common/utils/(excel.*|pdf.*)" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: dxAutocomplete.reset(value)
---
---
##### shortDescription
Resets the [value](/api-reference/10%20UI%20Components/dxAutocomplete/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.

##### param(value): String | null
Specifies the new value.

---
This method sets the [isDirty](/api-reference/10%20UI%20Components/Editor/1%20Configuration/isDirty.md '{basewidgetpath}/Configuration/#isDirty') flag to `false`.

##### See Also #####
- [reset()](/api-reference/10%20UI%20Components/Editor/3%20Methods/reset().md '{basewidgetpath}/Methods/#reset')
- [clear()](/api-reference/10%20UI%20Components/Editor/3%20Methods/clear().md '{basewidgetpath}/Methods/#clear')
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default: 'normal'
Specifies the button type.

---
DevExtreme provides the following button types.
DevExtreme supplies the following button types:

![Button Types](/images/UiWidgets/Button_Types.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Specifies how buttons in the group are styled.
---
The following styles are available:

![Button Styling Modes](/images/UiWidgets/button_stylingMode.png)
<img src="/images/UiWidgets/buttongroup.png" alt="Button types" style="width: 700px;" />

#include btn-open-demo with {
href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/ButtonGroup/Overview/"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: dxCalendar.reset(value)
---
---
##### shortDescription
Resets the [value](/api-reference/10%20UI%20Components/dxCalendar/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.

##### param(value): Date | Number | String | Array<Date, Number, String> | null
Specifies the new value.

---
This method sets the [isDirty](/api-reference/10%20UI%20Components/Editor/1%20Configuration/isDirty.md '{basewidgetpath}/Configuration/#isDirty') flag to `false`.

##### See Also #####
- [reset()](/api-reference/10%20UI%20Components/Editor/3%20Methods/reset().md '{basewidgetpath}/Methods/#reset')
- [clear()](/api-reference/10%20UI%20Components/Editor/3%20Methods/clear().md '{basewidgetpath}/Methods/#clear')
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.CalendarZoomLevel
acceptValues: 'century' | 'decade' | 'month' | 'year'
type: Union
references: dxCalendar.Options.maxZoomLevel,dxCalendar.Options.minZoomLevel,dxCalendar.Options.zoomLevel
references: dxCalendar.Options.maxZoomLevel|dxCalendar.Options.minZoomLevel|dxCalendar.Options.zoomLevel
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.ChartFinancialSeriesAggregationMethod
acceptValues: 'ohlc' | 'custom'
type: Union
references: dxChartSeriesTypes.CandleStickSeries.aggregation.method,dxChartSeriesTypes.StockSeries.aggregation.method
references: dxChartSeriesTypes.CandleStickSeries.aggregation.method|dxChartSeriesTypes.StockSeries.aggregation.method
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.ChartRangeSeriesAggregationMethod
acceptValues: 'range' | 'custom'
type: Union
references: dxChartSeriesTypes.RangeAreaSeries.aggregation.method,dxChartSeriesTypes.RangeBarSeries.aggregation.method
references: dxChartSeriesTypes.RangeAreaSeries.aggregation.method|dxChartSeriesTypes.RangeBarSeries.aggregation.method
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.ChartSingleValueSeriesAggregationMethod
acceptValues: 'avg' | 'count' | 'max' | 'min' | 'sum' | 'custom'
type: Union
references: dxChartSeriesTypes.AreaSeries.aggregation.method,dxChartSeriesTypes.BarSeries.aggregation.method,dxChartSeriesTypes.FullStackedAreaSeries.aggregation.method,dxChartSeriesTypes.FullStackedBarSeries.aggregation.method,dxChartSeriesTypes.FullStackedLineSeries.aggregation.method,dxChartSeriesTypes.FullStackedSplineAreaSeries.aggregation.method,dxChartSeriesTypes.FullStackedSplineSeries.aggregation.method,dxChartSeriesTypes.LineSeries.aggregation.method,dxChartSeriesTypes.ScatterSeries.aggregation.method,dxChartSeriesTypes.SplineAreaSeries.aggregation.method,dxChartSeriesTypes.SplineSeries.aggregation.method,dxChartSeriesTypes.StackedAreaSeries.aggregation.method,dxChartSeriesTypes.StackedBarSeries.aggregation.method,dxChartSeriesTypes.StackedLineSeries.aggregation.method,dxChartSeriesTypes.StackedSplineAreaSeries.aggregation.method,dxChartSeriesTypes.StackedSplineSeries.aggregation.method,dxChartSeriesTypes.StepAreaSeries.aggregation.method,dxChartSeriesTypes.StepLineSeries.aggregation.method
references: dxChartSeriesTypes.AreaSeries.aggregation.method|dxChartSeriesTypes.BarSeries.aggregation.method|dxChartSeriesTypes.FullStackedAreaSeries.aggregation.method|dxChartSeriesTypes.FullStackedBarSeries.aggregation.method|dxChartSeriesTypes.FullStackedLineSeries.aggregation.method|dxChartSeriesTypes.FullStackedSplineAreaSeries.aggregation.method|dxChartSeriesTypes.FullStackedSplineSeries.aggregation.method|dxChartSeriesTypes.LineSeries.aggregation.method|dxChartSeriesTypes.ScatterSeries.aggregation.method|dxChartSeriesTypes.SplineAreaSeries.aggregation.method|dxChartSeriesTypes.SplineSeries.aggregation.method|dxChartSeriesTypes.StackedAreaSeries.aggregation.method|dxChartSeriesTypes.StackedBarSeries.aggregation.method|dxChartSeriesTypes.StackedLineSeries.aggregation.method|dxChartSeriesTypes.StackedSplineAreaSeries.aggregation.method|dxChartSeriesTypes.StackedSplineSeries.aggregation.method|dxChartSeriesTypes.StepAreaSeries.aggregation.method|dxChartSeriesTypes.StepLineSeries.aggregation.method
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.ChartZoomAndPanMode
acceptValues: 'both' | 'none' | 'pan' | 'zoom'
type: Union
references: dxChart.Options.zoomAndPan.argumentAxis,dxChart.Options.zoomAndPan.valueAxis
references: dxChart.Options.zoomAndPan.argumentAxis|dxChart.Options.zoomAndPan.valueAxis
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: dxCheckBox.reset(value)
---
---
##### shortDescription
Resets the [value](/api-reference/10%20UI%20Components/dxCheckBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.

##### param(value): Boolean | null | undefined
Specifies the new value.

---
This method sets the [isDirty](/api-reference/10%20UI%20Components/Editor/1%20Configuration/isDirty.md '{basewidgetpath}/Configuration/#isDirty') flag to `false`.

##### See Also #####
- [reset()](/api-reference/10%20UI%20Components/Editor/3%20Methods/reset().md '{basewidgetpath}/Methods/#reset')
- [clear()](/api-reference/10%20UI%20Components/Editor/3%20Methods/clear().md '{basewidgetpath}/Methods/#clear')
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.CircularGaugeElementOrientation
acceptValues: 'center' | 'inside' | 'outside'
type: Union
references: viz/circular_gauge:RangeContainer.orientation,viz/circular_gauge:Scale.orientation
references: viz/circular_gauge:RangeContainer.orientation|viz/circular_gauge:Scale.orientation
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
##### shortDescription
<!-- Description goes here -->

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: dxColorBox.reset(value)
---
---
##### shortDescription
Resets the [value](/api-reference/10%20UI%20Components/dxColorBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.

##### param(value): String | null
Specifies the new value.

---
This method sets the [isDirty](/api-reference/10%20UI%20Components/Editor/1%20Configuration/isDirty.md '{basewidgetpath}/Configuration/#isDirty') flag to `false`.

##### See Also #####
- [reset()](/api-reference/10%20UI%20Components/Editor/3%20Methods/reset().md '{basewidgetpath}/Methods/#reset')
- [clear()](/api-reference/10%20UI%20Components/Editor/3%20Methods/clear().md '{basewidgetpath}/Methods/#clear')
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DataGridExportFormat
acceptValues: 'pdf' | 'xlsx'
type: Union
references: ui/data_grid:ExportingEvent.format,ui/data_grid:Export.formats,dxDataGrid.Options.onExporting
references: ui/data_grid:ExportingEvent.format|ui/data_grid:Export.formats|dxDataGrid.Options.onExporting
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DataGridPredefinedColumnButton
acceptValues: 'cancel' | 'delete' | 'edit' | 'save' | 'undelete'
type: Union
references: dxDataGridColumn.buttons,dxDataGridColumnButton.name
references: dxDataGridColumn.buttons|dxDataGridColumnButton.name
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DataGridPredefinedToolbarItem
acceptValues: 'addRowButton' | 'applyFilterButton' | 'columnChooserButton' | 'exportButton' | 'groupPanel' | 'revertButton' | 'saveButton' | 'searchPanel'
type: Union
references: dxDataGridToolbar.items,dxDataGridToolbarItem.name
references: dxDataGridToolbar.items|dxDataGridToolbarItem.name
---
---
##### shortDescription
Expand Down
16 changes: 16 additions & 0 deletions api-reference/10 UI Components/dxDateBox/3 Methods/reset(value).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: dxDateBox.reset(value)
---
---
##### shortDescription
Resets the [value](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.

##### param(value): Date | Number | String | null
Specifies the new value.

---
This method sets the [isDirty](/api-reference/10%20UI%20Components/dxDateBox/1%20Configuration/isDirty.md '{basewidgetpath}/Configuration/#isDirty') flag to `false`.

##### See Also #####
- [reset()](/api-reference/10%20UI%20Components/Editor/3%20Methods/reset().md '{basewidgetpath}/Methods/#reset')
- [clear()](/api-reference/10%20UI%20Components/Editor/3%20Methods/clear().md '{basewidgetpath}/Methods/#clear')
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: dxDateRangeBox.reset(value)
---
---
##### shortDescription
Resets the [value](/api-reference/10%20UI%20Components/dxDateRangeBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.

##### param(value): Array<Date, Number, String, null>
Specifies the new value.

---
This method sets the [isDirty](/api-reference/10%20UI%20Components/dxDateRangeBox/1%20Configuration/isDirty.md '{basewidgetpath}/Configuration/#isDirty') flag to `false`.

##### See Also #####
- [reset()](/api-reference/10%20UI%20Components/Editor/3%20Methods/reset().md '{basewidgetpath}/Methods/#reset')
- [clear()](/api-reference/10%20UI%20Components/Editor/3%20Methods/clear().md '{basewidgetpath}/Methods/#clear')
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramCommand
acceptValues: 'separator' | 'exportSvg' | 'exportPng' | 'exportJpg' | 'undo' | 'redo' | 'cut' | 'copy' | 'paste' | 'selectAll' | 'delete' | 'fontName' | 'fontSize' | 'bold' | 'italic' | 'underline' | 'fontColor' | 'lineStyle' | 'lineWidth' | 'lineColor' | 'fillColor' | 'textAlignLeft' | 'textAlignCenter' | 'textAlignRight' | 'lock' | 'unlock' | 'sendToBack' | 'bringToFront' | 'insertShapeImage' | 'editShapeImage' | 'deleteShapeImage' | 'connectorLineType' | 'connectorLineStart' | 'connectorLineEnd' | 'layoutTreeTopToBottom' | 'layoutTreeBottomToTop' | 'layoutTreeLeftToRight' | 'layoutTreeRightToLeft' | 'layoutLayeredTopToBottom' | 'layoutLayeredBottomToTop' | 'layoutLayeredLeftToRight' | 'layoutLayeredRightToLeft' | 'fullScreen' | 'zoomLevel' | 'showGrid' | 'snapToGrid' | 'gridSize' | 'units' | 'pageSize' | 'pageOrientation' | 'pageColor' | 'simpleView' | 'toolbox'
type: Union
references: dxDiagramCustomCommand.name,dxDiagram.Options.contextMenu.commands,dxDiagram.Options.historyToolbar.commands,dxDiagram.Options.mainToolbar.commands,dxDiagram.Options.propertiesPanel.tabs.commands,dxDiagram.Options.propertiesPanel.tabs.groups.commands,dxDiagram.Options.viewToolbar.commands
references: dxDiagramCustomCommand.name|dxDiagram.Options.contextMenu.commands|dxDiagram.Options.historyToolbar.commands|dxDiagram.Options.mainToolbar.commands|dxDiagram.Options.propertiesPanel.tabs.commands|dxDiagram.Options.propertiesPanel.tabs.groups.commands|dxDiagram.Options.viewToolbar.commands
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramConnectorLineEnd
acceptValues: 'none' | 'arrow' | 'outlinedTriangle' | 'filledTriangle'
type: Union
references: dxDiagram.Options.defaultItemProperties.connectorLineEnd,dxDiagram.Options.defaultItemProperties.connectorLineStart
references: dxDiagram.Options.defaultItemProperties.connectorLineEnd|dxDiagram.Options.defaultItemProperties.connectorLineStart
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramDataLayoutType
acceptValues: 'auto' | 'off' | 'tree' | 'layered'
type: Union
references: dxDiagram.Options.nodes.autoLayout,dxDiagram.Options.nodes.autoLayout.type
references: dxDiagram.Options.nodes.autoLayout|dxDiagram.Options.nodes.autoLayout.type
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramExportFormat
acceptValues: 'svg' | 'png' | 'jpg'
type: Union
references: dxDiagram.exportTo
references: dxDiagram.exportTo(format, callback)
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramModelOperation
acceptValues: 'addShape' | 'addShapeFromToolbox' | 'deleteShape' | 'deleteConnector' | 'changeConnection' | 'changeConnectorPoints' | 'beforeChangeShapeText' | 'changeShapeText' | 'beforeChangeConnectorText' | 'changeConnectorText' | 'resizeShape' | 'moveShape'
type: Union
references: ui/diagram:RequestEditOperationEvent.operation,dxDiagram.Options.onRequestEditOperation
references: ui/diagram:RequestEditOperationEvent.operation|dxDiagram.Options.onRequestEditOperation
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramPanelVisibility
acceptValues: 'auto' | 'visible' | 'collapsed' | 'disabled'
type: Union
references: dxDiagram.Options.propertiesPanel.visibility,dxDiagram.Options.toolbox.visibility
references: dxDiagram.Options.propertiesPanel.visibility|dxDiagram.Options.toolbox.visibility
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramRequestEditOperationReason
acceptValues: 'checkUIElementAvailability' | 'modelModification'
type: Union
references: ui/diagram:RequestEditOperationEvent.reason,dxDiagram.Options.onRequestEditOperation
references: ui/diagram:RequestEditOperationEvent.reason|dxDiagram.Options.onRequestEditOperation
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramShapeCategory
acceptValues: 'general' | 'flowchart' | 'orgChart' | 'containers' | 'custom'
type: Union
references: dxDiagram.Options.contextToolbox.category,dxDiagram.Options.toolbox.groups,dxDiagram.Options.toolbox.groups.category
references: dxDiagram.Options.contextToolbox.category|dxDiagram.Options.toolbox.groups|dxDiagram.Options.toolbox.groups.category
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramShapeType
acceptValues: 'text' | 'rectangle' | 'ellipse' | 'cross' | 'triangle' | 'diamond' | 'heart' | 'pentagon' | 'hexagon' | 'octagon' | 'star' | 'arrowLeft' | 'arrowTop' | 'arrowRight' | 'arrowBottom' | 'arrowNorthSouth' | 'arrowEastWest' | 'process' | 'decision' | 'terminator' | 'predefinedProcess' | 'document' | 'multipleDocuments' | 'manualInput' | 'preparation' | 'data' | 'database' | 'hardDisk' | 'internalStorage' | 'paperTape' | 'manualOperation' | 'delay' | 'storedData' | 'display' | 'merge' | 'connector' | 'or' | 'summingJunction' | 'verticalContainer' | 'horizontalContainer' | 'cardWithImageOnLeft' | 'cardWithImageOnTop' | 'cardWithImageOnRight'
type: Union
references: dxDiagramAddShapeFromToolboxArgs.shapeType,dxDiagram.Options.contextToolbox.shapes,dxDiagram.Options.customShapes.baseType,dxDiagram.Options.toolbox.groups.shapes,dxDiagramShape.type
references: dxDiagramAddShapeFromToolboxArgs.shapeType|dxDiagram.Options.contextToolbox.shapes|dxDiagram.Options.customShapes.baseType|dxDiagram.Options.toolbox.groups.shapes|dxDiagramShape.type
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: Enums.DiagramToolboxDisplayMode
acceptValues: 'icons' | 'texts'
type: Union
references: dxDiagram.Options.contextToolbox.displayMode,dxDiagram.Options.toolbox.groups.displayMode
references: dxDiagram.Options.contextToolbox.displayMode|dxDiagram.Options.toolbox.groups.displayMode
---
---
##### shortDescription
Expand Down
Loading

0 comments on commit 87c3609

Please sign in to comment.