Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not prohibited to specify different classes in XAML partial declarations. However, it may not be recommended as it can sometimes cause confusion or issues with code readability and maintainability. It is generally better to use partial classes to split the implementation of a single class across multiple files, rather than to define different classes in different file parts.