Skip to main content

TcxGridLevelOptions.DetailFrameColor Property

Specifies the color of a frame around a View displayed at the detail level.

Declaration

property DetailFrameColor: TColor read; write; default clDefault;

Property Value

Type Default
TColor clDefault

Remarks

Use the DetailFrameColor property to define the color of the frame around a View displayed at the detail level. The DetailFrameWidth property determines the width of this frame.

The following image shows the frame around the detail with a width of 4 pixels and its color set to soft blue ($00FF8000).

The default value of the DetailFrameColor property is clDefault.

See Also