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

Defines the fluent interface for configuring Grid{T}.Selection
Inheritance: IHideObjectMembers
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode 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 méthode

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
Résultat void

GridSelectionSettingsBuilder() public méthode

public GridSelectionSettingsBuilder ( GridSelectionSettings settings )
settings GridSelectionSettings