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 : Enum
Fields
Disabled
Item in visible state, but interaction cannot be performed.
Declaration
public const OutOfScopeVisibility Disabled
Field Value
Type |
---|
OutOfScopeVisibility |
Enabled
Item in visible state.
Declaration
public const OutOfScopeVisibility Enabled
Field Value
Type |
---|
OutOfScopeVisibility |
Hidden
Item is not shown.
Declaration
public const OutOfScopeVisibility Hidden
Field Value
Type |
---|
OutOfScopeVisibility |