A newer version of this page is available.
Switch to the current version.
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.1.Core.dll
Declaration
public double PrintRowIndentWidth { get; set; }
Public Property PrintRowIndentWidth As Double
Property Value
Type | Description |
---|---|
Double | The width of the row indents when the GridControl is printed. |
See Also
Feedback