Gets or sets the field name from a data source to bind to the C1ButtonField.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[TypeConverterAttribute("C1.Web.UI.Design.C1GridViewFormatConverter, C1.Web.UI.Design.2")]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public virtual string DataTextFormatString { get; set; }
Visual Basic
<TypeConverterAttribute("C1.Web.UI.Design.C1GridViewFormatConverter, C1.Web.UI.Design.2")> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Overridable Property DataTextFormatString As String
	Get
	Set

See Also