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¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| CheckBoxColumnElementStyle | Gets or sets a style to apply to all checkbox column in the DataGrid. |
| CheckBoxColumnEditingElementStyle | Gets or sets a style to apply to all checkbox column in the DataGrid. |
Fields¶
| Name | Summary |
|---|---|
| static CheckBoxColumnElementStyleProperty | The DependencyProperty that represents the [CheckBoxColumnElementStyle](# property. |
| static CheckBoxColumnEditingElementStyleProperty | The DependencyProperty that represents the [CheckBoxColumnEditingElementStyle](# property. |
Methods¶
| Name | Summary |
|---|---|
| OnInitialized | Raises the Initialized event. This method is invoked whenever... |