New to Telerik UI for WPFStart a free 30-day trial

Represents base for the fill tab context classes.

Definition

Constructors

Initializes a new instance of the FillTabContextBase class.

C#
protected FillTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

cellStyleCellStyle

The cell style.

Initializes a new instance of the FillTabContextBase class.

C#
protected FillTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

differentialFormattingDifferentialFormatting

The differential formatting for the condittional formatting.

Properties

Fill

IFill

Gets or sets the fill.

C#
public IFill Fill { get; set; }
Property Value:

The fill.

Implements: IFillTabContext.Fill