menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarIconDetails - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarIconDetails

    Holds the information about special date icon and its color for the SfCalendar.

    Inheritance
    System.Object
    CalendarIconDetails
    Namespace: Syncfusion.Maui.Calendar
    Assembly: Syncfusion.Maui.Calendar.dll
    Syntax
    public class CalendarIconDetails : Element, IThemeElement

    Constructors

    CalendarIconDetails()

    Initializes a new instance of the CalendarIconDetails class.

    Declaration
    public CalendarIconDetails()

    Fields

    FillProperty

    Identifies the Fill dependency property.

    Declaration
    public static readonly BindableProperty FillProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for Fill dependency property.

    Properties

    Fill

    Gets or sets the color of special date icon for the SfCalendar.

    Declaration
    public Brush Fill { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    Icon

    Gets or sets the type of special date icon for the SfCalendar.

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