devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
20 lines (19 loc) • 624 B
JavaScript
/**
* DevExtreme (renovation/ui/scheduler/workspaces/base/group_panel/group_panel_props.js)
* Version: 21.1.4
* Build date: Mon Jun 21 2021
*
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
;
exports.GroupPanelProps = void 0;
var _consts = require("../../../consts");
var GroupPanelProps = {
groups: [],
groupOrientation: _consts.VERTICAL_GROUP_ORIENTATION,
groupByDate: false,
baseColSpan: 1,
columnCountPerGroup: 1
};
exports.GroupPanelProps = GroupPanelProps;