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.v19.1.dll

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

Declaration

public IGraphics UniGraphics { get; }

Property Value

Type Description
IGraphics

An object implementing the IGraphics interface.

See Also