Back to Devexpress

OptionsPrintBase.AppearanceItemControl Property

windowsforms-devexpress-dot-xtralayout-dot-optionsprintbase-98cd690b.md

latest3.3 KB
Original Source

OptionsPrintBase.AppearanceItemControl Property

Print/export appearance settings of a specific item’s control. For a Layout Group, this property specifies the default appearance settings for controls of all layout items owned by the group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public AppearanceObject AppearanceItemControl { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property AppearanceItemControl As AppearanceObject

Property Value

TypeDescription
AppearanceObject

The print appearance settings applied to the item’s control.

|

Remarks

The Layout Control provides the following properties to customize print/export appearance settings of layout items and groups.

Note

Print/export appearance settings are not supported if the OptionsPrintControl.OldPrinting property is set to true.

See the Printing and Export topic to learn more.

See Also

OptionsPrintBase Class

OptionsPrintBase Members

DevExpress.XtraLayout Namespace