C# 클래스 Telerik.Web.Mvc.UI.Fluent.GridSelectionSettingsBuilder

Defines the fluent interface for configuring Grid{T}.Selection
상속: IHideObjectMembers
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
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