ClassSectionColumnDataViewModel
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
SectionColumnDataViewModel(int, double, double?)
Creates new instance of SectionColumnDataViewModel class.
Properties
ColumnId
Gets or sets the Id of the column.
DisplayNumber
Gets the display number for the column.
IsEnabled
Gets or sets the is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
The is enabled.
MaximumSpacingAfter
Gets or sets the maximum spacing after.
MaximumWidth
Gets or sets the maximum column width.
MinimumSpacingAfter
Gets or sets the maximum spacing after.
MinimumWidth
Gets or sets the maximum column width.
SpacingAfter
Gets or sets the spacing after for the column.
Methods
CanDecreaseSpacingAfter(double)
Indicates whether the spacing after can be decreased.
CanDecreaseWidth(double)
Indicates whether the width can be decreased.
OnColumnSpacingChanged(SectionColumnDataChangedEventArgs)
Executes when ColumnSpacing changes.
Declaration
protected virtual void OnColumnSpacingChanged(SectionColumnDataChangedEventArgs e)
Parameters
e
SectionColumnDataChangedEventArgs
Event parameters.
OnColumnWidthChanged(SectionColumnDataChangedEventArgs)
Executes when ColumnWidth changes.
Declaration
protected virtual void OnColumnWidthChanged(SectionColumnDataChangedEventArgs e)
Parameters
e
SectionColumnDataChangedEventArgs
Event parameters.
Events
ColumnSpacingChanged
Occurs when ColumnSpacing changed
Declaration
public event SectionColumnDataViewModel.ValueChangedEventHandler ColumnSpacingChanged
Event Value
ColumnWidthChanged
Occurs when ColumnWidth changed
Declaration
public event SectionColumnDataViewModel.ValueChangedEventHandler ColumnWidthChanged
Event Value