System.Web.UI.WebControls Namespace DataGridColumn Class
Sets or retrieves a value that indicates whether the DataGridColumn is visible.
Inline |
<asp:datagridcolumn = [ true | false ]... > |
Script |
DataGridColumn.Visible = [ true | false ] |
This property accepts or returns only a boolean value: true if the column is visible; otherwise false. Default value is true.
Use the Visible property to programmatically control whether the column is visible in the DataGrid control.
DataGridColumn Members