# Splitter Color

## Content



The GanttView control consists of two grids separated by a resize-able splitter.

![Displays customized splitter in the GanttView.](https://cdn.mescius.io/document-site-files/images/7e40233e-00f6-4cd8-af13-0764ef4e9235/images/splittercolorganttview.png)

You can change the color of the splitter by using the **SplitterColor** property of the **C1GanttView** class.<br />Use the below code snippet to modify the color of the splitter in the GanttView.

```csharp
//Set splitter color
c1GanttView1.SplitterColor = Color.Red;
```