Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

StaticImageDetailItem Class

OBSOLETE

Use StaticImageViewItem instead

Represents the Static Image View Item used in XAF Windows Forms applications.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

[Obsolete("Use StaticImageViewItem instead")]
[Browsable(false)]
public class StaticImageDetailItem :
    StaticImageViewItem

Remarks

The StaticImageDetailItem uses an instance of the PictureEdit control to display images in a UI. This control is a System.Windows.Forms.PictureBox descendant, custom tailored for XAF specifics.

The following picture illustrates the StaticImageDetailItem used to display report pictures on the left side of a Detail View:

StaticImageDetailItem_Win

For general information on Static Image View Items, refer to the StaticImage class description.

To learn how to add a Static Image View Item to a Detail View, refer to the View Items topic.

Inheritance

See Also