menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ShowRelationFields - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved