Names of buttons what must be removed from toolbars.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[CategoryAttribute("Appearance")] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [NotifyParentPropertyAttribute(true)] public string[] RemovedButtons { get; set; } |
| Visual Basic (Declaration) |
|---|
<CategoryAttribute("Appearance")> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <NotifyParentPropertyAttribute(True)> _ Public Property RemovedButtons As String() Get Set |