GridWidgetBase.allowColResizing - multiple declarations

Function GridWidgetBase.allowColResizing

get col resizing flag; when true, allow resizing of column with mouse

bool allowColResizing() @property;

Function GridWidgetBase.allowColResizing

set col resizing flag; when true, allow resizing of column with mouse

GridWidgetBase allowColResizing(
  bool flgAllowColResizing
) @property;