Click or drag to resize
TreeViewLoadingStatusPosition Enumeration
Specifies where the loading message is shown when Client-side load on demand is used.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum TreeViewLoadingStatusPosition
Members
  Member nameValueDescription
BeforeNodeText0 If the node text is "Some Text", the text is changed to "(loading ...) Some Text" when child nodes are being loaded (Assuming the LoadingMessage property has been set to "(loading...)";
AfterNodeText1 If the node text is "Some Text", the text is changed to "Some Text (loading ...)" when child nodes are being loaded (Assuming the LoadingMessage property has been set to "(loading...)";
BelowNodeText2 The text is not changed and (loading ...)" when child nodes are being loaded (Assuming the LoadingMessage property has been set to "(loading...)";
None3 No loading text is displayed at all.
See Also