AggregateResultCaption Property |
Gets or sets the text which serves as a caption for the result in a user interface..
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string Caption { get; }
Public ReadOnly Property Caption As String
Get
public:
property String^ Caption {
String^ get ();
}
member Caption : string with get
Property Value
Type:
StringThe text which serves as a caption for the result in a user interface.
See Also