Xceed DataGrid for Silverlight Documentation
SublevelIndent Property


Gets or sets a value representing the indentation of the child groups.
Syntax
'Declaration
 
Public Property SublevelIndent As Nullable(Of Double)
'Usage
 
Dim instance As DataGridGroupConfiguration
Dim value As Nullable(Of Double)
 
instance.SublevelIndent = value
 
value = instance.SublevelIndent
public Nullable<double> SublevelIndent {get; set;}

Property Value

A value representing the indentation of the child groups. By default, a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridGroupConfiguration Class
DataGridGroupConfiguration Members

Send Feedback