FlexPivotSlicer provides various options that allows you to customize the appearance of the slicer and its elements. You can customize the appearance of the control by using Styles property of the C1FlexPivotSlicer class. The Style property is of SlicerStyles type which provides several properties to handle the styling of the control and the control elements.
The FlexPivotSlicer allows you to use the Common property which can be used to customize the overall appearance of the Slicer control. The Common property is of ICommonStyle type which is implemented by the CommonStyle class. Other than this, you can set the background and foreground color of the FlexPivotSlicer control by using the BackColor and ForeColor properties respectively.
Use the following code snippet to customize the appearance of the FlexPivotSlicer control.
To customize the appearance of the FlexPivotSlicer header, you can use the Header property.
The following code snippet showcases the use of the Header property to customize the font, border, button, and alignment of the FlexPivotSlicer Header.
To customize the appearance of the of list that appears in the FlexPivotSlicer control, you can use the Checklist property which is of the type CheckListStyles class.