.NET Framework Class Library

FormComboBox.exportValues Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > FormComboBox Class > FormComboBox Properties >

.NET Framework Class Library

FormComboBox.exportValues Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property exportValues As List(Of String)
 Get
 Set

C#

[DataMemberAttribute]
public List<stringexportValues { getset; }

Visual C++

public:
[DataMemberAttribute]
property List<String^>^ exportValues {
 List<String^>^ get ();
 void set (List<String^>^ value);
}

See Also

FormComboBox Class

FormComboBox Members

Gnostice.Controls.ASP Namespace