Back to Devexpress

OnScreenWidthExtension Properties

maui-devexpress-dot-maui-dot-core-dot-onscreenwidthextension-dot-underscore-properties.md

latest3.1 KB
Original Source

OnScreenWidthExtension Properties

Implements a XAML extension that allows you to specify control settings depending on the current screen width and screen orientation.

NameDescription
ConverterGets or sets the converter used to convert the screen size values. This is a bindable property. Inherited from OnScreenSizeExtensionBase.
ConverterParameterGets or sets the parameter to pass to the OnScreenSizeExtensionBase.Converter property. Inherited from OnScreenSizeExtensionBase.
ExtraLargeGets or sets the size value for devices with screens of the Extra Large size class. Inherited from OnScreenSizeExtensionBase.
ExtraLargeThresholdGets or sets the minimum available width for devices with screens of the Extra Large size class.
ExtraSmallGets or sets the size value for devices with screens of the Extra Small size class. Inherited from OnScreenSizeExtensionBase.
LargeGets or sets the size value for devices with screens of the Large size class. Inherited from OnScreenSizeExtensionBase.
LargeThresholdGets or sets the minimum available width for devices with screens of the Large size class.
MediumGets or sets the size value for devices with screens of the Medium size class. Inherited from OnScreenSizeExtensionBase.
MediumThresholdGets or sets the minimum available width for devices with screens of the Medium size class.
SmallGets or sets the size value for devices with screens of the Small size class. Inherited from OnScreenSizeExtensionBase.
SmallThresholdGets or sets the minimum available width for devices with screens of the Small size class.

See Also

OnScreenWidthExtension Class

OnScreenWidthExtension Members

DevExpress.Maui.Core Namespace