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

XRTableOfContentsLevelBase.Height Property

Specifies the height of the XRTableOfContents level.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Default Description
Single 23

A Single value.

See Also