DataAlternateTextField Property | ComponentOne FileExplorer for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ImageField Class / DataAlternateTextField Property

In This Topic
DataAlternateTextField Property
In This Topic
Gets or sets the name of the column from the data source that contains the values to bind to the AlternateText property of each image in an C1ImageField object.
Syntax
'Declaration
 
Public Overridable Property DataAlternateTextField As System.String
 

Property Value

The name of the field to bind the AlternateText property of each image in an System.Web.UI.WebControls.ImageField object.
See Also