C# Класс ZForge.Controls.XPTable.Models.ControlColumn

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

Private Properties

Свойство Тип Описание
Init void
ShouldSerializeControlSize bool

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

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

Creates a new ControlColumn with default values

ControlColumn ( int width ) : System

Creates a new ControlColumn with the specified header width

ControlColumn ( string text, Image image, int width ) : System

Creates a new ControlColumn with the specified header text, image and width

ControlColumn ( string text, int width ) : System

Creates a new ControlColumn with the specified header text and width

CreateDefaultEditor ( ) : ICellEditor

Gets the Column's default CellEditor

CreateDefaultRenderer ( ) : ICellRenderer

Gets the Column's default CellRenderer

GetDefaultEditorName ( ) : string

Gets a string that specifies the name of the Column's default CellEditor

GetDefaultRendererName ( ) : string

Gets a string that specifies the name of the Column's default CellRenderer

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

Метод Описание
Init ( ) : void

Initializes the ControlColumn with default values

ShouldSerializeControlSize ( ) : bool

Specifies whether the ControlSize property should be serialized at design time

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

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

Creates a new ControlColumn with default values
public ControlColumn ( ) : System
Результат System

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

Creates a new ControlColumn with the specified header width
public ControlColumn ( int width ) : System
width int The column's width
Результат System

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

Creates a new ControlColumn with the specified header text, image and width
public ControlColumn ( string text, Image image, int width ) : System
text string The text displayed in the column's header
image Image The image displayed on the column's header
width int The column's width
Результат System

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

Creates a new ControlColumn with the specified header text and width
public ControlColumn ( string text, int width ) : System
text string The text displayed in the column's header
width int The column's width
Результат System

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

Gets the Column's default CellEditor
public CreateDefaultEditor ( ) : ICellEditor
Результат ICellEditor

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

Gets the Column's default CellRenderer
public CreateDefaultRenderer ( ) : ICellRenderer
Результат ICellRenderer

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

Gets a string that specifies the name of the Column's default CellEditor
public GetDefaultEditorName ( ) : string
Результат string

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

Gets a string that specifies the name of the Column's default CellRenderer
public GetDefaultRendererName ( ) : string
Результат string