Class SelectionRowFormat
Represents the SelectionRowFormat class.
Inheritance
System.Object
    SelectionRowFormat
  Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class SelectionRowFormat : INotifyPropertyChangedProperties
AllowBreakAcrossPages
Determines whether the selected rows are allowed to break across pages.
Declaration
public bool? AllowBreakAcrossPages { get; set; }Property Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
Height
Gets or Sets the height of the selected rows.
Declaration
public double Height { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The RowHeight. | 
HeightType
Gets or Sets the HeightType.
Declaration
public HeightType? HeightType { get; set; }Property Value
| Type | 
|---|
| System.Nullable<HeightType> | 
IsHeader
Determines whether the selected rows are header rows.
Declaration
public bool? IsHeader { get; set; }Property Value
| Type | 
|---|
| System.Nullable<System.Boolean> | 
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChangedEvent Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged