VGridControl.OptionsPrint Property
In This Article
Contains options that specify how the control is printed/exported.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsPrint OptionsPrint { get; }
#Property Value
Type | Description |
---|---|
VGrid |
An object that contains the control’s print and export options. |
See Also