New to Telerik UI for WPFStart a free 30-day trial

Defines members for the FormatCellsDialog tabs content classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public interface IFormatCellsTabContent

Derived Classes: AlignmentTabContentBorderTabContentFillTabContentFontTabContentFormatCellsTabContentBase<TContext>NumberTabContentProtectionTabContent...

Properties

Gets or sets a value indicating whether application of changes will be prevented.

C#
bool IsPreventApplyingChanges { get; set; }
Property Value:

The value indicating whether application of changes will be prevented.

Methods

Copies the properties from context.

C#
void CopyPropertiesFromContext(IFormatCellsTabContext context)
Parameters:contextIFormatCellsTabContext

The context.

Copies the properties to context.

C#
void CopyPropertiesToContext(IFormatCellsTabContext context)
Parameters:contextIFormatCellsTabContext

The context.

Called when changes are applying.

C#
void OnApplyingChanges()

Called when the window is closed.

C#
void OnWindowClosed()