Back to Devexpress

StaticImageViewItem Class

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-b819d390.md

latest2.2 KB
Original Source

StaticImageViewItem Class

Represents the Static Image View Item used in XAF WinForms applications.

Namespace : DevExpress.ExpressApp.Win.Editors

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

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public class StaticImageViewItem :
    StaticImage
vb
Public Class StaticImageViewItem
    Inherits StaticImage

Remarks

The StaticImageViewItem 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 StaticImageViewItem used to display report pictures on the left side of a Detail View:

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

Object ViewItem StaticImage StaticImageViewItem

See Also

StaticImageViewItem Members

DevExpress.ExpressApp.Win.Editors Namespace