C# Class Telerik.Web.Mvc.UI.Fluent.GridSelectionSettingsBuilder

Defines the fluent interface for configuring Grid{T}.Selection
Inheritance: IHideObjectMembers
显示文件 Open project: juanplopes/simple-telerik

Public Methods

Method Description
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 )

Method Details

Enabled() public method

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
return void

GridSelectionSettingsBuilder() public method

public GridSelectionSettingsBuilder ( GridSelectionSettings settings )
settings GridSelectionSettings