Skip to main content

GridPrintingEventArgs.Value Property

Gets the object that will be printed.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public object Value { get; }

#Property Value

Type Description
Object

The object that will be printed.

See Also