C# Класс Telerik.Web.Mvc.UI.Fluent.GridSelectionSettingsBuilder

Defines the fluent interface for configuring Grid{T}.Selection
Наследование: IHideObjectMembers
Показать файл Открыть проект

Открытые методы

Метод Описание
Enabled ( bool value ) : void

Enables or disables selection.

The Enabled method is useful when you need to enable scrolling based on certain conditions.

GridSelectionSettingsBuilder ( GridSelectionSettings settings )

Описание методов

Enabled() публичный Метод

Enables or disables selection.
The Enabled method is useful when you need to enable scrolling based on certain conditions.
public Enabled ( bool value ) : void
value bool
Результат void

GridSelectionSettingsBuilder() публичный Метод

public GridSelectionSettingsBuilder ( GridSelectionSettings settings )
settings GridSelectionSettings