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

ImageGalleryItem.DisplayName Property

The name that the ImageGalleryItem object uses to present its Image.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

The Image‘s display name.

See Also