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
ExtraData
Gets or sets additional device specific data.
public string ExtraData { get; set; }
Property Value
Name
Gets or sets the device name.
public string Name { get; set; }