UseParentStyles property

Each component has an additional property management style called the UseParentStyles property.

If this property is set to true, the component will use the style of the component in which it is located. For example, if a component is on a page, the style set on that page is automatically used. If the component is on a panel, the panel style is used. If the panel's UseParentStyles property is set to true, both components will use page styles.