DataGridColumnHeaderItemAutomationPeer.GetClassNameCore Method

Definition

Gets a name that differentiates the header that is represented by this DataGridColumnHeaderItemAutomationPeer. This method is called by GetClassName().

protected:
 override System::String ^ GetClassNameCore();
protected override string GetClassNameCore ();
override this.GetClassNameCore : unit -> string
Protected Overrides Function GetClassNameCore () As String

Returns

The type name of the Header property that is associated with this DataGridColumnHeaderItemAutomationPeer.

Applies to