DXSwitch.AllowContentTap Property
In This Article
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
C#
public bool AllowContentTap { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
For more information, refer to the following section: .NET MAUI DXSwitch: Caption.
See Also