New to Telerik UI for WinFormsStart a free 30-day trial

Defines the options used by RadElement.GetChildren(options) method.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
[Flags]
public enum ChildrenListOptions

Fields

Indicates that collapsed children are included.

C#
IncludeCollapsed = 4

Indicates that only children, which visibility is ElementVisibility.Visible, are included.

C#
IncludeOnlyVisible = 8

Indicates that all children are returned.

C#
Normal = 0

Indicates that children are returned in reverse order.

C#
ReverseOrder = 2

Indicates that children are returned sorted according to their z-index.

C#
ZOrdered = 1