Gets or sets the Style applied to 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);
}

Remarks

Dependency Property Information
Identifier fieldColumnHeaderContainerStyleProperty
Metadata properties set to trueNone

See Also