Skip to main content
All docs
V26.1
  • ImageCollectionItem.Caption Property

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

    Namespace: DevExpress.XtraPrinting.Preview

    Assembly: DevExpress.XtraPrinting.v26.1.dll

    NuGet Package: DevExpress.Win.Printing

    Declaration

    public string Caption { get; }

    Property Value

    Type Description
    String

    The Image‘s caption.

    See Also