Enum ShowRelationFields
The Engine.ShowRelationField property affects the auto population of the FieldDescriptorCollection.
It specifies if dependent fields from a related table in a foreign key relation (or related collection) should be added to the main tables FieldDescriptorCollection. You can also control this behavior at run-time with the QueryShowRelationDisplayFields event. Default is ShowRelationFields.ShowDisplayFieldsOnly.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public enum ShowRelationFields
Fields
Name | Description |
---|---|
Hide | Don't show fields. |
ShowAllRelatedFields | Show all related fields including primary and foreign keys. |
ShowDisplayFieldsOnly | Show only dependent fields; hide primary and foreign keys. |