FullWeek.VerticalHeaders Property
Gets or sets the VerticalResourceHeaders control associated with the current FullWeek control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v20.2.Reporting.dll
Declaration
[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public VerticalResourceHeaders VerticalHeaders { get; set; }
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference)>
Public Property VerticalHeaders As VerticalResourceHeaders
Property Value
Type | Default | Description |
---|---|---|
VerticalResourceHeaders | null |
A VerticalResourceHeaders object representing the associated control. |
Remarks
You should set the VerticalHeaders property, to ensure that headers are properly aligned and match the time cells.
See Also
Feedback