See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get whether the form expects to bind to a collection, and not the select item within the collection.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected virtual bool SelectsCollectionOnly { get; } |
| Visual Basic |
|---|
Protected Overridable ReadOnly Property SelectsCollectionOnly As Boolean
Get |
| Visual C++ |
|---|
protected:
virtual property bool SelectsCollectionOnly {
bool get ();
} |
Property Value
Type:
Boolean
See Also