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