DataGridColumn::IsTrackingViewState Property

 
Use BaseTrue

Gets a value that determines whether the DataGridColumn object is marked to save its state.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
property bool IsTrackingViewState {
	bool get();
}

Property Value

Type: System::Boolean

true if the DataGridColumn is marked; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: