'Declaration <DescriptionAttribute("Indicates if the detail grids should be synchronized.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(False)> Public Property SynchronizeDetailGrids As Boolean
'Usage Dim instance As GridControl Dim value As Boolean instance.SynchronizeDetailGrids = value value = instance.SynchronizeDetailGrids
[Description("Indicates if the detail grids should be synchronized.")] [Category("Behavior")] [ApplyToDesigner(false)] public bool SynchronizeDetailGrids {get; set;}