Back to Devexpress

OptionsPrintControl.AppearanceItemCaption Property

windowsforms-devexpress-dot-xtralayout-dot-optionsprintcontrol-90bc6d4c.md

latest2.3 KB
Original Source

OptionsPrintControl.AppearanceItemCaption Property

Contains print/export appearance settings used to paint layout items.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public AppearanceObject AppearanceItemCaption { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property AppearanceItemCaption As AppearanceObject

Property Value

TypeDescription
AppearanceObject

Print/export appearance settings used to paint layout items.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AppearanceItemCaption
LayoutControl

.OptionsPrint .AppearanceItemCaption

|

Remarks

This property is hidden. Use the OptionsPrintControl.AppearanceItem, OptionsPrintControl.AppearanceItemControl and OptionsPrintControl.AppearanceItemText properties instead.

See Also

Printing and Export

Appearances

OptionsPrintControl Class

OptionsPrintControl Members

DevExpress.XtraLayout Namespace