Gets or sets the key of the resource that holds the template to be used when displaying simple (without header) view cells. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string StyleKeySimple { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StyleKeySimple As String |
A string value. The default template key is 'SimpleCellStyle'.
See Also