menu

UWP

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

    Show / Hide Table of Contents

    Class SfHeatMap

    Inheritance
    System.Object
    SfHeatMap
    Namespace: Syncfusion.UI.Xaml.HeatMap
    Assembly: Syncfusion.SfHeatmap.UWP.dll
    Syntax
    public class SfHeatMap : Control

    Constructors

    SfHeatMap()

    Declaration
    public SfHeatMap()

    Fields

    ColorMappingCollectionProperty

    Declaration
    public static readonly DependencyProperty ColorMappingCollectionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ItemsMappingProperty

    Declaration
    public static readonly DependencyProperty ItemsMappingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ItemsSourceProperty

    Declaration
    public static readonly DependencyProperty ItemsSourceProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectedHeatMapCellProperty

    Identifies the SelectedHeatMapCell dependency property.

    Declaration
    public static readonly DependencyProperty SelectedHeatMapCellProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectedItemProperty

    Identifies the SelectedItem dependency property.

    Declaration
    public static readonly DependencyProperty SelectedItemProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    ColorMappingCollection

    Declaration
    public object ColorMappingCollection { get; set; }
    Property Value
    Type
    System.Object

    ItemsMapping

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

    ItemsSource

    Declaration
    public object ItemsSource { get; set; }
    Property Value
    Type
    System.Object

    SelectedHeatMapCell

    Gets the HeatMapCell of the currently selected item in the SfHeatMap.

    Declaration
    public HeatMapCell SelectedHeatMapCell { get; }
    Property Value
    Type
    HeatMapCell
    Remarks

    The SelectedHeatMapCell property on the SfHeatMap control is a read-only property and is set to an UIElement of the item in the SelectedItem property.

    SelectedItem

    Gets or sets the currently selected item in the SfHeatMap.

    Declaration
    public object SelectedItem { get; set; }
    Property Value
    Type Description
    System.Object

    The selected object in the SfHeatMap, or 'null' if no item is selected. The default value is 'null'.

    Remarks

    When you set the SelectedItem property to an object, the SfHeatMap attempts to make that object the currently selected item. If the object is found, the SelectedHeatMapCell property is set to the corresponding UIElement. If the object does not exist, the SelectedHeatMapCell property is left at its current value.

    Methods

    add_SelectionChanged(SelectionChangedEventHandler)

    Declaration
    public void add_SelectionChanged(SelectionChangedEventHandler value)
    Parameters
    Type Name Description
    SelectionChangedEventHandler value

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize
    Returns
    Type
    Windows.Foundation.Size

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    OnSelectionChanged(SelectionChangedEventArgs)

    Declaration
    protected virtual void OnSelectionChanged(SelectionChangedEventArgs args)
    Parameters
    Type Name Description
    SelectionChangedEventArgs args

    remove_SelectionChanged(SelectionChangedEventHandler)

    Declaration
    public void remove_SelectionChanged(SelectionChangedEventHandler value)
    Parameters
    Type Name Description
    SelectionChangedEventHandler value

    Events

    SelectionChanged

    Declaration
    public event SelectionChangedEventHandler SelectionChanged
    Event Type
    Type
    SelectionChangedEventHandler

    Extension Methods

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