[]
Represents a base header flat style renderer.
[Browsable(false)]
public abstract class BaseHeaderFlatStyleRenderer : ColumnHeaderRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
<Browsable(False)>
Public MustInherit Class BaseHeaderFlatStyleRenderer
Inherits ColumnHeaderRenderer
Implements IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
Name | Description |
---|---|
BaseHeaderFlatStyleRenderer() | Creates an instance of BaseHeaderFlatStyleRenderer |
BaseHeaderFlatStyleRenderer(SerializationInfo, StreamingContext) | Creates a new painter of the column header cells from serialization. |
Name | Description |
---|---|
ActiveFontStyle | Gets or sets the cell font style in active mode. |
ActiveForeColor | Gets or sets the foreground color of the cell in an active state. |
ActiveMouseOverBackColor | Gets or sets the backcolor of the cell when the mouse is over the cell. |
ActiveSelectedBackColor | Gets or sets the color of the header cell when selected. |
ContainSelectBackColor | Gets or sets the background color of the header cell that contains the selected cell in the viewport. |
GridLineActiveColor | Gets or sets the header cell grid line color in an active state or separated by viewport. |
GridLineNormalColor | Gets or sets the header cell grid line color. |
NormalBackgroundColor | Gets or sets the backcolor of the cell in normal mode. |