Skip to main content
ON

OnDisplaySizeExtension.ConverterParameter Property

Gets or sets the parameter to pass to the OnDisplaySizeExtension.Converter.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public object ConverterParameter { get; set; }

Property Value

Type Default Description
Object null

The parameter to pass to the OnDisplaySizeExtension.Converter.

See Also