Searches up the parent chain and returns the first parent with the provided ThemeEffectiveType.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public RadElement FindAncestorByThemeEffectiveType(
Type themeEffectiveType
) |
| Visual Basic |
|---|
Public Function FindAncestorByThemeEffectiveType ( _
themeEffectiveType As Type _
) As RadElement |
Parameters
- themeEffectiveType
- Type: System..::..Type
Return Value
See Also