'Declaration <DescriptionAttribute("Gets or sets a value whether run-time customizing of the command bar is allowed.")> <DefaultValueAttribute()> <CategoryAttribute("Xceed CommandBar")> Public Property AllowCustomize As Boolean
'Usage Dim instance As CommandBar Dim value As Boolean instance.AllowCustomize = value value = instance.AllowCustomize
[Description("Gets or sets a value whether run-time customizing of the command bar is allowed.")] [DefaultValue()] [Category("Xceed CommandBar")] public bool AllowCustomize {get; set;}