mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-25 19:07:30 +00:00
12 lines
396 B
C#
12 lines
396 B
C#
namespace DevExpress.DevAV.ViewModels {
|
|
partial class QuoteViewModel {
|
|
}
|
|
public partial class SynchronizedQuoteViewModel : QuoteViewModel {
|
|
protected override bool EnableSelectedItemSynchronization {
|
|
get { return true; }
|
|
}
|
|
protected override bool EnableEntityChangedSynchronization {
|
|
get { return true; }
|
|
}
|
|
}
|
|
} |