IFieldTemplateHost.Mode Property

Definition

Gets the rendering mode for the field template.

public:
 property System::Web::UI::WebControls::DataBoundControlMode Mode { System::Web::UI::WebControls::DataBoundControlMode get(); };
public System.Web.UI.WebControls.DataBoundControlMode Mode { get; }
member this.Mode : System.Web.UI.WebControls.DataBoundControlMode
Public ReadOnly Property Mode As DataBoundControlMode

Property Value

One of the enumeration values that specifies the rendering mode for the field template.

Applies to