PageFooterElementData Property |
Represents the footer's contents. Visible in Print mode only.
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string Data { get; set; }
Public Property Data As String
Get
Set
public:
property String^ Data {
String^ get ();
void set (String^ value);
}
member Data : string with get, set
Property Value
Type:
String
See Also