Back to Devexpress

CardOptionsPrint.PrintFilterInfo Property

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

latest1.8 KB
Original Source

CardOptionsPrint.PrintFilterInfo Property

Gets or sets whether the filter panel is printed/exported.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to print/export the filter panel; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintFilterInfo
CardView

.OptionsPrint .PrintFilterInfo

|

See Also

ShowFilterPanelMode

CardOptionsPrint Class

CardOptionsPrint Members

DevExpress.XtraGrid.Views.Card Namespace