Back to Devexpress

DashboardItemControlEventArgs.PictureEdit Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarditemcontroleventargs-c9534b7c.md

latest1.4 KB
Original Source

DashboardItemControlEventArgs.PictureEdit Property

Gets an underlying picture edit control.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public PictureEdit PictureEdit { get; }
vb
Public ReadOnly Property PictureEdit As PictureEdit

Property Value

TypeDescription
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

DashboardItemControlEventArgs Class

DashboardItemControlEventArgs Members

DevExpress.DashboardWin Namespace