Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 3.11 KB

File metadata and controls

39 lines (28 loc) · 3.11 KB

WinForms Data Grid - How to display a check box within a column header

This example creates a GridViewColumnHeaderExtender component that displays check boxes in column headers of a Grid View.

Set the GridViewColumnHeaderExtender.DrawCheckBoxByDefault option to false to display check boxes when the mouse cursor hovers over column headers:

The example handles the GridViewColumnHeaderExtender.ColumnCheckedChanged event to respond to changes in a column's check state.

Files to Review

See Also

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)