Back to Devexpress

BaseView.WorkAsLookup Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-1a61312e.md

latest1.3 KB
Original Source

BaseView.WorkAsLookup Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool WorkAsLookup { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property WorkAsLookup As Boolean

Property Value

TypeDescription
Boolean

A Boolean value.

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace