KaxWindowManagerConfirmTemplate Property |
This property allows to specify the HTML for the confirm popup, which will
override the alerttemplate defined in the
Skins/CURRENT_SKIN/Window/CoreTemplates.xml file.
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 ConfirmTemplate { get; set; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property ConfirmTemplate As ITemplate
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property ITemplate^ ConfirmTemplate {
ITemplate^ get ();
void set (ITemplate^ value);
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ConfirmTemplate : ITemplate with get, set
Property Value
Type:
ITemplateSee Also