///<inheritdoc/>
 protected override void OnInitialized()
 {
     ParentColumnsCollection.AddColumn(this);
 }
 public void Dispose()
 {
     ParentColumnsCollection.RemoveColumn(this);
 }