menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionType - API Reference

    Show / Hide Table of Contents

    Class SelectionType

    Selection types for selection behavior.

    Inheritance
    System.Object
    SelectionType
    Namespace: Syncfusion.SfSunburstChart.Android
    Assembly: Syncfusion.SfSunburstChart.Android.dll
    Syntax
    public sealed class SelectionType : Enum

    Fields

    Child

    Selection type is Child.

    Declaration
    public const SelectionType Child
    Field Value
    Type Description
    SelectionType

    Group

    Selection type is Group.

    Declaration
    public const SelectionType Group
    Field Value
    Type Description
    SelectionType

    Parent

    Selection type is Parent.

    Declaration
    public const SelectionType Parent
    Field Value
    Type Description
    SelectionType

    Single

    Selection type is Single.

    Declaration
    public const SelectionType Single
    Field Value
    Type Description
    SelectionType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved