IsTemplate Property (TabPanel)
In This Topic
Gets or sets a boolean value which indicates whether transfer this control to template mode.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public Property IsTemplate As Boolean
[C1Ignore()]
public bool IsTemplate {get; set;}
See Also