Class FillTabContextBase
Represents base for the fill tab context classes.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class FillTabContextBase : FormatCellsTabContextBase, IFillTabContext, IFormatCellsTabContext
Constructors
FillTabContextBase(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the FillTabContextBase class.
Declaration
protected FillTabContextBase(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle = null)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
The RadSpreadsheet. |
CellStyle
cellStyle
The cell style. |
Properties
Fill
Gets or sets the fill.
Declaration
public IFill Fill { get; set; }
Property Value
IFill
The fill. |