Skip to main content

ImageCollectionItem.Caption Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public string Caption { get; }

Property Value

Type Description
String

The Image‘s caption.

See Also