Gets or sets the template used to display items.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public ITemplate ItemTemplate { get; set; } |
Visual Basic
![]() |
---|
Public Property ItemTemplate As ITemplate |
Type: ITemplate
A System.Web.UI.ITemplate object that contains the template for displaying the items section of the control. The default is null (Nothing in VB.NET).