GridBinaryImageColumnDataAlternateTextFormatString Property |
Gets or sets a string, specifying the format string, which will be used to format
the alternate text of the image, rendered in the cells of the column.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string DataAlternateTextFormatString { get; set; }
Public Overridable Property DataAlternateTextFormatString As String
Get
Set
public:
virtual property String^ DataAlternateTextFormatString {
String^ get ();
void set (String^ value);
}
abstract DataAlternateTextFormatString : string with get, set
override DataAlternateTextFormatString : string with get, set
Property Value
Type:
String
See Also