|
DataContextAddCheckBoxFieldTemplate Property
|
Gets or sets the check box field razor template file name.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string AddCheckBoxFieldTemplate { get; set; }
Public Property AddCheckBoxFieldTemplate As String
Get
Set
public:
property String^ AddCheckBoxFieldTemplate {
String^ get ();
void set (String^ value);
}
member AddCheckBoxFieldTemplate : string with get, set
function get_AddCheckBoxFieldTemplate();
function set_AddCheckBoxFieldTemplate(value);
View SourceProperty Value
StringSee Also