OnOrientationExtension.ConverterParameter Property
Gets or sets the parameter to pass to the OnOrientationExtension.Converter.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public object ConverterParameter { get; set; }
Property Value
Type | Description |
---|---|
Object | The parameter to pass to the OnOrientationExtension.Converter. |
See Also