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

PrintableComponentContainer.WindowControlOptions Property

Provides access to an object containing options that detail the drawing of a Windows Forms control assigned to the PrintableComponentContainer.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public WindowControlOptions WindowControlOptions { get; }

Property Value

Type Description
WindowControlOptions

A WindowControlOptions object.

See Also