menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class NonAccessibleBlock

    NonAccessibleBlock class is used to configure the properties of NonAccessibleBlock, which is used to represent cells that are not accessed.

    Inheritance
    System.Object
    NonAccessibleBlock
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class NonAccessibleBlock : BindableObject

    Constructors

    NonAccessibleBlock()

    Initializes a new instance of the NonAccessibleBlock class.

    Declaration
    public NonAccessibleBlock()

    Fields

    ColorProperty

    Gets or sets the Color property.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    EndTimeProperty

    Gets or sets the EndTime property.

    Declaration
    public static readonly BindableProperty EndTimeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StartTimeProperty

    Gets or sets the StartTime property.

    Declaration
    public static readonly BindableProperty StartTimeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TextProperty

    Gets or sets the Text property.

    Declaration
    public static readonly BindableProperty TextProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Color

    Gets or sets the Color property used to set the Color for Non Accessible Block. This is a bindable property.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Color value.

    EndTime

    Gets or sets the EndTime property used to set the End Time for Non Accessible Block. This is a bindable property.

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

    This property takes the System.Int32 value.

    StartTime

    Gets or sets the StartTime property used to set the Start Time for Non Accessible Block. This is a bindable property.

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

    This property takes the System.Int32 value.

    Text

    Gets or sets the Text property used to set the Text for Non Accessible Block. This is a bindable property.

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

    This property takes the System.String value.

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