See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get a list of grid controls that show entity property properties.
Namespace: NTier.Model.FormsAssembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public IEnumerable<NDataGridView> EntityPropertyGrids { get; } |
| Visual Basic |
|---|
Public ReadOnly Property EntityPropertyGrids As IEnumerable(Of NDataGridView)
Get |
| Visual C++ |
|---|
public:
property IEnumerable<NDataGridView^>^ EntityPropertyGrids {
IEnumerable<NDataGridView^>^ get ();
} |
Property Value
Type:
IEnumerable<(Of <(<'NDataGridView>)>)>
See Also