Back to Devexpress

DayViewControlBase.View Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewcontrolbase.md

latest1.6 KB
Original Source

DayViewControlBase.View Property

Gets or sets a linked View component.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference, 0)]
public ReportDayView View { get; set; }
vb
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference, 0)>
Public Property View As ReportDayView

Property Value

TypeDefaultDescription
ReportDayViewnull

A ReportDayView object, representing the View to which the control is bound.

|

Remarks

The View should be specified, to provide the time cell’s control with the Scheduler information.

See Also

DayViewControlBase Class

DayViewControlBase Members

DevExpress.XtraScheduler.Reporting Namespace