Skip to main content
A newer version of this page is available. .

GridOptionsPrint.UsePrintStyles Property

Gets or sets whether print appearances are used when the grid control is printed/exported.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UsePrintStyles { get; set; }

Property Value

Type Default Description
Boolean true

true to use print appearances when the grid control is printed/exported; false to use View appearances.

Property Paths

You can access this nested property as listed below:

Object Type Path to UsePrintStyles
GridView
.OptionsPrint .UsePrintStyles

Remarks

If the UsePrintStyles option is set to true, the appearance settings used to paint the View elements when the grid control is printed are specified by the View’s GridView.AppearancePrint property. Otherwise, the appearance settings provided by the GridView.Appearance property are used.

See Also