C# Класс Rock.Web.UI.Controls.CheckBoxEditableField

The ASP:CheckBoxField doesn't work very well for retrieving changed values, especially when the value is changed from True to False (weird) This CheckBoxEditableField works like the ASP:CheckBoxField except it gives the CheckBox's IDs so their changed values will consistantly persist on postbacks
Наследование: RockTemplateField, INotRowSelectedField
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

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

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

Performs basic instance initialization for a data control field.
public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool A value that indicates whether the control supports the sorting of columns of data.
control System.Web.UI.Control The data control that owns the .
Результат bool