React Diagram - propertiesPanel.groups
Contains an array of command groups in the Properties panel.
jQuery
JavaScript
$(function () {
var diagram = $("#diagram").dxDiagram({
propertiesPanel: {
visible: true,
collapsible: false,
groups: [
{ commands: ["units"] },
{ commands: ["pageSize","pageOrientation","pageColor"] }
]
},
}).dxDiagram("instance");
});commands
Lists commands in a group.
Accepted Values: 'zoomLevel' | 'autoZoom' | 'showGrid' | 'snapToGrid' | 'gridSize' | 'units' | 'pageSize' | 'pageOrientation' | 'pageColor'
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.