MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemSettings.ResizeBandSize Property
See Also
 





Gets or sets the width of the resize handle.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int ResizeBandSize { get; set; }

Visual Basic  Copy Code

Public Property ResizeBandSize As Integer

 Property Value

A non-negative integer value specifying the width of the items' resize handle in pixels. Default is 5.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WebForms Namespace