menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstSelectionChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstSelectionChangedEventArgs

    Represents the selection changed event arguments.

    Inheritance
    System.Object
    SunburstSelectionChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.SunburstChart
    Assembly: Syncfusion.SfSunburstChart.UWP.dll
    Syntax
    public class SunburstSelectionChangedEventArgs : EventArgs

    Constructors

    SunburstSelectionChangedEventArgs()

    Declaration
    public SunburstSelectionChangedEventArgs()

    Properties

    IsSelected

    Gets or sets a value indicating whether selection is enabled or not.

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

    SelectedSegment

    Gets the selected segment.

    Declaration
    public SunburstSegment SelectedSegment { get; }
    Property Value
    Type
    SunburstSegment

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved