menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpandCollapseFlags - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpandCollapseFlags

    Flags for expand/collapse settings.

    Inheritance
    System.Object
    ExpandCollapseFlags
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExpandCollapseFlags : Enum

    Fields

    Default

    Default options.

    Declaration
    public const ExpandCollapseFlags Default
    Field Value
    Type
    ExpandCollapseFlags

    ExpandParent

    Indicates whether we have to expand parent group when expanding child (to make it visible).

    Declaration
    public const ExpandCollapseFlags ExpandParent
    Field Value
    Type
    ExpandCollapseFlags

    IncludeSubgroups

    Indicates whether subgroups must be included into operation.

    Declaration
    public const ExpandCollapseFlags IncludeSubgroups
    Field Value
    Type
    ExpandCollapseFlags
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved