Back to Devexpress

IdxActionColorValue Interface

vcl-dxactions-4959be96.md

latest1.0 KB
Original Source

IdxActionColorValue Interface

An empty interface that indicates that the executed end-user command sets a new color for an editable item in a DevExpress control.

Declaration

delphi
IdxActionColorValue = interface(IInterface)

Remarks

This interface exposes no properties and methods. The automatic DevExpress UI generator interprets the Value property’s Variant value as a color (TColor) for a TdxBasicAction class descendant that implements both the IdxActionValue and IdxActionColorValue interfaces.

Inheritance

IInterface IdxActionColorValue

See Also

IdxActionFontNameValue

IdxActionFontSizeValue

dxActions Unit