Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool PrintFilterInfo { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintFilterInfo
LayoutView
.OptionsPrint.PrintFilterInfo
See Also