Interface for a GwxDependencyObject that can contain "extra content".

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public interface IGwxDependencyObjectExtraContentContainer
Visual Basic
Public Interface IGwxDependencyObjectExtraContentContainer
JScript
public interface IGwxDependencyObjectExtraContentContainer

Remarks

"Extra content" refers to child visuals that are accessed via properties that are not marked with the ContentPropertyAttribute. For example Content, Header, and Header.

See Also