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

FileManagerToolbarRenameButton.CommandName Property

Returns the command name associated with the toolbar rename button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

Returns string: “Rename“.

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