Class
StyleDialogContent

Represents the content of the StyleDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class StyleDialogContent : StyleDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<StyleDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<StyleDialogContext>StyleDialogContentBaseStyleDialogContent

Implements: ILocalizableINotifyPropertyChangedIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<StyleDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<StyleDialogContext>.ShowDialog(StyleDialogContext)RadSpreadsheetDialogContentBase<StyleDialogContext>.Show(StyleDialogContext)RadSpreadsheetDialogContentBase<StyleDialogContext>.ShowOverride()RadSpreadsheetDialogContentBase<StyleDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<StyleDialogContext>.Close()RadSpreadsheetDialogContentBase<StyleDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<StyleDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<StyleDialogContext>.HostWindowRadSpreadsheetDialogContentBase<StyleDialogContext>.ContextRadSpreadsheetDialogContentBase<StyleDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

StyleDialogContent()

Initializes a new instance of the StyleDialogContent class.

Declaration

cs-api-definition
public StyleDialogContent()

Fields

IncludeAlignmentProperty

Inlude alignment dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IncludeAlignmentProperty

Field Value

DependencyProperty

IncludeBorderProperty

Include border dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IncludeBorderProperty

Field Value

DependencyProperty

IncludeFillProperty

Include fill dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IncludeFillProperty

Field Value

DependencyProperty

IncludeFontProperty

Include font dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IncludeFontProperty

Field Value

DependencyProperty

IncludeNumberProperty

Include number dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IncludeNumberProperty

Field Value

DependencyProperty

IncludeProtectionProperty

Include protection dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IncludeProtectionProperty

Field Value

DependencyProperty

Properties

AlignmentProperties

Gets the alignment properties.

Declaration

cs-api-definition
public string AlignmentProperties { get; }

Property Value

string

The alignment properties.

BorderProperties

Gets the border properties.

Declaration

cs-api-definition
public string BorderProperties { get; }

Property Value

string

The border properties.

FillProperties

Gets the fill properties.

Declaration

cs-api-definition
public string FillProperties { get; }

Property Value

string

The fill properties.

FontProperties

Gets the font properties.

Declaration

cs-api-definition
public string FontProperties { get; }

Property Value

string

The font properties.

IncludeAlignment

Gets or sets a value indicating whether alignment should be included in the style.

Declaration

cs-api-definition
public bool IncludeAlignment { get; set; }

Property Value

bool

The value indicating whether alignment should be included in the style.

IncludeBorder

Gets or sets a value indicating whether border should be included in the style.

Declaration

cs-api-definition
public bool IncludeBorder { get; set; }

Property Value

bool

The value indicating whether border should be included in the style.

IncludeFill

Gets or sets a value indicating whether fill should be included in the style.

Declaration

cs-api-definition
public bool IncludeFill { get; set; }

Property Value

bool

The value indicating whether fill should be included in the style.

IncludeFont

Gets or sets a value indicating whether font should be included in the style.

Declaration

cs-api-definition
public bool IncludeFont { get; set; }

Property Value

bool

The value indicating whether font should be included in the style.

IncludeNumber

Gets or sets a value indicating whether number should be included in the style.

Declaration

cs-api-definition
public bool IncludeNumber { get; set; }

Property Value

bool

The value indicating whether number should be included in the style.

IncludeProtection

Gets or sets a value indicating whether protection should be included in the style.

Declaration

cs-api-definition
public bool IncludeProtection { get; set; }

Property Value

bool

The value indicating whether protection should be included in the style.

IsStyleNameTextBoxEnabled

Gets or sets a value indicating whether the style name text box is enabled.

Declaration

cs-api-definition
public bool IsStyleNameTextBoxEnabled { get; set; }

Property Value

bool

The value indicating whether the style name text box is enabled.

NumberProperties

Gets the number properties.

Declaration

cs-api-definition
public string NumberProperties { get; }

Property Value

string

The number properties.

ProtectionProperties

Gets the protection properties.

Declaration

cs-api-definition
public string ProtectionProperties { get; }

Property Value

string

The protection properties.

StyleName

Gets or sets the name of the style.

Declaration

cs-api-definition
public string StyleName { get; set; }

Property Value

string

The name of the style.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadSpreadsheetDialogContentBase<StyleDialogContext>.OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnKeyDown(KeyEventArgs)

Invoked when an unhandled  attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs that contains the event data.

OnMouseLeftButtonUp(MouseButtonEventArgs)

Invoked when an unhandled  routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

Declaration

cs-api-definition
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.

ShowDialogOverride()

Called before showing dialog.

Declaration

cs-api-definition
protected override void ShowDialogOverride()

Overrides RadSpreadsheetDialogContentBase<StyleDialogContext>.ShowDialogOverride()

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged