Class StringFormatEditor
A class that handles the editing for a Value object raised by String
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class StringFormatEditor : DialogEditor
Constructors
StringFormatEditor()
Methods
OnDialogCanExecute(Object)
Checks if the editor can handle the editing of the parameter.
Declaration
protected override bool OnDialogCanExecute(object parameter)
Parameters
System. The parameter. |
Returns
System. True if the parameter could be edited, false - otherwise. |
Overrides
OnDialogExecuted(Object)
Define the Dialogparameter
.
Declaration
protected override DialogInfo OnDialogExecuted(object parameter)
Parameters
System. The object to edit. |
Returns
Dialog The DialogInfo for which a dialog host will be requested. |