Back to Devexpress

CardOptionsPrint.PrintEmptyFields Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsprint-fb2c284a.md

latest1.8 KB
Original Source

CardOptionsPrint.PrintEmptyFields Property

Gets or sets whether empty fields are printed/exported.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool PrintEmptyFields { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property PrintEmptyFields As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if empty fields are printed/exported; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintEmptyFields
CardView

.OptionsPrint .PrintEmptyFields

|

See Also

ShowEmptyFields

CardOptionsPrint Class

CardOptionsPrint Members

DevExpress.XtraGrid.Views.Card Namespace