Skip to main content
.NET 6.0+

CreateCustomCollectionSourceEventArgs.Mode Property

Specifies the mode of operation for the custom Collection Source.

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 mode of operation for the custom Collection Source. This value is used to initialize the CollectionSourceBase.Mode property of the custom Collection Source.

See Also