Class OutOfScopeVisibility
Defines constants that specify how the dates that falls out of current calendar scope is rendered.
Inheritance
System.Object
    OutOfScopeVisibility
  Namespace: Syncfusion.UI.Xaml.Calendar
Assembly: Syncfusion.Calendar.WinUI.dll
Syntax
public sealed class OutOfScopeVisibility : EnumFields
Disabled
Item in visible state, but interaction cannot be performed.
Declaration
public const OutOfScopeVisibility DisabledField Value
| Type | 
|---|
| OutOfScopeVisibility | 
Enabled
Item in visible state.
Declaration
public const OutOfScopeVisibility EnabledField Value
| Type | 
|---|
| OutOfScopeVisibility | 
Hidden
Item is not shown.
Declaration
public const OutOfScopeVisibility HiddenField Value
| Type | 
|---|
| OutOfScopeVisibility |