Class EditorAttribute
Inheritance
System.Object
EditorAttribute
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class EditorAttribute : Attribute
Constructors
EditorAttribute(String, String)
Declaration
public EditorAttribute(string editorTypeName, string assemblyFile)
Parameters
System.
|
System.
|
EditorAttribute(String, String, String)
Declaration
public EditorAttribute(string editorTypeName, string assemblyFile, string targetProperty)
Parameters
System.
|
System.
|
System.
|
EditorAttribute(String, String, String, EditorStyle)
Declaration
public EditorAttribute(string editorTypeName, string assemblyFile, string targetProperty, EditorStyle editorStyle)
Parameters
System.
|
System.
|
System.
|
Editor
|
EditorAttribute(String, String, EditorStyle)
Declaration
public EditorAttribute(string editorTypeName, string assemblyFile, EditorStyle editorStyle)
Parameters
System.
|
System.
|
Editor
|
EditorAttribute(Type)
Declaration
public EditorAttribute(Type editorType)
Parameters
System.
|
EditorAttribute(Type, String)
Declaration
public EditorAttribute(Type editorType, string targetProperty)
Parameters
System.
|
System.
|
EditorAttribute(Type, String, EditorStyle)
Declaration
public EditorAttribute(Type editorType, string targetProperty, EditorStyle editorStyle)
Parameters
System.
|
System.
|
Editor
|
EditorAttribute(Type, EditorStyle)
Declaration
public EditorAttribute(Type editorType, EditorStyle editorStyle)
Parameters
System.
|
Editor
|
Properties
EditorStyle
EditorType
Declaration
public Type EditorType { get; }
Property Value
System.
|
TargetProperty
Declaration
public string TargetProperty { get; }
Property Value
System.
|