Class NonAccessibleBlock
Non accessible block properties
Inheritance
System.Object
NonAccessibleBlock
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class NonAccessibleBlock : NSObject
Constructors
NonAccessibleBlock()
Initializes a new instance of the NonAccessibleBlock class
Declaration
public NonAccessibleBlock()
Properties
BackgroundColor
Gets or sets the BackgroundColor Value for NonAccessibleBlock
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
EndHour
Gets or sets the EndHour Value for NonAccessibleBlock
Declaration
public int EndHour { get; set; }
Property Value
Type |
---|
System.Int32 |
StartHour
Gets or sets the StartHour Value for NonAccessibleBlock
Declaration
public int StartHour { get; set; }
Property Value
Type |
---|
System.Int32 |
Text
Gets or sets the Text Value for NonAccessibleBlock
Declaration
public NSString Text { get; set; }
Property Value
Type |
---|
Foundation.NSString |