Method DeleteColumn
DeleteColumn(ObjectUniqueId?)
Deletes the specified column and its associated splitter from the control.
bool DeleteColumn(ObjectUniqueId? columnId)
Parameters
columnIdObjectUniqueId?The unique identifier of the column to be deleted.
Returns
- bool
true if the column and its associated splitter were successfully deleted; otherwise, false if the column was not found.
Remarks
This method attempts to find and remove the column identified by
columnId. If the column is found, it also disposes of the associated
splitter, if any, before
disposing of the column itself.