Skip to main content

GridOptionsPrint.IgnoreHtmlDrawGroups Property

Gets or sets whether to print group rows with the default style and ignore the AllowHtmlDrawGroups setting.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean IgnoreHtmlDrawGroups { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

True to ignore the AllowHtmlDrawGroups setting; otherwise, False.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to IgnoreHtmlDrawGroups
GridView
.OptionsPrint .IgnoreHtmlDrawGroups
See Also