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






The desired value of the UXGridViewLength if it is not affected by interactions with other UXGridView columns.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DesiredValue As Double
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewLength
Dim value As Double
 
value = instance.DesiredValue
C# 
public double DesiredValue {get;}
Delphi 
public read-only property DesiredValue: Double; 
JScript 
public function get DesiredValue : double
Managed Extensions for C++ 
public: __property double get_DesiredValue();
C++/CLI 
public:
property double DesiredValue {
   double 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.