MindFusion.Wpf Pack Programmer's Guide
CellPresenter.StyleKey Property
See Also
 





Gets the string identifying the type of the underlying cell. This is a dependency property.

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

 Syntax

C#  Copy Code

public string StyleKey { get; }

Visual Basic  Copy Code

Public ReadOnly Property StyleKey As String

 Property Value

A string value.

 Remarks

The possible values are 'WithHeader', 'Simple' and 'Today'.

 See Also

CellPresenter Members
CellPresenter Class
MindFusion.Scheduling.Wpf Namespace