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

DataViewBase.PrintRowIndentWidth Property

Gets or sets the width of the row indents when the GridControl is printed. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

public double PrintRowIndentWidth { get; set; }

Property Value

Type Description
Double

The width of the row indents when the GridControl is printed.

See Also