ChangeFontColorCommand.ImageName Property
In This Article
Gets the name of the resource image for a command.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#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