New to Telerik UI for ASP.NET Core? Download free 30-day trial

TreeListColumnMenuSettingsBuilder

Methods

Columns(System.Boolean)

If set to true, the column menu allows the user to select (show and hide) TreeList columns. By default, the column menu allows column selection.

Parameters

value - System.Boolean

The value for Columns

Filterable(System.Boolean)

If set to true, the column menu will allow the user to filter the TreeList. By default, if filtering is enabled through filterable, the column menu allows the user to filter.

Parameters

value - System.Boolean

The value for Filterable

Sortable(System.Boolean)

If set to true, the column menu will allow the user to sort the TreeList by the column field. By default, if sorting is enabled through sortable, the column menu allows the user to sort the data.

Parameters

value - System.Boolean

The value for Sortable

Messages(System.Action)

The text messages that is played in the column menu. Use it to customize or localize the column menu messages.

Parameters

configurator - System.Action<TreeListColumnMenuMessagesSettingsBuilder>

The configurator for the messages setting.

In this article
Not finding the help you need?