Gets or sets the style applied to the column headers. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Style ColumnHeaderContainerStyle { get; set; }
Visual Basic
Public Property ColumnHeaderContainerStyle As Style
	Get
	Set
Visual C++
public:
property Style^ ColumnHeaderContainerStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also