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

Represents the content of the StyleDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
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

Initializes a new instance of the StyleDialogContent class.

C#
public StyleDialogContent()

Fields

IncludeAlignmentProperty

DependencyProperty

Inlude alignment dependency property.

C#
public static readonly DependencyProperty IncludeAlignmentProperty

IncludeBorderProperty

DependencyProperty

Include border dependency property.

C#
public static readonly DependencyProperty IncludeBorderProperty

IncludeFillProperty

DependencyProperty

Include fill dependency property.

C#
public static readonly DependencyProperty IncludeFillProperty

IncludeFontProperty

DependencyProperty

Include font dependency property.

C#
public static readonly DependencyProperty IncludeFontProperty

IncludeNumberProperty

DependencyProperty

Include number dependency property.

C#
public static readonly DependencyProperty IncludeNumberProperty

IncludeProtectionProperty

DependencyProperty

Include protection dependency property.

C#
public static readonly DependencyProperty IncludeProtectionProperty

Properties

Gets the alignment properties.

C#
public string AlignmentProperties { get; }
Property Value:

The alignment properties.

Gets the border properties.

C#
public string BorderProperties { get; }
Property Value:

The border properties.

Gets the fill properties.

C#
public string FillProperties { get; }
Property Value:

The fill properties.

Gets the font properties.

C#
public string FontProperties { get; }
Property Value:

The font properties.

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

C#
public bool IncludeAlignment { get; set; }
Property Value:

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

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

C#
public bool IncludeBorder { get; set; }
Property Value:

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

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

C#
public bool IncludeFill { get; set; }
Property Value:

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

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

C#
public bool IncludeFont { get; set; }
Property Value:

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

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

C#
public bool IncludeNumber { get; set; }
Property Value:

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

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

C#
public bool IncludeProtection { get; set; }
Property Value:

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

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

C#
public bool IsStyleNameTextBoxEnabled { get; set; }
Property Value:

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

Gets the number properties.

C#
public string NumberProperties { get; }
Property Value:

The number properties.

Gets the protection properties.

C#
public string ProtectionProperties { get; }
Property Value:

The protection properties.

Gets or sets the name of the style.

C#
public string StyleName { get; set; }
Property Value:

The name of the style.

Methods

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

C#
public override void OnApplyTemplate()

Overrides: RadSpreadsheetDialogContentBase<StyleDialogContext>.OnApplyTemplate()

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

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.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs that contains the event data.

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.

C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

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

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<StyleDialogContext>.ShowDialogOverride()

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged