Skip to main content
.NET 6.0+

CollectionSourceModeAttribute.Mode Property

Specifies the mode of operation for the Collection Source created by the List Property Editor that represents the CollectionSourceModeAttribute‘s target property in a UI.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CollectionSourceMode Mode { get; }

Property Value

Type Description
CollectionSourceMode

A CollectionSourceMode enumeration value specifying the Collection Source’s mode of operation.

Remarks

The value that you pass as the mode parameter is set to the CollectionSourceBase.Mode property of the Collection Source of the List View that represents the target collection property.

See Also