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

DrawEventArgs.UniGraphics Property

Provides access to an object that is used to draw report components.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public IGraphics UniGraphics { get; }

Property Value

Type Description
IGraphics

An object implementing the IGraphics interface.

See Also