UNPKG

pm-controls

Version:
11 lines (10 loc) 347 B
import { GridLength } from '../../objects/request/grid-length'; var ColumnGrouping = /** @class */ (function () { function ColumnGrouping(Name, HeaderTextAlign) { this.Name = Name; this.HeaderTextAlign = HeaderTextAlign; this.Width = new GridLength(0); } return ColumnGrouping; }()); export { ColumnGrouping };