ClassFillTabContextBase
Class
Represents base for the fill tab context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class FillTabContextBase : FormatCellsTabContextBase, IFillTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseFillTabContextBase
Derived Classes:
Implements:
Inherited Members
Constructors
FillTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the FillTabContextBase class.
Declaration
cs-api-definition
protected FillTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
radSpreadsheet
The RadSpreadsheet.
cellStyle
CellStyle
The cell style.
FillTabContextBase(RadSpreadsheet, DifferentialFormatting)
Initializes a new instance of the FillTabContextBase class.
Declaration
cs-api-definition
protected FillTabContextBase(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting = null)
Parameters
radSpreadsheet
The RadSpreadsheet.
differentialFormatting
DifferentialFormatting
The differential formatting for the condittional formatting.
Properties
Fill
Gets or sets the fill.
Declaration
cs-api-definition
public IFill Fill { get; set; }
Property Value
IFill
The fill.
Implements