Depth header template.

Namespace: MonoSoftware.MonoX.Controls.HierarchicalRepeater
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual ITemplate DepthHeaderTemplate { get; set; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> 
Public Overridable Property DepthHeaderTemplate As ITemplate
	Get
	Set
Visual C++
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property ITemplate^ DepthHeaderTemplate {
	ITemplate^ get ();
	void set (ITemplate^ value);
}
F#
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract DepthHeaderTemplate : ITemplate with get, set
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
override DepthHeaderTemplate : ITemplate with get, set

Property Value

Type: ITemplate

See Also