The TemplateLabelStyle type exposes the following members.

Constructors

  NameDescription
Public methodTemplateLabelStyle
Initializes a new instance of the TemplateLabelStyle class

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides ClientStyle<(Of <(<'TModelItem, TStyle>)>)>..::..Clone()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInstall (Inherited from ClientLabelStyle.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyContextPropertyName
The name of the context property that is provided by the template component.
Public propertyDataPropertyName
The name of the data property that is provided by the template component.
Public propertyFallbackStyle
Gets or sets the FallbackStyle that will be painted when this node style is rendered.
(Inherited from ClientStyle<(Of <(<'TModelItem, TStyle>)>)>.)
Public propertyHideSelectionPaintable
Whether to hide the default selection paintable (because the template component provides it's own selection visualization).
Public propertyRenderer (Inherited from ClientLabelStyle.)
Public propertyStyleTag
A custom user object associated with this style instance.
Public propertyTagProvider
The class name of the use tag provider used for this template style.
Public propertyTemplateClass
The class name of the client-side template component
Public propertyUserTagProviderClass
The class name of the use tag provider used for this template style.

See Also