Search
CellPresenter.HeaderWidth Property
See Also
 





Gets the width of the cell header according to the current state. This is a dependency property.

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

 Syntax

C#  Copy Code

public double HeaderWidth { get; }

Visual Basic  Copy Code

Public ReadOnly Property HeaderWidth As Double

 Property Value

A double value specifying the width of the cell header. This is NaN for horizontal headers indicating that these headers span the entire cell.

 See Also