Gets or sets the width of the subheader, which displays the week numbers. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double WeekHeaderWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property WeekHeaderWidth As Double |
A double value specifying the week header width, in device independent pixels.
See Also