Measures the hierarchical indent (amount of space needed to show the row selector, hierarchical lines and expand/collapse buttons) on the left of
Rows on the specified hierarchical level.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public static int HierarchicalIndent(
Grid grid,
int level
) |
Visual Basic |
---|
Public Shared Function HierarchicalIndent (
grid As Grid,
level As Integer
) As Integer |
Visual C++ |
---|
public:
static int HierarchicalIndent(
Grid^ grid,
int level
) |
F# |
---|
static member HierarchicalIndent :
grid : Grid *
level : int -> int
|
Parameters
- grid
- Type: Dapfor.Net.Ui..::..Grid
The Grid.
- level
- Type: System..::..Int32
The zero-based hierarchical level.
Return Value
Type:
Int32Indent in pixels
See Also