FieldTemplateUserControl.Mode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le mode utilisé par un modèle de champ.
public:
property System::Web::UI::WebControls::DataBoundControlMode Mode { System::Web::UI::WebControls::DataBoundControlMode get(); };
public System.Web.UI.WebControls.DataBoundControlMode Mode { get; }
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.DataBoundControlMode Mode { get; }
member this.Mode : System.Web.UI.WebControls.DataBoundControlMode
[<System.ComponentModel.Browsable(false)>]
member this.Mode : System.Web.UI.WebControls.DataBoundControlMode
Public ReadOnly Property Mode As DataBoundControlMode
Valeur de propriété
Mode actuel du modèle de champ.
- Attributs
Remarques
Les DataBoundControlMode modèles de champ utilisés par sont notamment Insert
, Edit
et ReadOnly
.