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.v18.2.dll

Declaration

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

Inheritance

Object
Attribute
DXImageAttribute
See Also