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

ImageCollectionItem.Caption Property

The caption that the ImageCollectionItem object uses to present its Image.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public string Caption { get; }

Property Value

Type Description
String

The Image‘s caption.

See Also