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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph