A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatBehavior)]
public WindowControlOptions WindowControlOptions { get; }
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property WindowControlOptions As WindowControlOptions
Property Value
Type | Description |
---|---|
WindowControlOptions | A WindowControlOptions object. |
See Also
Feedback