Click or drag to resize

ColumnStyle Fields

The ColumnStyle type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_backgroundBrush The brush used for drawing the background.
Protected field_cellPen The pen used for drawing cell borders.
Protected field_columnSize The size of the column.
Protected field_columnStyleType The style type of the column.
Protected fieldStatic member_defaultCellPen The default pen for cell borders.
Protected fieldStatic member_defaultHeaderBackgroundBrush The default brush for header background.
Protected fieldStatic member_defaultNormalBackgroundBrush The default brush for normal background.
Protected fieldStatic member_defaultNormalTextBrush The default brush for normal text.
Protected fieldStatic member_defaultSelectedBackgroundBrush The default brush for selected background.
Protected fieldStatic member_defaultSelectedTextBrush The default brush for selected text.
Protected fieldStatic member_defaultTextFont The default font for text.
Protected field_isBackgroundBrushCustom Indicates whether a custom background brush is used.
Protected field_isCellPenCustom Indicates whether a custom cell pen is used.
Protected field_isTextBrushCustom Indicates whether a custom text brush is used.
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_textFont The font used for text rendering.
Protected field_textFormat The string format used for text rendering.
Top
See Also