Class NonAccessibleBlock
Non accessible block properties
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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