Intersoft ClientUI Documentation
PropertyType Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewAutoGeneratingColumnEventArgs Class : PropertyType Property






Gets the type of the property bound to the generated column.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PropertyType As Type
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewAutoGeneratingColumnEventArgs
Dim value As Type
 
value = instance.PropertyType
C# 
public Type PropertyType {get;}
Delphi 
public read-only property PropertyType: Type; 
JScript 
public function get PropertyType : Type
Managed Extensions for C++ 
public: __property Type* get_PropertyType();
C++/CLI 
public:
property Type^ PropertyType {
   Type^ get();
}

Property Value

The type of the property bound to the generated column.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.