DetailsView.IDataBoundItemControl.Mode Property
.NET Framework (current version)
For a description of this property, see IDataBoundItemControl.Mode.
Assembly: System.Web (in System.Web.dll)
private abstract Mode : DataBoundControlMode with get private override Mode : DataBoundControlMode with get
Property Value
Type: System.Web.UI.WebControls.DataBoundControlModeThe current mode of the DetailsView control.
Implements
IDataBoundItemControl.ModeThis member is an explicit interface member implementation. It can be used only when the DetailsView instance is cast to an IDataBoundControlinterface.
The DetailsView can be set to ReadOnly, Edit or Delete.
.NET Framework
Available since 4.0
Available since 4.0
Show: