ClassStyleDialogContent
Represents the content of the StyleDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class StyleDialogContent : StyleDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<StyleDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<StyleDialogContext>StyleDialogContentBaseStyleDialogContent
Implements:
Inherited Members
Constructors
StyleDialogContent()
Initializes a new instance of the StyleDialogContent class.
Declaration
public StyleDialogContent()
Fields
IncludeAlignmentProperty
Inlude alignment dependency property.
Declaration
public static readonly DependencyProperty IncludeAlignmentProperty
Field Value
DependencyProperty
IncludeBorderProperty
Include border dependency property.
Declaration
public static readonly DependencyProperty IncludeBorderProperty
Field Value
DependencyProperty
IncludeFillProperty
Include fill dependency property.
Declaration
public static readonly DependencyProperty IncludeFillProperty
Field Value
DependencyProperty
IncludeFontProperty
Include font dependency property.
Declaration
public static readonly DependencyProperty IncludeFontProperty
Field Value
DependencyProperty
IncludeNumberProperty
Include number dependency property.
Declaration
public static readonly DependencyProperty IncludeNumberProperty
Field Value
DependencyProperty
IncludeProtectionProperty
Include protection dependency property.
Declaration
public static readonly DependencyProperty IncludeProtectionProperty
Field Value
DependencyProperty
Properties
AlignmentProperties
Gets the alignment properties.
Declaration
public string AlignmentProperties { get; }
Property Value
The alignment properties.
BorderProperties
Gets the border properties.
Declaration
public string BorderProperties { get; }
Property Value
The border properties.
FillProperties
Gets the fill properties.
Declaration
public string FillProperties { get; }
Property Value
The fill properties.
FontProperties
Gets the font properties.
Declaration
public string FontProperties { get; }
Property Value
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
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
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
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
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
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
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
The value indicating whether the style name text box is enabled.
NumberProperties
Gets the number properties.
Declaration
public string NumberProperties { get; }
Property Value
The number properties.
ProtectionProperties
Gets the protection properties.
Declaration
public string ProtectionProperties { get; }
Property Value
The protection properties.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
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
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
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
protected override void ShowDialogOverride()
Overrides
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements