Back to Devexpress

MonthViewActualAppearance Properties

maui-devexpress-dot-maui-dot-scheduler-dot-monthviewactualappearance-dot-underscore-properties.md

latest24.2 KB
Original Source

MonthViewActualAppearance Properties

An appearance object.

NameDescription
AppointmentBorderColorGets the border color that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this color, use the BorderColor property. Inherited from ViewBaseActualAppearance.
AppointmentBorderThicknessGets the border thickness value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the BorderThickness property. Inherited from ViewBaseActualAppearance.
AppointmentContentPaddingGets the content padding value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the ContentPadding property. Inherited from ViewBaseActualAppearance.
AppointmentCustomizerGets the customizer object that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the ViewBase descendant’s Customizer inherited property. Inherited from ViewBaseActualAppearance.
AppointmentIconTintColorGets the icon tint color that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the IconTintColor property. Inherited from ViewBaseActualAppearance.
AppointmentStatusWidthGets the width of the appointment status that is applied to the DevExpress.Maui.Scheduler view. Inherited from ViewBaseActualAppearance.
AppointmentTextColorGets the text color that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this color, use the TextColor property. Inherited from ViewBaseActualAppearance.
AppointmentTextFontAttributesGets the text font attribute value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the TextFontAttributes property. Inherited from ViewBaseActualAppearance.
AppointmentTextFontFamilyGets the text font family value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the TextFontFamily property. Inherited from ViewBaseActualAppearance.
AppointmentTextFontSizeGets the text font size value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the TextFontSize property. Inherited from ViewBaseActualAppearance.
CellBackgroundColorGets the backround color that is applied to the MonthView cells. To specify this color, use the MonthViewCellAppearance‘s BackgroundColor inherited property.
CellBorderColorGets the border color that is applied to the MonthView cells. To specify this color, use the MonthViewCellAppearance‘s BorderColor inherited property.
CellBottomBorderThicknessGets the bottom border’s thickness value that is applied to the MonthView cells. To specify this color, use the MonthViewCellAppearance‘s BottomBorderThickness inherited property.
CellCustomizerGets the object that customizes the month view cell’s appearance depending on internal logic. To specify this object, use the Customizer property.
CellDayNumberHeightGets the height value that is applied to the MonthView day cells. To specify this color, use the DayNumberHeight property.
CellDayNumberTextColorGets the text color that is applied to the MonthView day cell’s numbers. To specify this color, use the DayNumberTextColor property.
CellDayNumberTextFontAttributesGets the font attribute value that is applied to the MonthView day cell number’s text. To specify this value, use the DayNumberTextFontAttributes property.
CellDayNumberTextFontFamilyGets the font family value that is applied to the MonthView day cell number’s text. To specify this value, use the DayNumberTextFontFamily property.
CellDayNumberTextFontSizeGets the font size value that is applied to the MonthView day cell number’s text. To specify this value, use the DayNumberTextFontSize property.
CellDayStringFormatGets the format string value that is applied to the MonthView day cell’s text. To specify this value, use the DayStringFormat property.
CellFirstDayOfMonthDayNumberTextColorGets the text color that is applied to the MonthView day cell’s numbers when the day is the first day of the month. To specify this color, use the FirstDayOfMonthDayNumberTextColor property.
CellFirstDayOfMonthDayNumberTextFontAttributesGets the font attribute value that is applied to the MonthView day cell numbers’s text when the day is the first day of the month. To specify this value, use the FirstDayOfMonthDayNumberTextFontAttributes property.
CellFirstDayOfMonthDayNumberTextFontFamilyGets the font family value that is applied to the MonthView day cell numbers’s text when the day is the first day of the month. To specify this value, use the FirstDayOfMonthDayNumberTextFontFamily property.
CellFirstDayOfMonthDayNumberTextFontSizeGets the font size value that is applied to the MonthView day cell numbers’s text when the day is the first day of the month. To specify this value, use the FirstDayOfMonthDayNumberTextFontSize property.
CellFirstDayOfMonthStringFormatGets the string format value that is applied to the MonthView day cell’s text when the day is the first day of the month. To specify this value, use the FirstDayOfMonthStringFormat property.
CellFirstDayOfYearStringFormatGets the string format value that is applied to the MonthView day cell’s text when the day is the first day of the year. To specify this value, use the FirstDayOfYearStringFormat property.
CellLeftBorderThicknessGets the border thickess value that is applied to the MonthView day cell’s left border. To specify this value, use the LeftBorderThickness property.
CellMonthSeparationBorderThicknessGets the border thickess value that is applied to the MonthView day cell’s left border. To specify this value, use the MonthSeparationBorderThickness property.
CellTodayBackgroundColorGets the backround color that is applied to the MonthView cells when the cell is the today. To specify this color, use the MonthViewCellAppearance‘s TodayBackgroundColor inherited property.
CellTodayDayNumberBackgroundColorGets the day number’s background color that is applied to the MonthView cells when the cell is the today. To specify this color, use the MonthViewCellAppearance‘s TodayDayNumberBackgroundColor inherited property.
CellTodayDayNumberTextColorGets the day number’s text color that is applied to the MonthView cells when the cell is the today. To specify this color, use the MonthViewCellAppearance‘s TodayDayNumberTextColor inherited property.
CellTodayDayNumberTextFontAttributesGets the day number’s text font attribute value that is applied to the MonthView cells when the cell is the today. To specify this value, use the MonthViewCellAppearance‘s TodayDayNumberTextFontAttributes inherited property.
CellTodayDayNumberTextFontFamilyGets the day number’s text font family value that is applied to the MonthView cells when the cell is the today. To specify this value, use the MonthViewCellAppearance‘s TodayDayNumberTextFontFamily inherited property.
CellTodayDayNumberTextFontSizeGets the day number’s text font size value that is applied to the MonthView cells when the cell is the today. To specify this value, use the MonthViewCellAppearance‘s TodayDayNumberTextFontSize inherited property.
CellTodayFirstDayOfMonthDayNumberTextColorGets the day number’s text color that is applied to the MonthView cells when the cell is the today and the first day of the month. To specify this color, use the MonthViewCellAppearance‘s TodayFirstDayOfMonthDayNumberTextColor inherited property.
CellTodayFirstDayOfMonthDayNumberTextFontAttributesGets the day number’s font attribute value that is applied to the MonthView cells when the cell is the today and the first day of the month. To specify this value, use the MonthViewCellAppearance‘s TodayFirstDayOfMonthDayNumberTextFontAttributes.
CellTodayFirstDayOfMonthDayNumberTextFontFamilyGets the day number’s font family value that is applied to the MonthView cells when the cell is the today and the first day of the month. To specify this value, use the MonthViewCellAppearance‘s TodayFirstDayOfMonthDayNumberTextFontFamily.
CellTodayFirstDayOfMonthDayNumberTextFontSizeGets the day number’s font size value that is applied to the MonthView cells when the cell is the today and the first day of the month. To specify this value, use the MonthViewCellAppearance‘s TodayFirstDayOfMonthDayNumberTextFontSize.
HeaderItemBackgroundColorGets the background color that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this color, use the BackgroundColor property. Inherited from ViewBaseActualAppearance.
HeaderItemBorderColorGets the border color that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this color, use the BorderColor property. Inherited from ViewBaseActualAppearance.
HeaderItemBorderThicknessGets the border thickness value that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this value, use the BorderThickness property. Inherited from ViewBaseActualAppearance.
HeaderItemContentPaddingGets the content padding value that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this value, use the ContentPadding property. Inherited from ViewBaseActualAppearance.
HeaderItemCustomizerGets the customization object that is applied to the header.
HeaderItemTodayWeekDayTextColorGets the text color that is applied to the DevExpress.Maui.Scheduler view’s week day header when the header identifies today. To specify this color, use the TodayWeekDayTextColor property. Inherited from ViewBaseActualAppearance.
HeaderItemTodayWeekDayTextFontAttributesGets the font attribute value that is applied to the DevExpress.Maui.Scheduler view’s week day header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontAttributes property. Inherited from ViewBaseActualAppearance.
HeaderItemTodayWeekDayTextFontFamilyGets the font family that is applied to the DevExpress.Maui.Scheduler view’s weekday header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontFamily property. Inherited from ViewBaseActualAppearance.
HeaderItemTodayWeekDayTextFontSizeGets the font size that is applied to the DevExpress.Maui.Scheduler view’s weekday header text when the header identifies today. To specify this value, use the TodayWeekDayTextFontSize property. Inherited from ViewBaseActualAppearance.
HeaderItemWeekDayTextColorGets the color that is applied to the DevExpress.Maui.Scheduler view’s week day header text. To specify this color, use the WeekDayTextColor property. Inherited from ViewBaseActualAppearance.
HeaderItemWeekDayTextFontAttributesGets the font attribute that is applied to the DevExpress.Maui.Scheduler view’s weekday header text. To specify this value, use the WeekDayTextFontAttributes property. Inherited from ViewBaseActualAppearance.
HeaderItemWeekDayTextFontFamilyGets the font family that is applied to the DevExpress.Maui.Scheduler view’s weekday header text. To specify this value, use the WeekDayTextFontFamily property. Inherited from ViewBaseActualAppearance.
HeaderItemWeekDayTextFontSizeGets the font size that is applied to the DevExpress.Maui.Scheduler view’s weekday header text. To specify this value, use the WeekDayTextFontSize property. Inherited from ViewBaseActualAppearance.

See Also

MonthViewActualAppearance Class

MonthViewActualAppearance Members

DevExpress.Maui.Scheduler Namespace