TcxStyle.Bitmap Property
Specifies the background bitmap for a control element.
Declaration
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