DXStyleTargetTypeAttribute.TargetType Property
Gets the property’s target type.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Type TargetType { get; }
Property Value
Type | Description |
---|---|
Type | The property’s target type. |
See Also