DrawEventArgs.UniGraphics Property
Provides access to an object that is used to draw report components.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
IGraphics | An object implementing the IGraphics interface. |
See Also