PrintAppearance.Lines Property
Gets the appearance settings used to print the horizontal and vertical lines.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public PrintAppearanceObject Lines { get; set; }
Property Value
Type | Description |
---|---|
PrintAppearanceObject | A PrintAppearanceObject value that provides the appearance settings used to print grid lines. |
Remarks
The Lines property is overridden to change the type of the returned object from AppearanceObject to PrintAppearanceObject.
For more information on this property, refer to the PivotGridAppearancesBase.Lines property description.
See Also