Back to Devexpress

XRTableOfContents.CanHaveChildren Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtableofcontents-c53cfa80.md

latest1.5 KB
Original Source

XRTableOfContents.CanHaveChildren Property

For internal use only. Overrides the XRControl.CanHaveChildren property, to hide it.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override bool CanHaveChildren { get; }
vb
Public Overrides ReadOnly Property CanHaveChildren As Boolean

Property Value

TypeDescription
Boolean

A Boolean value.

|

Remarks

This property is intended to hide the corresponding property of the XRControl class, because the CanHaveChildren property isn’t appropriate for the XRTableOfContents class.

See Also

XRTableOfContents Class

XRTableOfContents Members

DevExpress.XtraReports.UI Namespace