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

SnapControlOptions.Fields Property

Provides access to the options of Snap fields.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.dll

Declaration

public SnapFieldOptions Fields { get; }

Property Value

Type Description
SnapFieldOptions

A SnapFieldOptions object.

Property Paths

You can access this nested property as listed below:

Object Type Path to Fields
SnapControl
.Options.Fields
See Also