menu

UWP

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

    Show / Hide Table of Contents

    Class NonAccessibleBlock

    Represents a non accessible block.

    Inheritance
    System.Object
    NonAccessibleBlock
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class NonAccessibleBlock : DependencyObject

    Constructors

    NonAccessibleBlock()

    Declaration
    public NonAccessibleBlock()

    Fields

    BackgroundProperty

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EndHourProperty

    Declaration
    public static readonly DependencyProperty EndHourProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelProperty

    Declaration
    public static readonly DependencyProperty LabelProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StartHourProperty

    Declaration
    public static readonly DependencyProperty StartHourProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Background

    Gets or sets the brush for non accessible block.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    EndHour

    Gets or sets the end hour time of non accessible block.

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

    Label

    Gets or sets the label of non accessible block.

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

    StartHour

    Gets or sets the start hour time of non accessible block.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved