DataGridColumn.ToString Method

Definition

Returns the string representation of the column.

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

Returns

Returns Empty.

Remarks

Use the ToString method to get the string representation of the column.

Note

This method is inherited from the System.Object class and is not applicable to the DataGridColumn class.

Applies to