Skip to main content
ON

OnDisplaySizeExtension.ProvideValue(IServiceProvider) Method

Returns an object that should be set as the value on the target object’s property for this markup extension. This is the DisplaySize return value for OnDisplaySizeExtension.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public object ProvideValue(
    IServiceProvider serviceProvider
)

Parameters

Name Type Description
serviceProvider IServiceProvider

Object that can provide services for the markup extension.

Returns

Type Description
Object

The DisplaySize return value to set on the property where the extension is applied.

See Also