Table of Contents

Class PropertyDevice

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a device (e.g. printer) configuration including name, devmode and extra data.

public class PropertyDevice : DomItem
Inheritance
PropertyDevice
Inherited Members

Properties

Devmode

Gets or sets the serialized devmode (non-formula).

public string Devmode { get; set; }

Property Value

string

ExtraData

Gets or sets additional device specific data.

public string ExtraData { get; set; }

Property Value

string

Name

Gets or sets the device name.

public string Name { get; set; }

Property Value

string