XRTableOfContentsLevelBase.Height Property
Specifies the height of the XRTableOfContents level.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.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