Skip to main content

ReportResourceHeaderOptions.Height Property

Overrides the corresponding property of the base class to hide it.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(false)]
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public int Height { get; set; }

Property Value

Type Default Description
Int32 0

Always 0.

Property Paths

You can access this nested property as listed below:

Object Type Path to Height
HorizontalResourceHeaders
.Options .Height
VerticalResourceHeaders
.Options .Height
See Also