.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.Maui.Controls.Compatibility
  3. Grid
  4. OnBindingContextChanged()
  • Grid
    • IGridList<T>
    • ColumnDefinitionsProperty
    • ColumnProperty
    • ColumnSpacingProperty
    • ColumnSpanProperty
    • RowDefinitionsProperty
    • RowProperty
    • RowSpacingProperty
    • RowSpanProperty
    • Grid()
    • Children
    • ColumnDefinitions
    • ColumnSpacing
    • RowDefinitions
    • RowSpacing
    • GetColumn(BindableObject)
    • GetColumnSpan(BindableObject)
    • GetRow(BindableObject)
    • GetRowSpan(BindableObject)
    • InvalidateMeasureInernalNonVirtual(InvalidationTrigger)
    • LayoutChildren(Double, Double, Double, Double)
    • On<T>()
    • OnAdded(View)
    • OnBindingContextChanged()
    • OnMeasure(Double, Double)
    • OnRemoved(View)
    • SetColumn(BindableObject, Int32)
    • SetColumnSpan(BindableObject, Int32)
    • SetRow(BindableObject, Int32)
    • SetRowSpan(BindableObject, Int32)
net7.0
namespace Microsoft.Maui.Controls.Compatibility
{
    [ContentProperty("Children")]
    public class Grid : Layout<View>, IElementConfiguration<Grid>, IGridController, IContainer, IElement, IGridLayout, ILayout, IPadding, ISafeAreaView, ITransform, IView, ICollection<IView!>, IEnumerable<IView!>, IList<IView!>, IEnumerable
    {
        protected override void OnBindingContextChanged();
    }
}
.NET 6.07.0
Information specific to net7.0
Assembly

Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken=

Referencing

Requires all:

  • You need to have the workload maui installed.

  • Your project needs to set <UseMaui>True</UseMaui>.

Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙