Skip to main content
A newer version of this page is available. .

DXImageAttribute Class

Provides the ability to associate an image file with a data item.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public class DXImageAttribute :
    Attribute

Inheritance

Object
Attribute
DXImageAttribute
See Also