Skip to main content
A newer version of this page is available.
All docs
V19.1

SnapSingleListItemEntitySupportsParameters.IsParameter Property

Gets or sets whether the data field associated with a SnapEntity object is a parameter.

Namespace: DevExpress.Snap.Core.API

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

Declaration

bool IsParameter { get; set; }

Property Value

Type Description
Boolean

true, if the associated data field is a parameter; otherwise, false

Remarks

Set the IsParameter property to true if the SnapEntity’s SnapSingleListItemEntity.DataFieldName property is set to a parameter. Use this property for one of the following objects:

See Also