C# Class Caliburn.Micro.ConventionManager

Used to configure the conventions used by the framework to apply bindings and create actions.
Mostrar archivo Open project: Caliburn-Micro/Caliburn.Micro Class Usage Examples

Public Properties

Property Type Description
BooleanToVisibilityConverter IValueConverter
DefaultItemTemplate DataTemplate
IncludeStaticProperties bool
OverwriteContent bool

Property Details

BooleanToVisibilityConverter public_oe static_oe property

Converters bool to/from Visibility.
public static IValueConverter BooleanToVisibilityConverter
return IValueConverter

DefaultItemTemplate public_oe static_oe property

The default DataTemplate used for ItemsControls when required.
public static DataTemplate DefaultItemTemplate
return DataTemplate

IncludeStaticProperties public_oe static_oe property

Indicates whether or not static properties should be included during convention name matching.
False by default.
public static bool IncludeStaticProperties
return bool

OverwriteContent public_oe static_oe property

Indicates whether or not the Content of ContentControls should be overwritten by conventional bindings.
False by default.
public static bool OverwriteContent
return bool