Modifier

GridViewColumn.ToString Method

Definition

Creates a string representation of the GridViewColumn.

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

Returns

A string that identifies the object as a GridViewColumn object and displays the value of the Header property.

Applies to