alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ItemsRowHeightsEventArgs

    Provides data for events related to calculating or applying row heights for items, with support for cancellation.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    ItemsRowHeightsEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class ItemsRowHeightsEventArgs : SyncfusionCancelEventArgs

    Constructors

    ItemsRowHeightsEventArgs(Int32, Boolean)

    Declaration
    public ItemsRowHeightsEventArgs(int colIndex, bool isRow)
    Parameters
    Type Name Description
    System.Int32 colIndex
    System.Boolean isRow

    Properties

    Index

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    IsRow

    Declaration
    public bool IsRow { get; set; }
    Property Value
    Type
    System.Boolean

    Value

    Declaration
    public double Value { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved