Table of Contents

Class EditorExtensionAttribute

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Specifies editor extension options for enums and properties.

[AttributeUsage(AttributeTargets.Enum|AttributeTargets.Property)]
public class EditorExtensionAttribute : Attribute
Inheritance
EditorExtensionAttribute
Inherited Members
Extension Methods

Constructors

EditorExtensionAttribute()

public EditorExtensionAttribute()

Properties

AutoComplete

Gets or sets a value indicating whether auto-complete is enabled.

public bool AutoComplete { get; set; }

Property Value

bool

IncludeObsolete

Gets or sets a value indicating whether obsolete items should be included.

public bool IncludeObsolete { get; set; }

Property Value

bool

ShowSelectedItemsCount

Gets or sets a value indicating whether the count of selected items should be displayed.

public bool ShowSelectedItemsCount { get; set; }

Property Value

bool

Sorted

Gets or sets a value indicating whether the items should be sorted.

public bool Sorted { get; set; }

Property Value

bool