Interface IStylableNode
Assembly: Telerik.WinControls.dll
Syntax
public interface IStylableNode
Properties
Declaration
IEnumerable<RadObject> Children { get; }
Property Value
|
System.Collections.Generic.IEnumerable<RadObject>
|
Declaration
IEnumerable<RadObject> ChildrenHierarchy { get; }
Property Value
|
System.Collections.Generic.IEnumerable<RadObject>
|
Declaration
Property Value
Declaration
IStylableNode Parent { get; }
Property Value
Declaration
StyleSheet Style { get; set; }
Property Value
Methods
Declaration
void ApplySettings(PropertySettingGroup group)
Parameters
Declaration
Type GetThemeEffectiveType()
Returns
Extension Methods