Intersoft ClientUI Documentation
PropertyType Property (UXGridViewAutoGeneratingColumnEventArgs)



Gets the type of the property bound to the generated column.
Syntax
Public ReadOnly Property PropertyType As Type
Dim instance As UXGridViewAutoGeneratingColumnEventArgs
Dim value As Type
 
value = instance.PropertyType
public Type PropertyType {get;}
public:
property Type^ PropertyType {
   Type^ get();
}

Property Value

The type of the property bound to the generated column.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridViewAutoGeneratingColumnEventArgs Class
UXGridViewAutoGeneratingColumnEventArgs Members

Send Feedback