Class RowProperties
Interaction logic for RowProperties.xaml
Inheritance
System.Object
RowProperties
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.TableProperties
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RowProperties : UserControl, IComponentConnector
Constructors
RowProperties()
Declaration
public RowProperties()
Methods
FillUI(TablePropertiesEditor, Action<TablePropertiesEditor>, Func<Boolean>)
Declaration
public void FillUI(TablePropertiesEditor tablePropertiesEditor, Action<TablePropertiesEditor> fillParentUI, Func<bool> saveAllChangesCallback)
Parameters
TablePropertiesEditor
tablePropertiesEditor
|
System.Action<TablePropertiesEditor>
fillParentUI
|
System.Func<System.Boolean>
saveAllChangesCallback
|
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
SaveChanges()
Declaration
public bool SaveChanges()
Returns
System.Boolean
|