Gets the name of this grid table.
[Visual Basic] Public Property TableName As String [C#] public string TableName {get; set;} [C++] public: __property String* get_TableName(); public: __property void set_TableName(String*); [JScript] public function get TableName() : String; public function set TableName(String);
The anme of this grid table.
DataGridTable Class | DataGridTable Members | System.WinForms Namespace