KaxDataPagerTemplatePageFieldPagerTemplate Property |
This property contains template for KaxDataPagerTemplateField.
Container control is KaxDataPagerFieldItem.
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 ITemplate PagerTemplate { get; set; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property PagerTemplate As ITemplate
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property ITemplate^ PagerTemplate {
ITemplate^ get ();
void set (ITemplate^ value);
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member PagerTemplate : ITemplate with get, set
Property Value
Type:
ITemplate
See Also