Skip to main content
A newer version of this page is available.

SnapFieldOptions.FieldSelection Property

Specifies the mode for selecting Snap fields when clicking them with the mouse.

Namespace: DevExpress.Snap.Core.Options

Assembly: DevExpress.Snap.v19.2.Core.dll

Declaration

[DefaultValue(FieldSelectionOnMouseClickMode.Auto)]
public FieldSelectionOnMouseClickMode FieldSelection { get; set; }

Property Value

Type Default Description
FieldSelectionOnMouseClickMode **Auto**

A FieldSelectionOnMouseClickMode enumeration value.

Available values:

Name Description
Always

A field is selected when clicking it using the mouse.

Never

A field is not selected when clicking it with the mouse.

Auto

The field selection mode is automatically defined.

Property Paths

You can access this nested property as listed below:

Object Type Path to FieldSelection
SnapControlOptions
.Fields.FieldSelection
See Also