ComponentOne MAUI Edition
Demos
Docs
Samples
Download
MAUI | ComponentOne
C1.Maui.Core Assembly
/
C1.Maui.Core Namespace
/
ViewEx Class
/ GetAllParents Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Syntax
See Also
MAUI Overview
Get Started with MAUI
Section 508 Compliance
Configure MAUI Application
Adding NuGet Packages to your App
Controls
API Reference
C1.Maui.Calendar Assembly
C1.Maui.Chart Assembly
C1.Maui.Core Assembly
Namespaces
C1.Maui.Core Namespace
Overview
Classes
AsyncEventArgs
AsyncEventArgsDeferral
AsyncEventArgsDeferralsAwaiter
C1ActivityIndicator
C1Animation
C1BitmapIcon
C1BitmapIconHandler
C1Border
C1BorderHandler
C1BorderHandler<TVirtualBorder,TNativeBorder>
C1Button
C1ButtonHandler
C1CheckBox
C1CheckBoxHandler
C1CompositeIcon
C1Easing
C1Font
C1FontIcon
C1Icon
C1IconHandler<TVirtualView,TNativeView>
C1IconTemplate
C1InputEventArgs
C1KeyboardHelper
C1PathIcon
C1PolygonIcon
C1PolygonIconHandler
C1SVGIcon
C1SVGIconHandler
C1TappedEventArgs
C1ThemeInfo
C1ToggleButton
C1ToggleButtonHandler
C1VectorIcon
C1View
C1ViewHandler<TVirtualView,TNativeView>
KeyEventArgs
MauiAppBuilderEx
TimeSpanTypeConverter
ViewEx
Overview
Members
Methods
GetAllParents Method
GetImage Method
SetStyle Method
Enumerations
BorderAlignment
C1PointerDeviceType
C1SelectionMode
C1.Maui.Core.Themes Namespace
Overview
Classes
Generic
C1.Util.Licensing Namespace
Overview
WinRT.C1_Maui_CoreGenericHelpers Namespace
Overview
C1.Maui.Grid Assembly
C1.Maui.GridControl Assembly
C1.Maui.Input Assembly
Release History
GetAllParents Method
In This Topic
Syntax
See Also
Returns all the parents in the visual tree
Syntax
C#
public
static
IEnumerable<View>
GetAllParents(
View
elem
)
Parameters
elem
Return Value
The list of ancestor framework elements in the visual tree hierarchy
See Also
Reference
ViewEx Class
ViewEx Members