A newer version of this page is available.
Switch to the current version.
BootstrapSchedulerWeekViewTemplates.DateCellHeaderTemplate Property
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[TemplateContainer(typeof(DateHeaderTemplateContainer))]
public override ITemplate DateCellHeaderTemplate { get; set; }
<Browsable(False)>
<DefaultValue(Nothing)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<TemplateContainer(GetType(DateHeaderTemplateContainer))>
Public Overrides Property DateCellHeaderTemplate As ITemplate
Property Value
Type | Default |
---|---|
ITemplate | null |
See Also
Feedback