Gets the string identifying the type of the underlying cell. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string StyleKey { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StyleKey As String |
A string value.
RemarksThe possible values are 'WithHeader', 'Simple' and 'Today'.
See Also