Skip to main content

DXImageIconSource.Source Property

Gets or sets a source of the image that is converted to an icon.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null, Handler = "OnContentChanged")]
public ImageSource Source { get; set; }

#Property Value

Type Description
ImageSource

A source of the image that is converted to an icon.

See Also