Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

FileManagerToolbarDeleteButton.CommandName Property

Returns the command name associated with the toolbar delete button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public override string CommandName { get; }

Property Value

Type Default Description
String String.Empty

Returns string: “Delete“.

Remarks

You cannot change the CommandName property for a default file manager toolbar item.

Therefore, this property is overridden to set a particular command name and to prevent the CommandName property from appearing in Microsoft Visual Studio designer tools.

See Also