Back to Devexpress

BaseViewAppearance Class

windowsforms-devexpress-dot-xtrascheduler-6218679b.md

latest2.6 KB
Original Source

BaseViewAppearance Class

Serves as the base class for classes that provide the appearance settings used to paint view elements.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class BaseViewAppearance :
    BaseHeaderAppearance
vb
Public Class BaseViewAppearance
    Inherits BaseHeaderAppearance

The following members return BaseViewAppearance objects:

Remarks

The BaseViewAppearance class introduces the BaseViewAppearance.Appointment property which provides the appearance settings used to paint appointments.

Inheritance

Show 12 items

Object BaseAppearanceCollection BaseHeaderAppearance BaseViewAppearance AgendaViewAppearance

DayViewAppearance

SchedulerAppearance

TimelineViewAppearance

WeekViewAppearance

WorkWeekViewAppearance

GanttViewAppearance

MonthViewAppearance

See Also

BaseViewAppearance Members

DevExpress.XtraScheduler Namespace