Class PrintSettings
Contains the printing settings
Inheritance
System.Object
PrintSettings
Namespace: Simplic.Framework.DBUI.Printing
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class PrintSettings : object
Constructors
| Improve this Doc View SourcePrintSettings()
Initialize print settings
Declaration
public PrintSettings()
Properties
| Improve this Doc View SourceGroupHeaderBackground
Gets or sets the color of the group headers
Declaration
public Color GroupHeaderBackground { get; set; }
Property Value
Type | Description |
---|---|
Color |
HeaderBackground
Gets or sets the background color of the grid headers
Declaration
public Color HeaderBackground { get; set; }
Property Value
Type | Description |
---|---|
Color |
RowBackground
Gets or sets the row background color
Declaration
public Color RowBackground { get; set; }
Property Value
Type | Description |
---|---|
Color |