FormView::IDataBoundItemControl::Mode Property

.NET Framework (current version)
 

Gets the current mode of the FormView control.

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

private:
property DataBoundControlMode Mode {
	virtual DataBoundControlMode get() sealed = IDataBoundItemControl::Mode::get;
}

Property Value

Type: System.Web.UI.WebControls::DataBoundControlMode

The current mode of the FormView control.

This member is an explicit interface member implementation. It can be used only when the FormView instance is cast to an IDataBoundControl interface.

.NET Framework
Available since 4.0
Return to top
Show: