Kanzi 3.9.10
PluginPropertyValueEditorSettings Interface Reference

The class describes the property value editor. More...

Inheritance diagram for PluginPropertyValueEditorSettings:
[legend]
Collaboration diagram for PluginPropertyValueEditorSettings:
[legend]

Public Member Functions

bool IsCompatibleWith (PluginPropertyDataType? propertyDataType)
 Indicates whether it is possible to modify a property of a specific the data type with an editor.
 
- Public Member Functions inherited from PluginContent
void Initialize (KanziStudio studio)
 Provides access to KanziStudio object for plugins.
 

Properties

DataTemplate DataTemplate [get]
 Gets the DataTemplate for property editor.
 
PluginPropertyValueEditorContextFactory PropertyValueEditorContextFactory [get]
 Gets the data context factory for the property editor.
 
- Properties inherited from PluginContent
string Description [get]
 Gets the description of the plugin as it is defined in the Description function in the class that implements the PluginCommand interface.
 
string DisplayName [get]
 Gets the name of the plugin that is shown in Kanzi Studio.
 
string Name [get]
 Gets the internal name of the plugin as it is defined in the Name function in the class that implements the PluginCommand interface.
 

Detailed Description

The class describes the property value editor.

Member Function Documentation

◆ IsCompatibleWith()

bool IsCompatibleWith ( PluginPropertyDataType? propertyDataType)

Indicates whether it is possible to modify a property of a specific the data type with an editor.

Parameters
propertyDataTypeProperty data type.

Property Documentation

◆ DataTemplate

DataTemplate DataTemplate
get

Gets the DataTemplate for property editor.

Represents a view of the property value editor.

◆ PropertyValueEditorContextFactory

PluginPropertyValueEditorContextFactory PropertyValueEditorContextFactory
get

Gets the data context factory for the property editor.

Represents a way to create a ViewModel for the property editor.