Skip to main content
ON

DXSwitch.AllowContentTap Property

Gets or sets whether to toggle the DXSwitch when a user taps its caption. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public bool AllowContentTap { get; set; }

Property Value

Type Description
Boolean

true to toggle the DXSwitch when a user taps its caption; otherwise, false.

Remarks

For more information, refer to the following section: .NET MAUI DXSwitch: Caption.

See Also