using System; using InABox.DynamicGrid; namespace InABox.Wpf; public interface IMasterDetailSettings { public DynamicSplitPanelView ViewType { get; set; } public double AnchorWidth { get; set; } public Guid MasterID { get; set; } }