Skip to main content
ON

OnDisplaySizeExtension.Converter Property

Gets or sets the converter used to convert the value returned by the ProvideValue method. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public IValueConverter Converter { get; set; }

Property Value

Type Description
IValueConverter

A class that implements the IValueConverter interface.

See Also