System.Windows.Forms.DataGridTableStyle: Method Members

The methods of System.Windows.Forms.DataGridTableStyle are listed below. For a list of all members, see the DataGridTableStyle Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Methods

BeginEdit(DataGridColumnStyle, int) : bool

Requests an edit operation.

EndEdit(DataGridColumnStyle, int, bool) : bool

Requests an end to an edit operation.

ResetAlternatingBackColor()

Resets the DataGridTableStyle.AlternatingBackColor property to its default value.

ResetBackColor()

Resets the DataGridTableStyle.BackColor property to its default value.

ResetForeColor()

Resets the DataGridTableStyle.ForeColor property to its default value.

ResetGridLineColor()

Resets the DataGridTableStyle.GridLineColor property to its default value.

ResetHeaderBackColor()

Resets the DataGridTableStyle.HeaderBackColor property to its default value.

ResetHeaderFont()

Resets the DataGridTableStyle.HeaderFont property to its default value.

ResetHeaderForeColor()

Resets the DataGridTableStyle.HeaderForeColor property to its default value.

ResetLinkColor()

Resets the DataGridTableStyle.LinkColor property to its default value.

ResetLinkHoverColor()

Resets the DataGridTableStyle.LinkHoverColor property to its default value.

ResetSelectionBackColor()

Resets the DataGridTableStyle.SelectionBackColor property to its default value.

ResetSelectionForeColor()

Resets the DataGridTableStyle.SelectionForeColor property to its default value.

Protected Methods

CreateGridColumn(System.ComponentModel.PropertyDescriptor) : DataGridColumnStyle

Creates a System.Windows.Forms.DataGridColumnStyle, using the specified property descriptor.

CreateGridColumn(System.ComponentModel.PropertyDescriptor, bool) : DataGridColumnStyle

Creates a System.Windows.Forms.DataGridColumnStyle using the specified property descriptor. Specifies whether the System.Windows.Forms.DataGridColumnStyle is a default column style.

override
Dispose(bool)

Disposes of the resources (other than memory) used by the System.Windows.Forms.DataGridTableStyle.

OnAllowSortingChanged(EventArgs)

Raises the DataGridTableStyle.AllowSortingChanged event.

OnAlternatingBackColorChanged(EventArgs)

Raises the DataGridTableStyle.AlternatingBackColorChanged event.

OnBackColorChanged(EventArgs)

Raises the DataGridTableStyle.BackColorChanged event.

OnColumnHeadersVisibleChanged(EventArgs)

Raises the DataGridTableStyle.ColumnHeadersVisibleChanged event.

OnForeColorChanged(EventArgs)

Raises the DataGridTableStyle.ForeColorChanged event.

OnGridLineColorChanged(EventArgs)

Raises the DataGridTableStyle.GridLineColorChanged event.

OnGridLineStyleChanged(EventArgs)

Raises the DataGridTableStyle.GridLineStyleChanged event.

OnHeaderBackColorChanged(EventArgs)

Raises the DataGridTableStyle.HeaderBackColorChanged event.

OnHeaderFontChanged(EventArgs)

Raises the DataGridTableStyle.HeaderFontChanged event.

OnHeaderForeColorChanged(EventArgs)

Raises the DataGridTableStyle.HeaderForeColorChanged event.

OnLinkColorChanged(EventArgs)

Raises the DataGridTableStyle.LinkColorChanged event.

OnLinkHoverColorChanged(EventArgs)

Raises the LinkHoverColorChanged event.

OnMappingNameChanged(EventArgs)

Raises the DataGridTableStyle.MappingNameChanged event

OnPreferredColumnWidthChanged(EventArgs)

Raises the DataGridTableStyle.PreferredColumnWidthChanged event.

OnPreferredRowHeightChanged(EventArgs)

Raises the DataGridTableStyle.PreferredRowHeightChanged event.

OnReadOnlyChanged(EventArgs)

Raises the DataGridTableStyle.ReadOnlyChanged event.

OnRowHeadersVisibleChanged(EventArgs)

Raises the DataGridTableStyle.RowHeadersVisibleChanged event.

OnRowHeaderWidthChanged(EventArgs)

Raises the DataGridTableStyle.RowHeaderWidthChanged event.

OnSelectionBackColorChanged(EventArgs)

Raises the DataGridTableStyle.SelectionBackColorChanged event.

OnSelectionForeColorChanged(EventArgs)

Raises the DataGridTableStyle.SelectionForeColorChanged event.

ShouldSerializeAlternatingBackColor() : bool

Indicates whether the DataGridTableStyle.AlternatingBackColor property should be persisted.

ShouldSerializeBackColor() : bool

Indicates whether the DataGridTableStyle.BackColor property should be persisted.

ShouldSerializeForeColor() : bool

Indicates whether the DataGridTableStyle.ForeColor property should be persisted.

ShouldSerializeGridLineColor() : bool

Indicates whether the DataGridTableStyle.GridLineColor property should be persisted.

ShouldSerializeHeaderBackColor() : bool

Indicates whether the DataGridTableStyle.HeaderBackColor property should be persisted.

ShouldSerializeHeaderForeColor() : bool

Indicates whether the DataGridTableStyle.HeaderForeColor property should be persisted.

ShouldSerializeLinkColor() : bool

Indicates whether the DataGridTableStyle.LinkColor property should be persisted.

ShouldSerializeLinkHoverColor() : bool

Indicates whether the DataGridTableStyle.LinkHoverColor property should be persisted.

ShouldSerializePreferredRowHeight() : bool

Indicates whether the DataGridTableStyle.PreferredRowHeight property should be persisted.

ShouldSerializeSelectionBackColor() : bool

Indicates whether the DataGridTableStyle.SelectionBackColor property should be persisted.

ShouldSerializeSelectionForeColor() : bool

Indicates whether the DataGridTableStyle.SelectionForeColor property should be persisted.