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

DashboardItemControlEventArgs.PictureEdit Property

Gets an underlying picture edit control.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public PictureEdit PictureEdit { get; }

Property Value

Type Description
PictureEdit

A PictureEdit object that is the picture edit control.

Remarks

Use the PictureEdit property to access a picture edit control corresponding to the ImageDashboardItem.

See Also