Property | Type | Description | |
---|---|---|---|
ResetStyle | void | ||
ResetStyleBackground | void | ||
ResetStyleColumn | void | ||
ResetStyleDataCells | void | ||
ResetStyleRow | void | ||
ShouldSerializeStyle | bool | ||
ShouldSerializeStyleBackground | bool | ||
ShouldSerializeStyleColumn | bool | ||
ShouldSerializeStyleDataCells | bool | ||
ShouldSerializeStyleRow | bool |
Method | Description | |
---|---|---|
DataGridViewStyles ( KryptonDataGridView dataGridView ) : System |
Initialize a new instance of the DataGridViewStyles class.
|
Method | Description | |
---|---|---|
ResetStyle ( ) : void | ||
ResetStyleBackground ( ) : void | ||
ResetStyleColumn ( ) : void | ||
ResetStyleDataCells ( ) : void | ||
ResetStyleRow ( ) : void | ||
ShouldSerializeStyle ( ) : bool | ||
ShouldSerializeStyleBackground ( ) : bool | ||
ShouldSerializeStyleColumn ( ) : bool | ||
ShouldSerializeStyleDataCells ( ) : bool | ||
ShouldSerializeStyleRow ( ) : bool |
public DataGridViewStyles ( KryptonDataGridView dataGridView ) : System | ||
dataGridView | KryptonDataGridView | Reference to owning control. |
return | System |