C# Class Illusion.ConventionManager

Used to configure the conventions used by the framework to apply bindings and create actions.
Show file Open project: kasicass/kasicass Class Usage Examples

Public Properties

Property Type Description
BooleanToVisibilityConverter IValueConverter
DefaultItemTemplate System.Windows.DataTemplate
IncludeStaticProperties bool
OverwriteContent bool

Property Details

BooleanToVisibilityConverter public static property

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

DefaultItemTemplate public static property

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

IncludeStaticProperties public static 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 static property

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