Intersoft ClientUI Documentation
SublevelIndent Property



Gets or sets a value that indicates the amount that the immediate children of the UXGridViewRowGroupHeader are indented.
Syntax
Public Property SublevelIndent As Double
Dim instance As UXGridViewRowGroupHeader
Dim value As Double
 
instance.SublevelIndent = value
 
value = instance.SublevelIndent
public double SublevelIndent {get; set;}
public:
property double SublevelIndent {
   double get();
   void set (    double value);
}
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

UXGridViewRowGroupHeader Class
UXGridViewRowGroupHeader Members

Send Feedback