Skip to main content
A newer version of this page is available. .

OptionsPrintBase.AppearanceItemCaption Property

Contains print/export appearance settings used to paint a layout item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public AppearanceObject AppearanceItemCaption { get; }

Property Value

Type Description
AppearanceObject

Print/export appearance settings used to paint the current layout item.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppearanceItemCaption
LayoutViewCard
.OptionsPrint.AppearanceItemCaption
LayoutViewField
.OptionsPrint.AppearanceItemCaption
EmptySpaceItem
.OptionsPrint.AppearanceItemCaption
LayoutControlGroup
.OptionsPrint.AppearanceItemCaption
LayoutControlItem
.OptionsPrint.AppearanceItemCaption
LayoutGroup
.OptionsPrint.AppearanceItemCaption
LayoutRepositoryItem
.OptionsPrint.AppearanceItemCaption
SplitterItem
.OptionsPrint.AppearanceItemCaption

Remarks

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

See Also