Back to Devexpress

XRTableOfContentsLevel.Indent Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtableofcontentslevel.md

latest1.4 KB
Original Source

XRTableOfContentsLevel.Indent Property

Specifies the indent for the XRTableOfContents level to highlight the hierarchy of the bookmarks assigned to various elements of a document.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(0F)]
[SRCategory(ReportStringId.CatBehavior)]
public float Indent { get; set; }
vb
<DefaultValue(0F)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property Indent As Single

Property Value

TypeDefaultDescription
Single0

A Single value.

|

See Also

XRTableOfContentsLevel Class

XRTableOfContentsLevel Members

DevExpress.XtraReports.UI Namespace