Search
ListViewSettings.SnapUnit Property
See Also
 






Gets or sets the snap unit.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimeUnit SnapUnit { get; set; }

Visual Basic  Copy Code

Public Property SnapUnit As TimeUnit

 Property Value

A member of the TimeUnit enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.

 Remarks

Use this property in a conjunction with the EnableSnapping property to specify the precision with which users can move and resize items interactively. If EnableSnapping is set to Disabled the value of this property is ignored and items snap to cell borders.

 See Also