Back to Devexpress

VGridControl.OptionsPrint Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-b9f3e912.md

latest1.5 KB
Original Source

VGridControl.OptionsPrint Property

Contains options that specify how the control is printed/exported.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsPrint OptionsPrint { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsPrint As VGridOptionsPrint

Property Value

TypeDescription
VGridOptionsPrint

An object that contains the control’s print and export options.

|

See Also

Printing and Exporting

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace