The IDataGridColumns interface contains properties and methods of the collection of columns of the DataGrid component.
| Property name | Brief description | |
| Count | The Count property returns the columns count of the DataGrid component. | |
| DataGrid | The DataGrid property returns a parent object. | |
| Item | The Item property returns the table column. | |
| Width | The Width property determines the width of all columns in the collection of the DataGrid component. |
| Method name | Brief description | |
| Add | The Add method adds a new column. | |
| Clear | The Clear method removes all the columns from the columns collection of the DataGrid component. | |
| Delete | The Delete method deletes the row, which index is passed as an input parameter. |
See also: