[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.CalendarSettings

CalendarSettings Class

Represents a settings of filter calendar.

Inheritance
CalendarSettings
Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CalendarSettings : INotifyPropertyChanged

Constructors

Name Description
CalendarSettings()

Properties

Name Description
Calendar

Gets or set the Calendar object that represents time in divisions of calendar.

CalendarWeekRule

Get or sets current calendar week rule.

CurrentCulture

Get or sets current culture for the calendar.

FirstDayOfWeek

Gets or sets the first day of the week as displayed in the month calendar.

ShowArrowButtons

Gets or sets the bool value indicating whether calendar displays arrow buttons.

ShowToday

Gets or sets a value that indicates whether to display today date.

ShowWeekNumbers

Gets or sets the bool value indicating whether calendar displays week numbers.

VerticalOrientationLayout

Gets or sets the bool value indicating whether positioned vertically of the month.

Methods

Name Description
OnPropertyChanged(string)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.