'Declaration <DescriptionAttribute("The layout of the cells in the GroupByRow.")> <CategoryAttribute("Appearance")> <RefreshPropertiesAttribute(RefreshProperties.All)> <ApplyToDesignerAttribute(True)> Public Property CellLayout As GroupByCellLayout
'Usage Dim instance As GroupByRow Dim value As GroupByCellLayout instance.CellLayout = value value = instance.CellLayout
[Description("The layout of the cells in the GroupByRow.")] [Category("Appearance")] [RefreshProperties(RefreshProperties.All)] [ApplyToDesigner(true)] public GroupByCellLayout CellLayout {get; set;}