Class FillTabContextForStyle
Represents context for style for the fill tab of the FormatCellsDialog.
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 class FillTabContextForStyle : FillTabContextBase, IFillTabContext, IFormatCellsTabContext
Constructors
FillTabContextForStyle(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the FillTabContextForStyle class.
Declaration
public FillTabContextForStyle(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
The RadSpreadsheet. |
CellStyle
cellStyle
The cell style. |
Methods
ApplyChangesFromContextOverride()
Applies the changes from context override.
Declaration
protected override void ApplyChangesFromContextOverride()
Overrides
InitContextOverride()
Initializes the context override.
Declaration
protected override void InitContextOverride()