mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-25 10:57:30 +00:00
8 lines
173 B
C#
8 lines
173 B
C#
namespace DevExpress.DevAV.ViewModels {
|
|
public enum CollectionViewKind {
|
|
ListView,
|
|
CardView,
|
|
Carousel,
|
|
MasterDetailView,
|
|
}
|
|
} |