Skip to main content
ON

SafeKeyboardAreaView.KeyboardAreaContentTemplate Property

Gets or sets the template applied to the KeyboardAreaContent. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public DataTemplate KeyboardAreaContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

The template applied to the KeyboardAreaContent.

See Also