[]
        
(Showing Draft Content)

C1.GanttView.CustomTaskPropertyDescriptor

CustomTaskPropertyDescriptor Class

This class represents property description for custom field.

Inheritance
CustomTaskPropertyDescriptor
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class CustomTaskPropertyDescriptor : PropertyDescriptor

Constructors

Name Description
CustomTaskPropertyDescriptor(string, Type)

Create a instance of CustomTaskPropertyDescriptor class with given name and property type.

Properties

Name Description
ComponentType

Gets the type of component.

IsReadOnly

Gets the read only state of property.

PropertyType

Gets the type of property.

Methods

Name Description
CanResetValue(object)

Returns whether resetting an object changes its value.

GetValue(object)

Gets the current value of the property on a component.

ResetValue(object)

Resets the value for this property of the component to the default value.

SetValue(object, object)

Sets the value of the component to a different value.

ShouldSerializeValue(object)

Determines a value indicating whether the value of this property needs to be persisted.