Back to Devexpress

DayViewCellStyle Members

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

latest5.8 KB
Original Source

DayViewCellStyle Members

The storage for the day view cell appearance settings.

Constructors

NameDescription
DayViewCellStyle()Initializes a new DayViewCellStyle 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.
LeftBorderThicknessProperty staticIdentify the LeftBorderThickness dependency property. Inherited from CellStyle.
SlotBorderColorProperty staticIdentifies the SlotBorderColor dependency property.
TodayBackgroundColorProperty staticIdentify the TodayBackgroundColor dependency property. Inherited from CellStyle.
WorkTimeBackgroundColorProperty staticIdentifies the WorkTimeBackgroundColor 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 the object that customizes the day view cell’s appearance depending on internal logic.
LeftBorderThicknessGets or sets the left border thickness of cells. Inherited from CellStyle.
SlotBorderColorGets or sets the color the Day-based view uses to paint a day view cell’s bottom border when the cell does not represent the last time slot in the time scale interval.
TodayBackgroundColorGets or sets the color that cells use to paint their background when they represent time slots that occur today. Inherited from CellStyle.
WorkTimeBackgroundColorGets or sets the color a day-based view uses to paint the background of cells that belong to work time of work days.

See Also

DayViewCellStyle Class

DevExpress.XamarinForms.Scheduler Namespace