Back to Devexpress

LayoutViewOptionsPrint.PrintFilterInfo Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsprint-3895bf5d.md

latest1.8 KB
Original Source

LayoutViewOptionsPrint.PrintFilterInfo Property

Gets or sets a value specifying whether the filter panel is displayed in the print/export output.

Namespace : DevExpress.XtraGrid.Views.Layout

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
LayoutView

.OptionsPrint .PrintFilterInfo

|

See Also

LayoutViewOptionsPrint Class

LayoutViewOptionsPrint Members

DevExpress.XtraGrid.Views.Layout Namespace