Intersoft ClientUI Documentation
UnitType Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewLength Structure : UnitType Property






Gets a value that indicates how the size of the associated UXGridView element is calculated.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UnitType As ResizeUnitType
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewLength
Dim value As ResizeUnitType
 
value = instance.UnitType
C# 
public ResizeUnitType UnitType {get;}
Delphi 
public read-only property UnitType: ResizeUnitType; 
JScript 
public function get UnitType : ResizeUnitType
Managed Extensions for C++ 
public: __property ResizeUnitType get_UnitType();
C++/CLI 
public:
property ResizeUnitType UnitType {
   ResizeUnitType get();
}

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.