Search
BoundProperty.PropertyType Property
See Also
 





Gets or sets the type of the property.

Namespace: MindFusion.Scheduling.DataBinding
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public PropertyType PropertyType { get; set; }

Visual Basic  Copy Code

Public Property PropertyType As PropertyType

 Property Value

A member of the PropertyType enumeration specifying the type of the property.

 See Also