DependencyProperty.ToString Method

Definition

Overrides the Object method to return the Name property value.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The Name property value.

Remarks

This represents the name of the property or event that is being mirrored by the DependencyProperty.

Applies to