Table of Contents

Method DeleteColumn

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DeleteColumn(ObjectUniqueId?)

Deletes the specified column and its associated splitter from the control.

public virtual bool DeleteColumn(ObjectUniqueId? columnId)

Parameters

columnId ObjectUniqueId?

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.