Click or drag to resize
GridSelfHierarchySettings Class
Holds the column names presenting the self-referencing relations in the source table.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridSelfHierarchySettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridSelfHierarchySettings : ObjectWithState

The GridSelfHierarchySettings type exposes the following members.

Constructors
  NameDescription
Public methodGridSelfHierarchySettings
Top
Methods
  NameDescription
Public methodIsSet
Checks if a self-hierarchy settings property value was changed and differs from its default.
Top
Properties
  NameDescription
Public propertyKeyName
Gets or sets a value, representing the ID of the current table level in self-referencing hierarchy structure.
Public propertyMaximumDepth
Gets or sets a value indicating the level-depth limit of the nested tables.
Public propertyParentKeyName
Gets or sets a value representing the parent ID field when building the self-referencing hierarchy.
Top
See Also