menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionRowFormat - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 : INotifyPropertyChanged

    Properties

    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 PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved