See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get the FieldDescriptor objects that describe the grid columns.
Namespace: NTier.AppWizard.FormsAssembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public FieldDescriptorCollection GridColumns { get; } |
| Visual Basic |
|---|
Public ReadOnly Property GridColumns As FieldDescriptorCollection
Get |
| Visual C++ |
|---|
public:
property FieldDescriptorCollection^ GridColumns {
FieldDescriptorCollection^ get ();
} |
Property Value
Type:
FieldDescriptorCollection
See Also