DashboardItemControlEventArgs.PictureEdit Property
Gets an underlying picture edit control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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