Class SfSwitchControl
A customized Xamarin.Forms.View control that provides a toggled value.
Inheritance
System.Object
SfSwitchControl
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class SfSwitchControl : Switch
Constructors
SfSwitchControl()
Initializes a new instance of the SfSwitchControl class.
Declaration
public SfSwitchControl()
Methods
InvalidateMeasure()
Method that is called to invalidate the layout of this Xamarin.Forms.VisualElement. Raises the Xamarin.Forms.VisualElement.MeasureInvalidated event.
Declaration
protected override void InvalidateMeasure()