Class DatePickerPropertiesDialog
Interaction logic for DatePickerPropertiesDialog.xaml
Inheritance
System.Object
DatePickerPropertiesDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class DatePickerPropertiesDialog : ContentControlsConfirmDialog, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, IDatePickerPropertiesDialog, IContentControlPropertiesDialog, IComponentConnector
Constructors
DatePickerPropertiesDialog()
Declaration
public DatePickerPropertiesDialog()
Methods
GetButtonSection()
Gets the button section of the dialog.
Declaration
protected override ButtonSection GetButtonSection()
Returns
ButtonSection
|
Overrides
GetChildSections()
Gets the child dialog sections.
Declaration
protected override IList<DialogConfirmSection> GetChildSections()
Returns
System.Collections.Generic.IList<DialogConfirmSection>
|
Overrides
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Show(ContentControlPropertiesContext)
Shows the dialog.
Declaration
public void Show(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context with which the dialog should be shown. |