Class StyleDialogContent
Represents the content of the StyleDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class StyleDialogContent : StyleDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<StyleDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged
Constructors
StyleDialogContent()
Fields
IncludeAlignmentProperty
Inlude alignment dependency property.
Declaration
public static readonly DependencyProperty IncludeAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
IncludeBorderProperty
Include border dependency property.
Declaration
public static readonly DependencyProperty IncludeBorderProperty
Field Value
System.Windows.DependencyProperty
|
IncludeFillProperty
Include fill dependency property.
Declaration
public static readonly DependencyProperty IncludeFillProperty
Field Value
System.Windows.DependencyProperty
|
IncludeFontProperty
Include font dependency property.
Declaration
public static readonly DependencyProperty IncludeFontProperty
Field Value
System.Windows.DependencyProperty
|
IncludeNumberProperty
Include number dependency property.
Declaration
public static readonly DependencyProperty IncludeNumberProperty
Field Value
System.Windows.DependencyProperty
|
IncludeProtectionProperty
Include protection dependency property.
Declaration
public static readonly DependencyProperty IncludeProtectionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AlignmentProperties
Gets the alignment properties.
Declaration
public string AlignmentProperties { get; }
Property Value
System.String
The alignment properties. |
BorderProperties
Gets the border properties.
Declaration
public string BorderProperties { get; }
Property Value
System.String
The border properties. |
FillProperties
Gets the fill properties.
Declaration
public string FillProperties { get; }
Property Value
System.String
The fill properties. |
FontProperties
Gets the font properties.
Declaration
public string FontProperties { get; }
Property Value
System.String
The font properties. |
IncludeAlignment
Gets or sets a value indicating whether alignment should be included in the style.
Declaration
public bool IncludeAlignment { get; set; }
Property Value
System.Boolean
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
public bool IncludeBorder { get; set; }
Property Value
System.Boolean
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
public bool IncludeFill { get; set; }
Property Value
System.Boolean
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
public bool IncludeFont { get; set; }
Property Value
System.Boolean
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
public bool IncludeNumber { get; set; }
Property Value
System.Boolean
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
public bool IncludeProtection { get; set; }
Property Value
System.Boolean
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
public bool IsStyleNameTextBoxEnabled { get; set; }
Property Value
System.Boolean
The value indicating whether the style name text box is enabled. |
NumberProperties
Gets the number properties.
Declaration
public string NumberProperties { get; }
Property Value
System.String
The number properties. |
ProtectionProperties
Gets the protection properties.
Declaration
public string ProtectionProperties { get; }
Property Value
System.String
The protection properties. |
StyleName
Gets or sets the name of the style.
Declaration
public string StyleName { get; set; }
Property Value
System.String
The name of the style. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown 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
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
The System.Windows.Input.KeyEventArgs that contains the event data. |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp 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
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released. |
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|