Back to Devexpress

DataViewBase.PrintRowIndentWidth Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-1f619b8a.md

latest1.5 KB
Original Source

DataViewBase.PrintRowIndentWidth Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double PrintRowIndentWidth { get; set; }
vb
Public Property PrintRowIndentWidth As Double

Property Value

TypeDefaultDescription
Double20

The width of the printed row indents.

|

Remarks

Refer to the following topics for more information on how to print data:

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace