StyleDialogContent
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
Initializes a new instance of the StyleDialogContent class.
public StyleDialogContent()
Fields
IncludeAlignmentProperty
DependencyProperty
Inlude alignment dependency property.
public static readonly DependencyProperty IncludeAlignmentProperty
IncludeBorderProperty
DependencyProperty
Include border dependency property.
public static readonly DependencyProperty IncludeBorderProperty
IncludeFillProperty
DependencyProperty
Include fill dependency property.
public static readonly DependencyProperty IncludeFillProperty
IncludeFontProperty
DependencyProperty
Include font dependency property.
public static readonly DependencyProperty IncludeFontProperty
IncludeNumberProperty
DependencyProperty
Include number dependency property.
public static readonly DependencyProperty IncludeNumberProperty
IncludeProtectionProperty
DependencyProperty
Include protection dependency property.
public static readonly DependencyProperty IncludeProtectionProperty
Properties
Gets the alignment properties.
public string AlignmentProperties { get; }
The alignment properties.
Gets the border properties.
public string BorderProperties { get; }
The border properties.
Gets the fill properties.
public string FillProperties { get; }
The fill properties.
Gets the font properties.
public string FontProperties { get; }
The font properties.
Gets or sets a value indicating whether alignment should be included in the style.
public bool IncludeAlignment { get; set; }
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.
public bool IncludeBorder { get; set; }
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.
public bool IncludeFill { get; set; }
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.
public bool IncludeFont { get; set; }
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.
public bool IncludeNumber { get; set; }
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.
public bool IncludeProtection { get; set; }
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.
public bool IsStyleNameTextBoxEnabled { get; set; }
The value indicating whether the style name text box is enabled.
Gets the number properties.
public string NumberProperties { get; }
The number properties.
Gets the protection properties.
public string ProtectionProperties { get; }
The protection properties.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
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.
protected override void OnKeyDown(KeyEventArgs e)
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.
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.
Called before showing dialog.
protected override void ShowDialogOverride()
Overrides:
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: