Skip to main content

AgendaViewStyles.AppointmentRow Property

Gets the style settings defining the appearance of an appointment row.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AgendaAppointmentStyles AppointmentRow { get; }

Property Value

Type Description
AgendaAppointmentStyles

An AgendaAppointmentStyles object that contains style settings defining the appearance of an appointment row.

See Also