DataGridColumn Constructor

Definition

Initializes a new instance of the DataGridColumn class.

public:
 DataGridColumn();
protected:
 DataGridColumn();
public DataGridColumn ();
protected DataGridColumn ();
Public Sub New ()
Protected Sub New ()

Remarks

Use this constructor to create and initialize an instance of the DataGridColumn class.

Note

Instances of this class are typically not created directly. It is a base class that defines the properties and methods common to all column type classes.

Applies to