IKaxToolBarButtonItemTemplate Property |
Gets or sets the template for displaying the item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxITemplate ItemTemplate { get; set; }
Property ItemTemplate As ITemplate
Get
Set
property ITemplate^ ItemTemplate {
ITemplate^ get ();
void set (ITemplate^ value);
}
abstract ItemTemplate : ITemplate with get, set
Property Value
Type:
ITemplateA ITemplate implemented object that contains the template
for displaying the item. The default value is a null reference (Nothing in
Visual Basic), which indicates that this property is not set.
See Also