[]
Gets or sets the row edit template.
[Browsable(false)]
[TemplateContainer(typeof(RowEditTemplateContainer))]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ITemplate RowEditTemplate { get; set; }
<Browsable(False)>
<TemplateContainer(GetType(RowEditTemplateContainer))>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public Property RowEditTemplate As ITemplate
Type | Description |
---|---|
ITemplate | Template for row edit |