AppointmentDetailPage Methods
| Name | Description |
|---|---|
| ApplyBindings() protected | Applies all the current bindings to BindingContext. Inherited from BindableObject. |
| BatchBegin() | Signals the start of a batch of changes to the elements properties. This can benefit performance if a bigger number of property values are changed. Inherited from VisualElement. |
| BatchCommit() | Signals the end of a batch of commands to the element and that those commands should now be committed. Inherited from VisualElement. |
| ChangeVisualState() protected | Changes the current visual state based on this elements current property values. Inherited from VisualElement. |
| ClearValue(BindableProperty) | Clears any value that is previously set for a bindable property. Inherited from BindableObject. |
| ClearValue(BindablePropertyKey) | Clears any value that is previously set for a bindable property, identified by its key. Inherited from BindableObject. |
| CoerceValue(BindableProperty) |
Coerces the value of the specified bindable property. This is done by invoking BindableProperty.CoerceValueDelegate of the specified bindable property. Inherited from BindableObject. |
| CoerceValue(BindablePropertyKey) |
Coerces the value of the specified bindable property. This is done by invoking BindableProperty.CoerceValueDelegate of the specified bindable property. Inherited from BindableObject. |
| CreateAppointmentEditPage(AppointmentEditViewModel) | |
| DisplayActionSheet(String, String, String, String[]) | Displays a native platform action sheet, allowing the application user to choose from several buttons. Inherited from Page. |
| DisplayAlert(String, String, String, String) | Presents an alert dialog to the application user with an accept and a cancel button. Inherited from Page. |
| DisplayAlert(String, String, String) | Presents an alert dialog to the application user with a single cancel button. Inherited from Page. |
| DisplayPromptAsync(String, String, String, String, String, Int32, Keyboard, String) | Displays a prompt dialog to the application user with the intent to capture a single string value. Inherited from Page. |
| EffectIsAttached(String) | For internal use by .NET MAUI. Inherited from Element. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from System.Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from System.Object. |
| FindByName(String) | Returns the element that has the specified name. Inherited from Element. |
| Focus() | Attempts to set focus to this element. Inherited from VisualElement. |
| ForceLayout() | Forces the page to perform a layout pass. Inherited from Page. |
| GetHashCode() | Serves as the default hash function. Inherited from System.Object. |
| GetType() | Gets the Type of the current instance. Inherited from System.Object. |
| GetValue(BindableProperty) | Returns the value that is contained in the given bindable property. Inherited from BindableObject. |
| InvalidateMeasure() protected | Marks the current measure of an element as invalidated. Inherited from VisualElement. |
| InvalidateMeasureNonVirtual(InvalidationTrigger) | Invalidates the measure of an element. Inherited from VisualElement. |
| IsSet(BindableProperty) | Determines whether or not a bindable property exists and has a value set. Inherited from BindableObject. |
| LayoutChildren(Double, Double, Double, Double) protected | Lays out the child elements when the layout is invalidated. Inherited from Page. |
| Measure(Double, Double, MeasureFlags) | Returns the minimum size that an element needs in order to be displayed on the device. Inherited from VisualElement. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from System.Object. |
| IElementController.SetValueFromRenderer(BindableProperty, Object) | For internal use by .NET MAUI. Inherited from Element. |
| OnBackButtonPressed() protected | Determines the behavior when the back button of the page is pressed. Inherited from Page. |
| OnChildAdded(Element) protected | Invoked when a child object is added to this element. Inherited from VisualElement. |
| OnChildMeasureInvalidated(Object, EventArgs) protected | Indicates that the preferred size of a child Element has changed. Inherited from Page. |
| OnChildrenReordered() protected | Raises the ChildrenReordered event. Inherited from VisualElement. |
| OnMeasure(Double, Double) protected | Method that is called when a layout measurement happens. Inherited from VisualElement. |
| OnParentSet() protected | Called when the page’s Parent property has changed. Inherited from Page. |
| OnPropertyChanging(String) protected | Raises the PropertyChanging event. Inherited from BindableObject. |
| OnSizeAllocated(Double, Double) protected | Indicates that the page has been assigned a size. Inherited from Page. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from System.Object. |
| RemoveBinding(BindableProperty) | Removes a previously set binding from a bindable property. Inherited from BindableObject. |
| RemoveDynamicResource(BindableProperty) | Removes a previously set dynamic resource. Inherited from Element. |
| SendAppearing() | Sends the signal to the page that it is about to visually appear on screen. Inherited from Page. |
| SendBackButtonPressed() | Calls OnBackButtonPressed(). Inherited from Page. |
| SendDisappearing() | Sends the signal to the page that it is about to be visually hidden from the screen. Inherited from Page. |
| SetBinding(BindableProperty, BindingBase) | Assigns a binding to a bindable property. Inherited from BindableObject. |
| SetDynamicResource(BindableProperty, String) | Sets the BindableProperty property of this element to be updated via the DynamicResource with the provided key. Inherited from Element. |
| SetInheritedBindingContext(BindableObject, Object) static | Sets the inherited context to a nested element. Inherited from BindableObject. |
| SetValue(BindableProperty, Object) | Sets the value of the specified bindable property. Inherited from BindableObject. |
| SetValue(BindablePropertyKey, Object) | Sets the value of the specified bindable property. Inherited from BindableObject. |
| SetValueCore(BindableProperty, Object, SetValueFlags) | For internal use by the Microsoft.Maui.Controls platform. Inherited from BindableObject. |
| SetValueFromRenderer(BindableProperty, Object) | For internal use by .NET MAUI. Inherited from Element. |
| SetValueFromRenderer(BindablePropertyKey, Object) | For internal use by .NET MAUI. Inherited from Element. |
| SizeAllocated(Double, Double) protected | Method that is called during a layout cycle to signal the start of a sub-tree layout. Inherited from VisualElement. |
| ToString() | Returns a string that represents the current object. Inherited from System.Object. |
| UnapplyBindings() protected | Removes all current bindings from the current context. Inherited from BindableObject. |
| Unfocus() | Unsets keyboard focus on this element. Inherited from VisualElement. |
| UpdateChildrenLayout() protected | Requests that the child Elements of the page update their layouts. Inherited from Page. |
See Also