Class SectionColumnsDialogViewModel
The view model of Section
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.SectionColumns
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SectionColumnsDialogViewModel : ViewModelBase, INotifyPropertyChanged
Constructors
SectionColumnsDialogViewModel()
Declaration
public SectionColumnsDialogViewModel()
Properties
ApplyChangesCommand
Declaration
public ICommand ApplyChangesCommand { get; }
Property Value
System.
|
CancelChangesCommand
Declaration
public ICommand CancelChangesCommand { get; }
Property Value
System.
|
ColumnsCount
Declaration
public int ColumnsCount { get; set; }
Property Value
System.
|
ColumnsItemsSource
Declaration
public ObservableCollection<SectionColumnDataViewModel> ColumnsItemsSource { get; set; }
Property Value
System.
|
EqualColumnWidth
Declaration
public bool EqualColumnWidth { get; set; }
Property Value
System.
|
HasLineBetween
Declaration
public bool HasLineBetween { get; set; }
Property Value
System.
|
MaxColumnsCount
Declaration
public int MaxColumnsCount { get; }
Property Value
System.
|
SelectedSectionColumnsLayout
Gets or sets the predefined selected section columns layout.
Declaration
public Nullable<SectionColumnsLayout> SelectedSectionColumnsLayout { get; set; }
Property Value
System.
|
Methods
GetSectionColumnsCollection()
Declaration
public SectionColumnCollection GetSectionColumnsCollection()
Returns
InitializeViewModel(SectionColumnCollection, Double, Double)
Declaration
public void InitializeViewModel(SectionColumnCollection collection, double pageWidth, double pageMargin)
Parameters
Section
|
System.
|
System.
|
Events
ApplyChangesRequested
Declaration
public event EventHandler ApplyChangesRequested
Event Type
System.
|
CancelChangesRequested
Declaration
public event EventHandler CancelChangesRequested
Event Type
System.
|