Interface ISectionColumnsDialog
Defines the basic functionality of the SectionColumnsDialog.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface ISectionColumnsDialog
Methods
ShowDialog(SectionColumnsDialogContext)
Show the dialog.
Declaration
void ShowDialog(SectionColumnsDialogContext context)
Parameters
SectionColumnsDialogContext
context
The context which encapsulate the parameters needed for shown the dialog. |