FormView::IDataBoundItemControl::Mode Property
.NET Framework (current version)
Gets the current mode of the FormView control.
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::DataBoundControlModeThe current mode of the FormView control.
Implements
IDataBoundItemControl::ModeThis 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
Available since 4.0
Show: