C# Class ComponentFactory.Krypton.Toolkit.DataGridViewStyles

Storage for data grid view display styles.
Inheritance: Storage
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
ResetStyle void
ResetStyleBackground void
ResetStyleColumn void
ResetStyleDataCells void
ResetStyleRow void
ShouldSerializeStyle bool
ShouldSerializeStyleBackground bool
ShouldSerializeStyleColumn bool
ShouldSerializeStyleDataCells bool
ShouldSerializeStyleRow bool

Méthodes publiques

Méthode Description
DataGridViewStyles ( KryptonDataGridView dataGridView ) : System

Initialize a new instance of the DataGridViewStyles class.

Private Methods

Méthode Description
ResetStyle ( ) : void
ResetStyleBackground ( ) : void
ResetStyleColumn ( ) : void
ResetStyleDataCells ( ) : void
ResetStyleRow ( ) : void
ShouldSerializeStyle ( ) : bool
ShouldSerializeStyleBackground ( ) : bool
ShouldSerializeStyleColumn ( ) : bool
ShouldSerializeStyleDataCells ( ) : bool
ShouldSerializeStyleRow ( ) : bool

Method Details

DataGridViewStyles() public méthode

Initialize a new instance of the DataGridViewStyles class.
public DataGridViewStyles ( KryptonDataGridView dataGridView ) : System
dataGridView KryptonDataGridView Reference to owning control.
Résultat System