FilterDescendantBehavior Enum

Definition

Specifies the descendant behavior when including items in a filtered tree.

public enum class FilterDescendantBehavior
public enum class FilterDescendantBehavior
enum FilterDescendantBehavior
public enum FilterDescendantBehavior
type FilterDescendantBehavior = 
Public Enum FilterDescendantBehavior
Inheritance
FilterDescendantBehavior

Fields

ExcludeDescendantsByDefault 0

Exclude descendants, by default, in the filtered tree.

IncludeDescendantsByDefault 1

Include descendants, by default, in the filtered tree.

Applies to