Skip to main content

ChangeParagraphBackColorCommand.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; }

#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