mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-25 10:57:30 +00:00
7 lines
167 B
C#
7 lines
167 B
C#
namespace DevExpress.DevAV.ViewModels {
|
|
public enum CollectionViewMasterDetailLayout {
|
|
Horizontal,
|
|
Vertical,
|
|
DetailHidden,
|
|
}
|
|
} |