Table of Contents

Property DefaultCategoriesIncludedInFilterPredicate

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

DefaultCategoriesIncludedInFilterPredicate

Gets or sets a function which determines default categories to be displayed in the code completion box.

public Predicate<CodeCompletionCategory> DefaultCategoriesIncludedInFilterPredicate { get; set; }

Property Value

Predicate<CodeCompletionCategory>