FluentValidation is designed to validate properties on objects, it isn't really tied to any particular UI technology. So long as you can represent your data in an object form (or as a collection of objects), then FluentValidation should be able to validate it.
Jeremy
Jeremy