PropertyDefinition.TypeMatchMode Property
Defines the rules of type matching between the properties in the data source and the PropertyGrid's property definitions.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v20.2.dll
Declaration
public TypeMatchMode TypeMatchMode { get; set; }
Public Property TypeMatchMode As TypeMatchMode
Property Value
Type | Description |
---|---|
TypeMatchMode | A TypeMatchMode enumeration value. |
Remarks
When you link a property definition to a data source using a PropertyDefinition.Type property, you can define the rules of type matching using the TypeMatchMode property.
NOTE
Property definition of type T can be linked to data source's property of type Nullable<T>. However, if property grid contains property definitions of type T and of type Nullable<T>, the latter has higher priority.
See Also
Feedback