Skip to main content
All docs
V18.2

IncrementIndentCommand.ImageName Property

Gets the name of the resource image related to the command.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public override string ImageName { get; }

Property Value

Type Description
String

An image name contained in resources.

Remarks

Use the ImageName property to obtain an image corresponding to a specific command from the project resources.

See Also