Click or drag to resize
GridHierarchySettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridHierarchySettings

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 GridHierarchySettings : ObjectWithState

The GridHierarchySettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCollapseHierarchyTooltip
Gets or sets a string that represents the tooltip that will be shown when the self-hierarchy collapse image is hovered.
Public propertyCollapseTooltip
获取或设置当鼠标覆盖在收缩按钮上时显示的tooltip.
Public propertyExpandHierarchyTooltip
Gets or sets a string that represents the tooltip that will be shown when the self-hierarchy expand image is hovered.
Public propertyExpandTooltip
获取或设置当鼠标覆盖在展开按钮上时显示的tooltip.
Top
See Also