Intersoft ClientUI Documentation
HeaderStringFormat Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > GroupStyle Class : HeaderStringFormat Property






Gets or sets a composite string that specifies how to format the header if it is displayed as a string.

Syntax

Visual Basic (Declaration) 
Public Property HeaderStringFormat As String
Visual Basic (Usage)Copy Code
Dim instance As GroupStyle
Dim value As String
 
instance.HeaderStringFormat = value
 
value = instance.HeaderStringFormat
C# 
public string HeaderStringFormat {get; set;}
Delphi 
public read-write property HeaderStringFormat: String; 
JScript 
public function get,set HeaderStringFormat : String
Managed Extensions for C++ 
public: __property string* get_HeaderStringFormat();
public: __property void set_HeaderStringFormat( 
   string* value
);
C++/CLI 
public:
property String^ HeaderStringFormat {
   String^ get();
   void set (    String^ value);
}

Property Value

A composite string that specifies how to format the header if it is displayed as a string.

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.