Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CreateCustomCollectionSourceEventArgs.Mode Property

Specifies the mode of operation for the custom Collection Source.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

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