Back to Devexpress

VGridOptionsPrint.PrintRecordHeaders Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsprint.md

latest1.9 KB
Original Source

VGridOptionsPrint.PrintRecordHeaders Property

Gets or sets whether to print record headers.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintRecordHeaders { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property PrintRecordHeaders As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to print record headers; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintRecordHeaders
VGridControl

.OptionsPrint .PrintRecordHeaders

|

See Also

ShowRecordHeaders

VGridOptionsPrint Class

VGridOptionsPrint Members

DevExpress.XtraVerticalGrid Namespace