C# Класс SourceGrid.Cells.Views.CheckBox

Наследование: Cell
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Default CheckBox
MiddleLeftAlign CheckBox

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

Метод Описание
CheckBox ( CheckBox p_Source ) : System

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Clone ( ) : object

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.

Защищенные методы

Метод Описание
GetElements ( ) : IEnumerable
PrepareView ( CellContext context ) : void
PrepareVisualElementCheckBox ( CellContext context ) : void

Приватные методы

Метод Описание
CheckBox ( ) : System
GetBaseElements ( ) : IEnumerable

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

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

Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public CheckBox ( CheckBox p_Source ) : System
p_Source CheckBox
Результат System

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

Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
public Clone ( ) : object
Результат object

GetElements() защищенный Метод

protected GetElements ( ) : IEnumerable
Результат IEnumerable

PrepareView() защищенный Метод

protected PrepareView ( CellContext context ) : void
context CellContext
Результат void

PrepareVisualElementCheckBox() защищенный Метод

protected PrepareVisualElementCheckBox ( CellContext context ) : void
context CellContext
Результат void

Описание свойств

Default публичное статическое свойство

Represents a default CheckBox with the CheckBox image align to the Middle Center of the cell. You must use this VisualModel with a Cell of type ICellCheckBox.
public static CheckBox Default
Результат CheckBox

MiddleLeftAlign публичное статическое свойство

Represents a CheckBox with the CheckBox image align to the Middle Left of the cell
public static CheckBox MiddleLeftAlign
Результат CheckBox