Back to Devexpress

MonthViewCellStyle Members

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-dot-monthviewcellstyle-dot-underscore-members.md

latest9.8 KB
Original Source

MonthViewCellStyle Members

The storage for month view cell appearance settings.

Constructors

NameDescription
MonthViewCellStyle()Initializes a new MonthViewCellStyle instance with the default settings.

Fields

NameDescription
BackgroundColorProperty staticIdentify the BackgroundColor dependency property. Inherited from CellStyle.
BorderColorProperty staticIdentify the BorderColor dependency property. Inherited from CellStyle.
BottomBorderThicknessProperty staticIdentify the BottomBorderThickness dependency property. Inherited from CellStyle.
CustomizerProperty staticIdentifies the Customizer dependency property.
DayNumberHeightProperty staticIdentifies the DayNumberHeight dependency property.
DayNumberTextStyleProperty staticIdentifies the DayNumberTextStyle dependency property.
DayStringFormatProperty staticIdentifies the DayStringFormat dependency property.
FirstDayOfMonthDayNumberTextStyleProperty staticIdentifies the FirstDayOfMonthDayNumberTextStyle dependency property.
FirstDayOfMonthStringFormatProperty staticIdentifies the FirstDayOfMonthStringFormat dependency property.
FirstDayOfYearStringFormatProperty staticIdentifies the FirstDayOfYearStringFormat dependency property.
LeftBorderThicknessProperty staticIdentify the LeftBorderThickness dependency property. Inherited from CellStyle.
MonthSeparationBorderThicknessProperty staticIdentifies the MonthSeparationBorderThickness dependency property.
TodayBackgroundColorProperty staticIdentify the TodayBackgroundColor dependency property. Inherited from CellStyle.
TodayDayNumberBackgroundColorProperty staticIdentifies the TodayDayNumberBackgroundColor dependency property.
TodayDayNumberTextStyleProperty staticIdentifies the TodayDayNumberTextStyle dependency property.
TodayFirstDayOfMonthDayNumberTextStyleProperty staticIdentifies the TodayFirstDayOfMonthDayNumberTextStyle dependency property.

Properties

NameDescription
BackgroundColorGets or sets the color that cells use to paint their background. Inherited from CellStyle.
BorderColorGets or sets the color that cells use to paint their left and bottom borders. Inherited from CellStyle.
BottomBorderThicknessGets or sets the bottom border thickness of cells. Inherited from CellStyle.
CustomizerGets or sets an object that customizes the month view cell’s appearance depending on internal logic.
DayNumberHeightGets or sets the height of an area the cell uses to display the day of the month.
DayNumberTextStyleGets or sets text appearance settings that the View uses to display the day of the month.
DayStringFormatGets or sets the format string the cells use to display the day text.
FirstDayOfMonthDayNumberTextStyleGets or sets text appearance settings that the View uses to display the day of the month when the day is the first day of the month.
FirstDayOfMonthStringFormatGets or sets the format string the cells use to display the day text when the cell represents the first day of a month.
FirstDayOfYearStringFormatGets or sets the format string the cells use to display the day text when the cell represents the first day of a month.
LeftBorderThicknessGets or sets the left border thickness of cells. Inherited from CellStyle.
MonthSeparationBorderThicknessGets or sets the thickness that the View uses to paint its left border of the cell when the cell displays the first day of the month.
TodayBackgroundColorGets or sets the color that cells use to paint their background when they represent time slots that occur today. Inherited from CellStyle.
TodayDayNumberBackgroundColorGets or sets the color the View uses to paint the background of day of the month when the cell displays today date.
TodayDayNumberTextStyleGets or sets text appearance settings that the View uses to display the day of the month when the day is today.
TodayFirstDayOfMonthDayNumberTextStyleGets or sets text appearance settings that the View uses to display the day of the month when the day is the first day of the month and is today.

See Also

MonthViewCellStyle Class

DevExpress.XamarinForms.Scheduler Namespace