Gets or sets a value indicating whether the users can move the row headers.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public State AllowMoveRowHeaders { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowMoveRowHeaders As State |
RemarksThis property is obsolete; set AllowReorderResources instead.
See Also