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
IncludeObsolete
Gets or sets a value indicating whether obsolete items should be included.
public bool IncludeObsolete { get; set; }
Property Value
ShowSelectedItemsCount
Gets or sets a value indicating whether the count of selected items should be displayed.
public bool ShowSelectedItemsCount { get; set; }
Property Value
Sorted
Gets or sets a value indicating whether the items should be sorted.
public bool Sorted { get; set; }