Interface IStylableNode
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface IStylableNode
Properties
Children
Declaration
IEnumerable<RadObject> Children { get; }
Property Value
System.Collections.Generic.IEnumerable<RadObject>
|
ChildrenHierarchy
Declaration
IEnumerable<RadObject> ChildrenHierarchy { get; }
Property Value
System.Collections.Generic.IEnumerable<RadObject>
|
Class
Declaration
string Class { get; }
Property Value
System.String
|
Parent
Style
Methods
ApplySettings(PropertySettingGroup)
GetThemeEffectiveType()
Declaration
Type GetThemeEffectiveType()
Returns
System.Type
|