DXImageAttribute Class
Provides the ability to associate an image file with a data item.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v20.2.dll
Declaration
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public class DXImageAttribute :
Attribute
<AttributeUsage(AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple:=False)>
Public Class DXImageAttribute
Inherits Attribute
See Also
Feedback