Skip to main content
A newer version of this page is available. .

ReportResourceHeaderOptions.Height Property

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

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
[Browsable(false)]
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