TdxColorGallery.BorderStyle Property
Specifies the border style of the color gallery control.
Declaration
property BorderStyle; default cxcbsDefault;
Property Value
Type | Default |
---|---|
TcxControlBorderStyle | cxcbsDefault |
Remarks
Refer to the TcxControlBorderStyle type description to learn about available property values.
The default value of the BorderStyle property is cxcbsDefault.
See Also