DataGridColumn 构造函数

定义

初始化 DataGridColumn 类的新实例。Initializes a new instance of the DataGridColumn class.

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

注解

使用此构造函数创建并初始化类的实例 DataGridColumnUse this constructor to create and initialize an instance of the DataGridColumn class.

备注

通常不会直接创建此类的实例。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.

适用于