menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SymbolGroup - Xamarin.Forms 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.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class SymbolGroup : BindableObject

    Constructors

    SymbolGroup()

    Initializes a new instance of the SymbolGroup class.

    Declaration
    public SymbolGroup()

    Fields

    HeaderNameProperty

    Represents the bindable property of HeaderNameProperty.

    Declaration
    public static readonly BindableProperty HeaderNameProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    HeaderStyleProperty

    Represents the bindable property of HeaderStyleProperty.

    Declaration
    public static readonly BindableProperty HeaderStyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    HeaderVisibilityProperty

    Represents the bindable property of HeaderVisibilityProperty.

    Declaration
    public static readonly BindableProperty HeaderVisibilityProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IsExpandProperty

    Represents the bindable property of IsExpandProperty.

    Declaration
    public static readonly BindableProperty IsExpandProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    SymbolSourceProperty

    Represents the bindable property of SymbolSourceProperty.

    Declaration
    public static readonly BindableProperty SymbolSourceProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    HeaderName

    Gets or sets the MappingName for the SymbolGroupProvider. This is a bindable property.

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

    This property take string.

    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 headerVisibility.

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

    IsExpand

    Gets or sets a value indicating whether this Syncfusion.SfDiagram.XForms(Portable).SymbolGroup is expand.

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

    true if is expand; otherwise, false.

    SymbolSource

    Gets or sets the SymbolSource for the Stencil. This is a bindable property.

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