Class StyleListItem
StyleListItem
Inheritance
System.Object
StyleListItem
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.Styles
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class StyleListItem : UserControl, IComponentConnector
Constructors
StyleListItem()
Declaration
public StyleListItem()
Fields
ShowPreviewProperty
Declaration
public static readonly DependencyProperty ShowPreviewProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ShowPreview
Declaration
public bool ShowPreview { get; set; }
Property Value
System.Boolean
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Events
DeleteClick
Declaration
public event EventHandler<RoutedEventArgs> DeleteClick
Event Type
System.EventHandler<System.Windows.RoutedEventArgs>
|
ExecuteClick
Declaration
public event EventHandler<RoutedEventArgs> ExecuteClick
Event Type
System.EventHandler<System.Windows.RoutedEventArgs>
|
ModifyClick
Declaration
public event EventHandler<RoutedEventArgs> ModifyClick
Event Type
System.EventHandler<System.Windows.RoutedEventArgs>
|