Skip to main content
A newer version of this page is available. .
All docs
V21.2

VGridControl.OptionsPrint Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsPrint OptionsPrint { get; }

Property Value

Type Description
VGridOptionsPrint

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

See Also