Search
ResourceViewSettings.AllowMoveRowHeaders Property
See Also
 





Gets or sets a value indicating whether the users can move the row headers.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State AllowMoveRowHeaders { get; set; }

Visual Basic  Copy Code

Public Property AllowMoveRowHeaders As State

 Property Value

 Remarks

This property is obsolete; set AllowReorderResources instead.

 See Also