Table of Contents

Method SetColumnTitle

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

SetColumnTitle(ObjectUniqueId, string?)

Sets the title of the specified column.

bool SetColumnTitle(ObjectUniqueId columnId, string? title)

Parameters

columnId ObjectUniqueId

The unique identifier of the column whose title is to be set.

title string

The new title for the column. If null, the title is set to an empty string.

Returns

bool

true if the column title was successfully set; otherwise, false if the column was not found.