No results template
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [TemplateContainerAttribute(typeof(PagerResultsTemplateContainer))] public ITemplate NoResultsTemplate { get; set; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ <TemplateContainerAttribute(GetType(PagerResultsTemplateContainer))> _ Public Property NoResultsTemplate As ITemplate |
| Visual C++ |
|---|
[BrowsableAttribute(false)] [TemplateContainerAttribute(typeof(PagerResultsTemplateContainer))] public: property ITemplate^ NoResultsTemplate { ITemplate^ get (); void set (ITemplate^ value); } |