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






Gets or sets the prefix that indicates the resource for this control.

Syntax

Visual Basic (Declaration) 
Protected Overrides NotOverridable ReadOnly Property ResourcePrefix As String
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewResource
Dim value As String
 
value = instance.ResourcePrefix
C# 
protected override string ResourcePrefix {get;}
Delphi 
protected read-only property ResourcePrefix: String; override; 
JScript 
protected override function get ResourcePrefix : String
Managed Extensions for C++ 
protected: __property string* get_ResourcePrefix() override;
C++/CLI 
protected:
property String^ ResourcePrefix {
   String^ get() override;
}

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.