Back to Devexpress

GridOptionsPrint.IgnoreGroupDrawMode Property

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

latest2.3 KB
Original Source

GridOptionsPrint.IgnoreGroupDrawMode Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean IgnoreGroupDrawMode { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property IgnoreGroupDrawMode As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

True to ignore the GroupDrawMode setting; otherwise, False.

|

Available values:

NameDescriptionReturn 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 TypePath to IgnoreGroupDrawMode
GridView

.OptionsPrint .IgnoreGroupDrawMode

|

See Also

GroupDrawMode

GridOptionsPrint Class

GridOptionsPrint Members

DevExpress.XtraGrid.Views.Grid Namespace