public XFDataGridControl() { _mParent = new Grid { RowSpacing = 0, ColumnSpacing = 0 }; _gridHeader = new XFGridHeader(this); _gridItemBody = new XFGridBody(this); _gridHelper = new XFGridHelper(); }
/// <summary> /// Initializes a new instance of the <see cref="XFDataGridControl"/> class. /// </summary> public XFDataGridControl() { _mParent = new Grid { RowSpacing = 0, ColumnSpacing = 0 }; _gridHeader = new XFGridHeader(this); _gridItemBody = new XFGridBody(this); _gridHelper = new XFGridHelper(); this.PropertyChanged += XFDataGridControl_PropertyChanged; }