See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the FieldDescriptor objects that describe the filter fields.

Namespace: NTier.AppWizard.Forms
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0

Syntax

C#
public FieldDescriptorCollection FilterFields { get; }
Visual Basic
Public ReadOnly Property FilterFields As FieldDescriptorCollection
	Get
Visual C++
public:
property FieldDescriptorCollection^ FilterFields {
	FieldDescriptorCollection^ get ();
}

Property Value

Type: FieldDescriptorCollection

See Also