DataGridComboBoxColumnStyle Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The DataGridComboBoxColumnStyle type exposes the following members.

Constructors

  Name Description
Public method DataGridComboBoxColumnStyle

Top

Methods

  Name Description
Protected method Abort (Overrides DataGridColumnStyle.Abort(Int32).)
Protected method BeginUpdate Suspends the painting of the column until the EndUpdate method is called. (Inherited from DataGridColumnStyle.)
Protected method CheckValidDataSource Throws an exception if the System.Windows.Forms.DataGrid does not have a valid data source, or if this column is not mapped to a valid property in the data source. (Inherited from DataGridColumnStyle.)
Protected method ColumnStartedEditing Informs the System.Windows.Forms.DataGrid that the user has begun editing the column. (Inherited from DataGridColumnStyle.)
Protected method Commit (Overrides DataGridColumnStyle.Commit(CurrencyManager, Int32).)
Protected method ConcedeFocus (Overrides DataGridColumnStyle.ConcedeFocus().)
Protected method CreateHeaderAccessibleObject Gets the AccessibleObject for the column. (Inherited from DataGridColumnStyle.)
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public method Dispose Overloaded. Releases the resources used by the Component.
Protected method Edit Overloaded.
Protected method EndUpdate Resumes the painting of columns suspended by calling the BeginUpdate method. (Inherited from DataGridColumnStyle.)
Protected method EnterNullValue Enters a DBNull.Value into the column. (Inherited from DataGridColumnStyle.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Protected method GetColumnValueAtRow Gets the value in the specified row from the specified CurrencyManager. (Inherited from DataGridColumnStyle.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected method GetMinimumHeight (Overrides DataGridColumnStyle.GetMinimumHeight().)
Protected method GetPreferredHeight (Overrides DataGridColumnStyle.GetPreferredHeight(Graphics, Object).)
Protected method GetPreferredSize (Overrides DataGridColumnStyle.GetPreferredSize(Graphics, Object).)
Protected method GetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected method Invalidate Redraws the column and causes a paint message to be sent to the control. (Inherited from DataGridColumnStyle.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method Paint Overloaded.
Protected method ReleaseHostedControl Allows the column to free resources when the control it hosts is not needed. (Inherited from DataGridColumnStyle.)
Public method ResetHeaderText Resets the HeaderText to its default value, nulla null reference (Nothing in Visual Basic). (Inherited from DataGridColumnStyle.)
Protected method SetColumnValueAtRow Sets the value in a specified row with the value from a specified CurrencyManager. (Inherited from DataGridColumnStyle.)
Protected method SetDataGrid Sets the System.Windows.Forms.DataGrid control that this column belongs to. (Inherited from DataGridColumnStyle.)
Protected method SetDataGridInColumn (Overrides DataGridColumnStyle.SetDataGridInColumn(DataGrid).)
Public method ToString Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.)
Protected method UpdateUI (Overrides DataGridColumnStyle.UpdateUI(CurrencyManager, Int32, String).)

Top

Properties

  Name Description
Public property Alignment Gets or sets the alignment of text in a column. (Inherited from DataGridColumnStyle.)
Public property ComboBox
Public property Container Gets the IContainer that contains the Component. (Inherited from Component.)
Public property DataGridTableStyle Gets the DataGridTableStyle for the column. (Inherited from DataGridColumnStyle.)
Public property DataSource
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Protected property Events Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Protected property FontHeight Gets the height of the column's font. (Inherited from DataGridColumnStyle.)
Public property HeaderAccessibleObject Infrastructure. Gets the AccessibleObject for the column. (Inherited from DataGridColumnStyle.)
Public property HeaderText Gets or sets the text of the column header. (Inherited from DataGridColumnStyle.)
Public property MappingName Gets or sets the name of the data member to map the column style to. (Inherited from DataGridColumnStyle.)
Public property NullText Gets or sets the text that is displayed when the column contains nulla null reference (Nothing in Visual Basic). (Inherited from DataGridColumnStyle.)
Public property PropertyDescriptor Gets or sets the PropertyDescriptor that determines the attributes of data displayed by the DataGridColumnStyle. (Inherited from DataGridColumnStyle.)
Public property ReadOnly Gets or sets a value indicating whether the data in the column can be edited. (Inherited from DataGridColumnStyle.)
Public property Site Gets or sets the ISite of the Component. (Inherited from Component.)
Public property Width Gets or sets the width of the column. (Inherited from DataGridColumnStyle.)

Top

Events

  Name Description
Public event AlignmentChanged Occurs when the Alignment property value changes. (Inherited from DataGridColumnStyle.)
Public event Disposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public event FontChanged Occurs when the column's font changes. (Inherited from DataGridColumnStyle.)
Public event HeaderTextChanged Occurs when the HeaderText property value changes. (Inherited from DataGridColumnStyle.)
Public event MappingNameChanged Occurs when the MappingName value changes. (Inherited from DataGridColumnStyle.)
Public event NullTextChanged Occurs when the NullText value changes. (Inherited from DataGridColumnStyle.)
Public event PropertyDescriptorChanged Occurs when the PropertyDescriptor property value changes. (Inherited from DataGridColumnStyle.)
Public event ReadOnlyChanged Occurs when the ReadOnly property value changes. (Inherited from DataGridColumnStyle.)
Public event WidthChanged Occurs when the Width property value changes. (Inherited from DataGridColumnStyle.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing Informs the DataGrid control that the user has begun editing the column. (Inherited from DataGridColumnStyle.)

Top

See Also

Reference

DataGridComboBoxColumnStyle Class

Microsoft.CLRAdmin Namespace