menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AgendaViewStyle - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AgendaViewStyle

    Agenda view style use to customize the inline appointment.

    Inheritance
    System.Object
    AgendaViewStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class AgendaViewStyle : NSObject, INotifyPropertyChanged

    Constructors

    AgendaViewStyle()

    Initializes a new instance of the AgendaViewStyle class

    Declaration
    public AgendaViewStyle()

    Properties

    BackgroundColor

    Gets or sets the Background color for month inline view

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    DateTextColor

    Gets or sets the Text color for month inline view

    Declaration
    public UIColor DateTextColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    DateTextFormat

    Gets or sets the date text format.

    Declaration
    public NSString DateTextFormat { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    The date text format.

    DateTextStyle

    Gets or sets the date text style.

    Declaration
    public UIFont DateTextStyle { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    The date text style.

    HeaderHeight

    Gets or sets the Text color for month inline view

    Declaration
    public double HeaderHeight { get; set; }
    Property Value
    Type
    System.Double

    ItemHeight

    Gets or sets the height of appointment.

    Declaration
    public double ItemHeight { get; set; }
    Property Value
    Type
    System.Double

    SubjectTextColor

    Gets or sets the Text color for month inline view

    Declaration
    public UIColor SubjectTextColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    SubjectTextStyle

    Gets or sets the Text style for month inline view

    Declaration
    public UIFont SubjectTextStyle { get; set; }
    Property Value
    Type
    UIKit.UIFont

    TimeTextColor

    Gets or sets the Time text color for month inline view

    Declaration
    public UIColor TimeTextColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    TimeTextFormat

    Gets or sets the Time text format for month inline view

    Declaration
    public NSString TimeTextFormat { get; set; }
    Property Value
    Type
    Foundation.NSString

    TimeTextStyle

    Gets or sets the Time text style for month inline view

    Declaration
    public UIFont TimeTextStyle { get; set; }
    Property Value
    Type
    UIKit.UIFont

    Methods

    OnPropertyChanged(String)

    Once the property changed.

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Property name

    Events

    PropertyChanged

    Occurs when the month view settings properties changed in month view of Schedule.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved