Back to Devexpress

HorizontalWeek.HorizontalHeaders Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-horizontalweek-36a55797.md

latest2.1 KB
Original Source

HorizontalWeek.HorizontalHeaders Property

Gets or sets the HorizontalResourceHeaders control associated with the current HorizontalWeek control.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public HorizontalResourceHeaders HorizontalHeaders { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference)>
Public Property HorizontalHeaders As HorizontalResourceHeaders

Property Value

TypeDefaultDescription
HorizontalResourceHeadersnull

A HorizontalResourceHeaders object representing the associated control.

|

Remarks

You should set the HorizontalHeaders property, to ensure that headers are properly aligned and match the time cells.

See Also

HorizontalWeek Class

HorizontalWeek Members

DevExpress.XtraScheduler.Reporting Namespace