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

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

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

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

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

Метод Описание
Clone ( ) : object

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

ColumnHeader ( ColumnHeader p_Source ) : System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Represents a Column Header with the ability to draw an Image in the right to indicates the sort operation. You must use this model with a cell of type ICellSortableHeader.
public static ColumnHeader Default
Результат ColumnHeader