asp.net.ph

DataGridColumn.Visible Property

System.Web.UI.WebControls Namespace   DataGridColumn Class


Sets or retrieves a value that indicates whether the DataGridColumn is visible.

Syntax


Inline <asp:datagridcolumn = [ true | false ]... >
Script DataGridColumn.Visible = [ true | false ]

Property Value

This property accepts or returns only a boolean value: true if the column is visible; otherwise false. Default value is true.

Remarks

Use the Visible property to programmatically control whether the column is visible in the DataGrid control.

See Also

DataGridColumn Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note