KaxListViewEmptyDataTemplate Property |
Gets or sets the Template that will be displayed if there are no
records in the DataSource assigned.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual ITemplate EmptyDataTemplate { get; set; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable Property EmptyDataTemplate As ITemplate
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property ITemplate^ EmptyDataTemplate {
ITemplate^ get ();
void set (ITemplate^ value);
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract EmptyDataTemplate : ITemplate with get, set
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
override EmptyDataTemplate : ITemplate with get, set
Property Value
Type:
ITemplateSee Also