[NullableContext((byte)1)] [Nullable((byte)0)] public sealed record TabPage : IVisualElement, TabPage.IBindings, IEquatable<TabPage>
kind:method
kind:property
kind:ctor
TabPage(Visual, Visual)
App
Content
Data
Header
IsEnabled
ShowCloseButton
TabPage.IBindings.Content
TabPage.IBindings.Data
TabPage.IBindings.Header
TabPage.IBindings.IsEnabled
TabPage.IBindings.ShowCloseButton
<Clone>$()
BindContent(Binding<Visual>)
BindData(Binding<Object?>)
BindHeader(Binding<Visual>)
BindIsEnabled(Binding<Boolean>)
BindShowCloseButton(Binding<Boolean>)
Equals(Object?)
Equals(TabPage?)
GetHashCode()
ToString()
Closed
RequestClosing
Equality(TabPage?, TabPage?)
Inequality(TabPage?, TabPage?)
Content(TabPage, Func<Visual>)
Content(TabPage, Binding<Visual>)
Content(TabPage, Visual)
Data(TabPage, Func<Object?>)
Data(TabPage, Object?)
Data(TabPage, Binding<Object?>)
Header(TabPage, Func<Visual>)
Header(TabPage, Binding<Visual>)
Header(TabPage, Visual)
IsEnabled(TabPage, Boolean)
IsEnabled(TabPage, Func<Boolean>)
IsEnabled(TabPage, Binding<Boolean>)
ShowCloseButton(TabPage, Boolean)
ShowCloseButton(TabPage, Func<Boolean>)
ShowCloseButton(TabPage, Binding<Boolean>)