DXImageIconSource.Source Property
In This Article
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 |
---|---|
Image |
A source of the image that is converted to an icon. |
See Also