menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SymbolGroup

    Represents a group of symbols in the symbol groups.

    Inheritance
    System.Object
    SymbolGroup
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class SymbolGroup : Object

    Constructors

    SymbolGroup()

    Initializes a new instance of the SymbolGroup class.

    Declaration
    public SymbolGroup()

    Properties

    Header

    Gets or sets the header text of the symbol group.

    Declaration
    public string Header { get; set; }
    Property Value
    Type Description
    System.String

    Gets or sets the header of the symbol group.

    HeaderStyle

    Gets or sets the style of the symbol group header.

    Declaration
    public HeaderStyle HeaderStyle { get; set; }
    Property Value
    Type
    HeaderStyle

    HeaderVisibility

    Gets or sets a value indicating whether sets HeaderVisibility.

    Declaration
    public bool HeaderVisibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    Gets or sets the HeaderVisibility of the symbol group.

    IsExpand

    Gets or sets a value indicating whether this SymbolGroup is expand.

    Declaration
    public bool IsExpand { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if is expand; otherwise, false.

    Items

    Gets or sets the symbol collection in the symbol group.

    Declaration
    public SymbolCollection Items { get; set; }
    Property Value
    Type
    SymbolCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved