Search
CellPresenter.StyleKeyWithHeader Property
See Also
 





Gets or sets the key of the resource that holds the template to be used when displaying view cells with header. This is a dependency property.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public string StyleKeyWithHeader { get; set; }

Visual Basic  Copy Code

Public Property StyleKeyWithHeader As String

 Property Value

A string value. The default template key is 'WithHeaderCellStyle'.

 See Also