menu

UWP

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

    Show / Hide Table of Contents

    Class SelectionRowFormat

    Represents the SelectionRowFormat class.

    Inheritance
    System.Object
    SelectionRowFormat
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved