Represents row of section column.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.SectionColumns
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class SectionColumnDataViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseSectionColumnDataViewModel
Implements:
Inherited Members
Constructors
Creates new instance of SectionColumnDataViewModel class.
Properties
Gets the display number for the column.
public string DisplayNumber { get; }
Gets or sets the is enabled.
public bool IsEnabled { get; set; }
The is enabled.
Gets or sets the maximum spacing after.
public double MaximumSpacingAfter { get; set; }
Gets or sets the maximum column width.
public double MaximumWidth { get; set; }
Gets or sets the maximum spacing after.
public double MinimumSpacingAfter { get; }
Gets or sets the maximum column width.
public double MinimumWidth { get; }
Gets or sets the spacing after for the column.
public double? SpacingAfter { get; set; }
Methods
Executes when ColumnSpacing changes.
protected virtual void OnColumnSpacingChanged(SectionColumnDataChangedEventArgs e)
Event parameters.
Executes when ColumnWidth changes.
protected virtual void OnColumnWidthChanged(SectionColumnDataChangedEventArgs e)
Event parameters.
Events
Occurs when ColumnSpacing changed
public event SectionColumnDataViewModel.ValueChangedEventHandler ColumnSpacingChanged
Occurs when ColumnWidth changed
public event SectionColumnDataViewModel.ValueChangedEventHandler ColumnWidthChanged