C# Класс ZForge.Controls.XPTable.Renderers.CheckBoxRendererData

Contains information about the current state of a Cell's check box
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CheckBoxRendererData ( CheckBoxStates checkState ) : System

Initializes a new instance of the ButtonRendererData class with the specified CheckBox state

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

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

Initializes a new instance of the ButtonRendererData class with the specified CheckBox state
public CheckBoxRendererData ( CheckBoxStates checkState ) : System
checkState CheckBoxStates The current state of the Cells CheckBox
Результат System