C# Класс ComponentFactory.Krypton.Toolkit.PaletteDataGridViewAll

Implement storage for a KryptonDataGridView normal state.
Наследование: PaletteDataGridViewCells
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShouldSerializeBackground bool

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

Метод Описание
PaletteDataGridViewAll ( PaletteDataGridViewRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteDataGridViewAll class.

PopulateFromBase ( KryptonPaletteCommon common, PaletteState state, GridStyle gridStyle ) : void

Populate values from the base palette.

SetInherit ( PaletteDataGridViewRedirect inherit ) : void

Sets the inheritence parent.

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

Метод Описание
ShouldSerializeBackground ( ) : bool

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

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

Initialize a new instance of the PaletteDataGridViewAll class.
public PaletteDataGridViewAll ( PaletteDataGridViewRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteDataGridViewRedirect Source for inheriting values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

Populate values from the base palette.
public PopulateFromBase ( KryptonPaletteCommon common, PaletteState state, GridStyle gridStyle ) : void
common KryptonPaletteCommon Reference to common settings.
state PaletteState The palette state to populate with.
gridStyle GridStyle Grid style to use for populating.
Результат void

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

Sets the inheritence parent.
public SetInherit ( PaletteDataGridViewRedirect inherit ) : void
inherit PaletteDataGridViewRedirect
Результат void