Skip to main content

IncrementIndentCommand.ImageName Property

Gets the name of the resource image for a command.

Namespace: DevExpress.XtraRichEdit.Commands

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

Declaration

public override string ImageName { get; }
Public Overrides ReadOnly Property ImageName As String

Property Value

Type Description
String

A string that is the name of an image contained in resources.

Remarks

The ImageName property value is used to obtain an image associated with a command, from resources.

See Also