Back to Devexpress

LookUpEditSettingsBase.AllowCollectionView Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-lookupeditsettingsbase-8594ee7f.md

latest1.2 KB
Original Source

LookUpEditSettingsBase.AllowCollectionView Property

Gets or sets whether to allow process collection views. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Settings

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowCollectionView { get; set; }
vb
Public Property AllowCollectionView As Boolean

Property Value

TypeDescription
Boolean

true to allow processing collection views; otherwise, false.

|

See Also

LookUpEditSettingsBase Class

LookUpEditSettingsBase Members

DevExpress.Xpf.Editors.Settings Namespace