TcxStyle.Bitmap Property
In This Article
Specifies the background bitmap for a control element.
#Declaration
Delphi
property Bitmap: TBitmap read; write;
#Property Value
Type |
---|
TBitmap |
#Remarks
Use this property to specify the background bitmap for a control element. Setting this property overrides the Color property value.
The following image shows a view with bitmaps assigned to the GroupByBox and Content styles:
When assigning the Bitmap property, the svBitmap flag is automatically activated in the AssignedValues property.
See Also