EditFormPage Methods
The page that allows users to edit grid cell values.
Name | Description |
---|---|
Apply |
Applies all the current bindings to Binding |
Batch |
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 Visual |
Batch |
Signals the end of a batch of commands to the element and that those commands should now be committed.
Inherited from Visual |
Change |
Changes the current visual state based on this elements current property values.
Inherited from Visual |
Clear |
Clears any value that is previously set for a bindable property.
Inherited from Bindable |
Clear |
Clears any value that is previously set for a bindable property, identified by its key.
Inherited from Bindable |
Coerce |
Coerces the value of the specified bindable property.
This is done by invoking Bindable |
Coerce |
Coerces the value of the specified bindable property.
This is done by invoking Bindable |
Display |
Displays a native platform action sheet, allowing the application user to choose from several buttons. Inherited from Page. |
Display |
Presents an alert dialog to the application user with an accept and a cancel button. Inherited from Page. |
Display |
Presents an alert dialog to the application user with a single cancel button. Inherited from Page. |
Display |
Displays a prompt dialog to the application user with the intent to capture a single string value. Inherited from Page. |
Effect |
For internal use by .NET MAUI. Inherited from Element. |
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Equals |
Determines whether the specified object is equal to the current object.
Inherited from System. |
Find |
Returns the element that has the specified name. Inherited from Element. |
Focus() |
Attempts to set focus to this element.
Inherited from Visual |
Force |
Forces the page to perform a layout pass. Inherited from Page. |
Get |
Serves as the default hash function.
Inherited from System. |
Get |
Gets the Type of the current instance.
Inherited from System. |
Get |
Returns the value that is contained in the given bindable property.
Inherited from Bindable |
Invalidate |
Marks the current measure of an element as invalidated.
Inherited from Visual |
Invalidate |
Invalidates the measure of an element.
Inherited from Visual |
Is |
Determines whether or not a bindable property exists and has a value set.
Inherited from Bindable |
Layout |
Lays out the child elements when the layout is invalidated. Inherited from Page. |
Measure |
Returns the minimum size that an element needs in order to be displayed on the device.
Inherited from Visual |
Memberwise |
Creates a shallow copy of the current Object.
Inherited from System. |
IElement |
For internal use by .NET MAUI. Inherited from Element. |
On |
When overridden in a derived class, allows application developers to customize behavior immediately prior to the page becoming visible. Inherited from Page. |
On |
Determines the behavior when the back button of the page is pressed. Inherited from Page. |
On |
Invoked when a child object is added to this element.
Inherited from Visual |
On |
Indicates that the preferred size of a child Element has changed. Inherited from Page. |
On |
Raises the Children |
On |
When overridden in a derived class, allows the application developer to customize behavior as the page disappears. Inherited from Page. |
On |
Method that is called when a layout measurement happens.
Inherited from Visual |
On |
Called when the page’s Parent property has changed. Inherited from Page. |
On |
Raises the Property |
On |
Indicates that the page has been assigned a size. Inherited from Page. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
Remove |
Removes a previously set binding from a bindable property.
Inherited from Bindable |
Remove |
Removes a previously set dynamic resource. Inherited from Element. |
Send |
Sends the signal to the page that it is about to visually appear on screen. Inherited from Page. |
Send |
Calls On |
Send |
Sends the signal to the page that it is about to be visually hidden from the screen. Inherited from Page. |
Set |
Assigns a binding to a bindable property.
Inherited from Bindable |
Set |
Sets the Bindable |
Set |
Sets the inherited context to a nested element.
Inherited from Bindable |
Set |
Sets the value of the specified bindable property.
Inherited from Bindable |
Set |
Sets the value of the specified bindable property.
Inherited from Bindable |
Set |
For internal use by the Microsoft. |
Set |
For internal use by .NET MAUI. Inherited from Element. |
Set |
For internal use by .NET MAUI. Inherited from Element. |
Size |
Method that is called during a layout cycle to signal the start of a sub-tree layout.
Inherited from Visual |
To |
Returns a string that represents the current object.
Inherited from System. |
Unapply |
Removes all current bindings from the current context.
Inherited from Bindable |
Unfocus() |
Unsets keyboard focus on this element.
Inherited from Visual |
Update |
Requests that the child Elements of the page update their layouts. Inherited from Page. |
See Also