Enum
ChildrenListOptions

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

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[Flags]
public enum ChildrenListOptions

Fields

IncludeCollapsed

Indicates that collapsed children are included.

Declaration

cs-api-definition
IncludeCollapsed = 4

Field Value

ChildrenListOptions

IncludeOnlyVisible

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

Declaration

cs-api-definition
IncludeOnlyVisible = 8

Field Value

ChildrenListOptions

Normal

Indicates that all children are returned.

Declaration

cs-api-definition
Normal = 0

Field Value

ChildrenListOptions

ReverseOrder

Indicates that children are returned in reverse order.

Declaration

cs-api-definition
ReverseOrder = 2

Field Value

ChildrenListOptions

ZOrdered

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

Declaration

cs-api-definition
ZOrdered = 1

Field Value

ChildrenListOptions