Gets a value indicating whether the grid should build a hierarchy if the IDataField.IsHierarchical of the IDataAccessor returns true
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool EnableHierarchicalFields { get; set; } |
| Visual Basic |
|---|
Public Property EnableHierarchicalFields As Boolean Get Set |
| Visual C++ |
|---|
public: property bool EnableHierarchicalFields { bool get (); void set (bool value); } |
| F# |
|---|
member EnableHierarchicalFields : bool with get, set |
Property Value
Type: Booleantrue if the Grid should build hierarchy; otherwise, false.