Attributes

AutoListHeader

AutoListHeader attribute provides meta information for AutoList how to generate columns. Every property which needs to be shown in the list must be decorated with this attribute. You can append this attribute multiple times with different UniqueListIdentifier.

Properties

AutoListItemsSource

AutoListItemsSource attribute provides meta information for AutoList which AutoListHeader has to be taken during column generation.

Properties

AuotListEnumMemberTranslator

It helps you to display enum values in the list. But instead of showing enum names you can define a custom human readable text.

Properties