Skip to main content

ImageEditToolButton.ImageSource Property

Gets or sets the image displayed within the button. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public ImageSource ImageSource { get; set; }

#Property Value

Type Description
ImageSource

A ImageSource object that specifies the button's image.

#Examples

See Also