Skip to content

DataGrid class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.DataGrid Modifiers: public

Summary

        A DataGrid control that displays data in rows and columns and allows
        for the entering and editing of data.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class DataGrid
class DataGrid
DataGrid <|-- DataGrid

Inherits from: DataGrid

Constructors

NameSummary
.ctor

Properties

NameSummary
CheckBoxColumnElementStyleGets or sets a style to apply to all checkbox column in the DataGrid.
CheckBoxColumnEditingElementStyleGets or sets a style to apply to all checkbox column in the DataGrid.

Fields

NameSummary
static CheckBoxColumnElementStylePropertyThe DependencyProperty that represents the [CheckBoxColumnElementStyle](# property.
static CheckBoxColumnEditingElementStylePropertyThe DependencyProperty that represents the [CheckBoxColumnEditingElementStyle](# property.

Methods

NameSummary
OnInitializedRaises the Initialized event. This method is invoked whenever...
Inherited members