Class
FillTabContextBase

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: FillTabContextFillTabContextForStyle

Implements: IFillTabContextIFormatCellsTabContext

Inherited Members FormatCellsTabContextBase.InitContextOverride()FormatCellsTabContextBase.OnPropertyChanged()FormatCellsTabContextBase.SuspendPropertyChangeNotification()FormatCellsTabContextBase.ResumePropertyChangeNotification()FormatCellsTabContextBase.ApplyChangesFromContext()FormatCellsTabContextBase.ApplyChangesFromContextOverride()FormatCellsTabContextBase.RadSpreadsheetFormatCellsTabContextBase.WorksheetEditorFormatCellsTabContextBase.VisibilityFormatCellsTabContextBase.CellStyle

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

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

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 IFillTabContext.Fill