asp.net.ph

DataGridColumn Class

System.Web.UI.WebControls Namespace


Serves as the base class for the different column types of the DataGrid control.

DataGridColumn Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public FooterStyle TableItemStyle [ Get ]
public FooterText String [ Get , Set ]
public HeaderImageUrl String [ Get , Set ]
public HeaderStyle TableItemStyle [ Get ]
public HeaderText String [ Get , Set ]
public ItemStyle TableItemStyle [ Get ]
public SortExpression String [ Get , Set ]
public Visible Boolean [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
public Initialize ( ) Void
public InitializeCell ( TableCell cell , Int32 columnIndex , ListItemType itemType ) Void
protected LoadViewState ( Object savedState ) Void
protected OnColumnChanged ( ) Void
protected SaveViewState ( ) Object
public ToString ( ) String
protected TrackViewState ( ) Void

Remarks

The DataGridColumn class is the base class for all column types of the DataGrid control. It defines the properties and methods that are common to all column types. An instance of the DataGridColumn class is not created directly.

See Also

DataGridColumnCollection   Columns   BoundColumn   ButtonColumn   EditCommandColumn   HyperLinkColumn   TemplateColumn 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