ClassDynamicPropertyDescriptor
Class
Represent a PropertyDescriptor that describes IDynamicMetaObjectProvider types.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class DynamicPropertyDescriptor : PropertyDescriptor
Inheritance: objectMemberDescriptorPropertyDescriptorDynamicPropertyDescriptor
Inherited Members
Constructors
DynamicPropertyDescriptor(Type, string)
Initializes a new instance of the DynamicPropertyDescriptor class.
Properties
ComponentType
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public override Type ComponentType { get; }
Property Value
Overrides
DisplayName
Declaration
cs-api-definition
public override string DisplayName { get; }
Property Value
Overrides
IsReadOnly
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public override bool IsReadOnly { get; }
Property Value
Overrides
PropertyType
Declaration
cs-api-definition
public override Type PropertyType { get; }
Property Value
Overrides
Methods
ResetValue(object)
Declaration
cs-api-definition
public override void ResetValue(object component)
Parameters
component
Overrides