FieldTemplateUserControl.Mode Property

 

Gets the mode a field template uses. 

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

[<BrowsableAttribute(false)>]
member Mode : DataBoundControlMode with get

Property Value

Type: System.Web.UI.WebControls.DataBoundControlMode

The current mode of the field template.

The DataBoundControlMode that field templates uses include Insert, Edit, and ReadOnly.

.NET Framework
Available since 3.5
Return to top
Show: