Skip to main content
ON

DXStyleTargetTypeAttribute Class

An attribute that allows you to specify the property’s target type.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

[AttributeUsage(AttributeTargets.Property)]
public class DXStyleTargetTypeAttribute :
    Attribute

Inheritance

System.Object
Attribute
DXStyleTargetTypeAttribute
See Also