The TemplateNodeStyle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TemplateNodeStyle | Initializes a new instance of the TemplateNodeStyle class |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
(Overrides ClientStyle<(Of <(<'TModelItem, TStyle>)>)>..::..Clone()()()().) | |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Install | (Inherited from ClientNodeStyle.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ContextPropertyName |
The name of the context property that is provided by the template component.
| |
| DataPropertyName |
The name of the data property that is provided by the template component.
| |
| FallbackStyle |
Gets or sets the FallbackStyle that will be painted when this node style is rendered.
(Inherited from ClientStyle<(Of <(<'TModelItem, TStyle>)>)>.) | |
| HideSelectionPaintable |
Whether to hide the default selection paintable (because the template
component provides it's own selection visualization).
| |
| Renderer | (Inherited from ClientNodeStyle.) | |
| StyleTag |
A custom user object associated with this style instance.
| |
| TagProvider |
The class name of the use tag provider used
for this template style.
| |
| TemplateClass |
The class name of the client-side template component
| |
| UserTagProviderClass |
The class name of the use tag provider used
for this template style.
|