.NET Framework Class Library

FormTextField.dataFormat Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

FormTextField.dataFormat Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property dataFormat As DataFormat
 Get
 Set

C#

[DataMemberAttribute]
public DataFormat dataFormat { getset; }

Visual C++

public:
[DataMemberAttribute]
property DataFormatdataFormat {
 DataFormatget ();
 void set (DataFormatvalue);
}

See Also

FormTextField Class

FormTextField Members

Gnostice.Controls.ASP Namespace