Back to Devexpress

GridOptionsPrint.PrintFilterInfo Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsprint-49065074.md

latest1.9 KB
Original Source

GridOptionsPrint.PrintFilterInfo Property

Gets or sets whether to display the filter panel in the print/export output.

Namespace : DevExpress.XtraGrid.Views.Grid

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
GridView

.OptionsPrint .PrintFilterInfo

|

See Also

ShowFilterPanelMode

GridOptionsPrint Class

GridOptionsPrint Members

DevExpress.XtraGrid.Views.Grid Namespace