C# Class Illusion.ConventionManager

Used to configure the conventions used by the framework to apply bindings and create actions.
Mostra 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_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,System.Windows DefaultItemTemplate
return System.Windows.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