CachedEnumItemsSource
StockSharp.Xaml
Cacheable enumeration items source.
Herda de: MarkupExtension
Implementa: IEnumerable, IEnumerable<EnumMemberInfo>
Construtores
CachedEnumItemsSource()
Initializes a new instance of the CachedEnumItemsSource.
Propriedades
AllowImages : bool
Allow images.
NameConverter : IValueConverter
Name converter.
SortMode : EnumMembersSortMode
Sort mode.
SplitNames : bool
Split names.
UseNumericEnumValue : bool
Use numeric enum value.
Métodos
ProvideValue(IServiceProvider) : object
When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.
- serviceProvider
- A service provider helper that can provide services for the markup extension.
Retorna: The object value to set on the property where the extension is applied.