Class ExtendedProperty
Inheritance
System.Object
ExtendedProperty
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ExtendedProperty : Object
Constructors
ExtendedProperty(String, String, Type, Object)
Declaration
public ExtendedProperty(string propertyName, string displayName, Type propertyType, object defaultValue)
Parameters
System.
|
System.
|
System.
|
System.
|
Properties
Default
Declaration
public object Default { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
Type
Declaration
public Type Type { get; }
Property Value
System.
|