OnDisplaySizeExtension.Converter Property
Gets or sets the value converter. 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