Skip to main content

DXImageAttribute Class

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

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

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

Inheritance

Object
Attribute
DXImageAttribute
See Also