Class SelectionRowFormat
Represents the SelectionRowFormat class.
Inheritance
System.Object
SelectionRowFormat
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class SelectionRowFormat : Object, INotifyPropertyChanged
Properties
AllowBreakAcrossPages
Determines whether the selected rows are allowed to break across pages.
Declaration
public Nullable<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 Nullable<HeightType> HeightType { get; set; }
Property Value
Type |
---|
System.Nullable<HeightType> |
IsHeader
Determines whether the selected rows are header rows.
Declaration
public Nullable<bool> IsHeader { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged