CleanCode C# Libraries v0.9.30 API

ExtendedDataGridView Class

Provides added functionality to a DataGridView by keystroke and by context menu.

For a list of all members of this type, see ExtendedDataGridView Members.

System.Object
   MarshalByRefObject
      Component
         Control
            DataGridView
               ExtendedDataGridView

public class ExtendedDataGridView : DataGridView, IDisplayCommands

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

ExtendedDataGridView -- click for full size This control builds upon the excellent base developed by Chris McGrath and discussed in his article Extending the DataGridView. I have noted in the code the additional enhancements I have made available through CleanCode. Click on the thumbnail at right for a screenshot of the ExtendedDataGridView.

The additional features provided by the ExtendedDataGridView are shown below. Many of these are available from the keyboard shortcuts indicated. Many of them are also available from a context menu that is activated by right-clicking any header cell in the grid.

Since CleanCode 0.9.23.

Requirements

Namespace: CleanCode.DataGridViewControls

Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll)

See Also

ExtendedDataGridView Members | CleanCode.DataGridViewControls Namespace