Slicer.CaptionVisible

Slicer.CaptionVisible property

Returns or sets whether the header that displays the slicer Caption is visible the default value is true

public bool CaptionVisible { get; set; }

Examples


[C#]

slicer.CaptionVisible = true;

See Also