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