HyperLinkColumn.Initialize 方法
定义
提供用于将派生自 DataGridColumn 类的列重置为其初始状态的基实现。Provides the base implementation to reset a column derived from the DataGridColumn class to its initial state.
public:
override void Initialize();
public override void Initialize ();
override this.Initialize : unit -> unit
Public Overrides Sub Initialize ()