Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapFieldOptions.FieldSelection Property

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

    Namespace: DevExpress.Snap.Core.Options

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

    NuGet Package: DevExpress.Snap.Core

    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