OnOrientationExtension.Converter Property
Gets or sets the converter used to convert the specified value to a required type.
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