Class GeneralSection
Interaction logic for GeneralSection.xaml
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class GeneralSection : DialogConfirmSection, IComponentConnector
Constructors
GeneralSection()
Declaration
public GeneralSection()
Fields
StyleSectionVisibilityProperty
Identifies the StyleSectionVisibility dependency property.
Declaration
public static readonly DependencyProperty StyleSectionVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Context
Gets the context of the dialog.
Declaration
protected override IEditableObject Context { get; }
Property Value
System.ComponentModel.IEditableObject
|
Overrides
StyleSectionVisibility
Gets or sets the visibility of the style section.
Declaration
public Visibility StyleSectionVisibility { get; set; }
Property Value
System.Windows.Visibility
|
Methods
BindToContext(ContentControlPropertiesContext)
Binds the dialog to the provided context.
Declaration
public override void BindToContext(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context to be bound to the control. |
Overrides
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()