C# Класс Habanero.Faces.VWG.DataGridViewCellStyleVWG

Represents the formatting and style information applied to individual cells within a DataGridView control.
Наследование: IDataGridViewCellStyle
Показать файл Открыть проект

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

Метод Описание
ApplyStyle ( IDataGridViewCellStyle dataGridViewCellStyle ) : void

Applies the specified to the current .

Clone ( ) : IDataGridViewCellStyle

Creates an exact copy of this .

DataGridViewCellStyleVWG ( DataGridViewCellStyle dataGridViewCellStyle ) : System

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

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

Applies the specified to the current .
dataGridViewCellStyle is null.
public ApplyStyle ( IDataGridViewCellStyle dataGridViewCellStyle ) : void
dataGridViewCellStyle IDataGridViewCellStyle The to apply /// to the current .
Результат void

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

Creates an exact copy of this .
public Clone ( ) : IDataGridViewCellStyle
Результат IDataGridViewCellStyle

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

public DataGridViewCellStyleVWG ( DataGridViewCellStyle dataGridViewCellStyle ) : System
dataGridViewCellStyle DataGridViewCellStyle
Результат System