Specifies whether the ruler can be used for field selection.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool AllowSelection { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AllowSelection As Boolean
	Get
	Set

Remarks

If this property is set to true, the user can select fields by clicking and dragging the mouse over the rulers (horizontal or vertical). While dragging the mouse, the ruler will display a selection band. When the mouse is released, any controls that touch or lie within the selection band will be selected.

The default value for this property is True.

See Also