Class StyleDialogContent
Represents the content of the StyleDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class StyleDialogContent : StyleDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, IAnalyticsProvider, IRadSpreadsheetDialogContent<StyleDialogContext>, IRadSpreadsheetDialogContent, INotifyPropertyChanged
Constructors
StyleDialogContent()
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
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
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
|