Skip to main content

XRTableOfContentsLevelBase.Height Property

Specifies the height of the XRTableOfContents level.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(23F)]
[SRCategory(ReportStringId.CatBehavior)]
public float Height { get; set; }

Property Value

Type Default Description
Single 23

A Single value.

See Also