Back to Devexpress

DXImageAttribute Class

corelibraries-devexpress-dot-mvvm-dot-dataannotations-7cf3d2a5.md

latest1.3 KB
Original Source

DXImageAttribute Class

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

Namespace : DevExpress.Mvvm.DataAnnotations

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public class DXImageAttribute :
    Attribute
vb
<AttributeUsage(AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple:=False)>
Public Class DXImageAttribute
    Inherits Attribute

Inheritance

Object Attribute DXImageAttribute

See Also

DXImageAttribute Members

DevExpress.Mvvm.DataAnnotations Namespace