Property | Type | Description | |
---|---|---|---|
ShouldSerializeDataCell | bool | ||
ShouldSerializeHeaderColumn | bool | ||
ShouldSerializeHeaderRow | bool |
Method | Description | |
---|---|---|
PaletteDataGridViewCells ( |
Initialize a new instance of the PaletteDataGridViewCells class.
|
|
PopulateFromBase ( |
Populate values from the base palette.
|
|
SetInherit ( |
Sets the inheritence parent.
|
Method | Description | |
---|---|---|
OnNeedPaint ( object sender, bool needLayout ) : void |
Handle a change event from palette source.
|
Method | Description | |
---|---|---|
ShouldSerializeDataCell ( ) : bool | ||
ShouldSerializeHeaderColumn ( ) : bool | ||
ShouldSerializeHeaderRow ( ) : bool |
protected OnNeedPaint ( object sender, bool needLayout ) : void | ||
sender | object | Source of the event. |
needLayout | bool | True if a layout is also needed. |
return | void |
public PaletteDataGridViewCells ( |
||
inherit | Source for inheriting values. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
public PopulateFromBase ( |
||
common | Reference to common settings. | |
state | PaletteState | The palette state to populate with. |
gridStyle | GridStyle | Grid style to use for populating. |
return | void |
public SetInherit ( |
||
inherit | ||
return | void |