menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class NonAccessibleBlock

    Non accessible block properties

    Inheritance
    System.Object
    ScheduleNotificationObject
    NonAccessibleBlock
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.PropertyChanged
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class NonAccessibleBlock : ScheduleNotificationObject, INotifyPropertyChanged

    Constructors

    NonAccessibleBlock()

    Initializes a new instance of the NonAccessibleBlock class

    Declaration
    public NonAccessibleBlock()

    Properties

    Color

    Gets or sets the Color View of SfSchedule.

    Declaration
    public int Color { get; set; }
    Property Value
    Type
    System.Int32

    EndTime

    Gets or sets the EndTime View of SfSchedule.

    Declaration
    public int EndTime { get; set; }
    Property Value
    Type
    System.Int32

    StartTime

    Gets or sets the StartTime View of SfSchedule.

    Declaration
    public int StartTime { get; set; }
    Property Value
    Type
    System.Int32

    Text

    Gets or sets the Text View of SfSchedule.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    Implements

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