DXStyleTargetTypeAttribute(Type) Constructor
Initializes a new instance of the DXStyleTargetTypeAttribute class with specified settings.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public DXStyleTargetTypeAttribute(
Type targetType
)
Parameters
Name | Type | Description |
---|---|---|
targetType | Type | The property’s target type. |
See Also