Enum ChildrenListOptions
Defines the options used by RadElement.GetChildren(options) method.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[Flags]
public enum ChildrenListOptions
IncludeCollapsed
Indicates that collapsed children are included.
IncludeOnlyVisible
Indicates that only children, which visibility is ElementVisibility.Visible, are included.
Normal
Indicates that all children are returned.
ReverseOrder
Indicates that children are returned in reverse order.
ZOrdered
Indicates that children are returned sorted according to their z-index.