EventDialogTemplate Property
In This Topic
Gets or sets the Event Dialog template used to display the content of the Event Dialog.
Syntax
'Declaration
Public Property EventDialogTemplate As System.Web.UI.ITemplate
public System.Web.UI.ITemplate EventDialogTemplate {get; set;}
See Also