@@ -118,7 +118,7 @@ AspNet.makeMetadata({
118118 'ui/scheduler:dxSchedulerOptions.cellDuration' ,
119119 'ui/scheduler:dxSchedulerOptions.views.(agenda|cell)Duration' ,
120120 'ui/text_box:dxTextBoxOptions.maxLength' ,
121- 'common/grids:ColumnBase.ownerBand' ,
121+ // 'common/grids:ColumnBase.ownerBand',
122122 'ui/responsive_box:dxResponsiveBoxItem.location.(col|row)' ,
123123 'ui/tag_box:dxTagBoxOptions.maxDisplayedTags' ,
124124 ] ,
@@ -210,6 +210,19 @@ AspNet.makeMetadata({
210210 types : [ types . array ( types . uidRef ( 'ui/popover:ToolbarItem' ) ) ] ,
211211 } ) ,
212212 removeMembers ( 'ui/scheduler:ToolbarItem.options' ) ,
213+ // ownerBand
214+ removeMembers ( 'common/grids:ColumnBase.ownerBand' ) ,
215+ addMember ( {
216+ uid : 'ui/data_grid:dxDataGridColumn.ownerBand' ,
217+ types : [ types . object ] ,
218+ } ) ,
219+ addMember ( {
220+ uid : 'ui/tree_list:dxTreeListColumn.ownerBand' ,
221+ types : [ types . object ] ,
222+ } ) ,
223+ replaceTypes ( 'ui/data_grid:dxDataGridColumn.ownerBand' , [ '*' ] , [ 'int' ] ) ,
224+ replaceTypes ( 'ui/tree_list:dxTreeListColumn.ownerBand' , [ '*' ] , [ 'number' ] ) ,
225+ // ownerBand
213226 ] ,
214227 variables : {
215228 ForwardedEnums : [
0 commit comments