Class CachedEnumItemsSource
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Cacheable enumeration items source.
public class CachedEnumItemsSource : MarkupExtension, IEnumerable<EnumMemberInfo>, IEnumerable
- Inheritance
-
CachedEnumItemsSource
- Implements
-
IEnumerable<EnumMemberInfo>
- Inherited Members
- Extension Methods
Constructors
CachedEnumItemsSource()
Initializes a new instance of the CachedEnumItemsSource.
public CachedEnumItemsSource()
Properties
AllowImages
Allow images.
public bool AllowImages { get; set; }
Property Value
EnumType
Enumeration type.
public Type EnumType { get; set; }
Property Value
ImageSize
Image size.
public Size? ImageSize { get; set; }
Property Value
- Size?
NameConverter
Name converter.
public IValueConverter NameConverter { get; set; }
Property Value
SortMode
Sort mode.
public EnumMembersSortMode SortMode { get; set; }
Property Value
- EnumMembersSortMode
SplitNames
Split names.
public bool SplitNames { get; set; }
Property Value
UseNumericEnumValue
Use numeric enum value.
public bool UseNumericEnumValue { get; set; }
Property Value
Methods
ProvideValue(IServiceProvider)
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
serviceProvider
IServiceProvider