Inheritance
System.Object
GridRowHeaderCell
Implements
System.IDisposable
Assembly: Syncfusion.SfGrid.WPF.dll
[ClassReference(IsReviewed = false)]
public class GridRowHeaderCell : GridCell, IDisposable
Constructors
Declaration
public GridRowHeaderCell()
Fields
Declaration
public static readonly DependencyProperty RowErrorMessageProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Declaration
public static readonly DependencyProperty RowIndexProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
Gets or sets row validation error message.
Declaration
public string RowErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets RowIndex of the cell.
Declaration
public int RowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public void ApplyVisualState()
Declaration
public override void OnApplyTemplate()
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
Description |
System.Windows.Automation.Peers.AutomationPeer |
|
Overrides
Declaration
protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Overrides
Declaration
protected override void OnMouseUp(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Overrides
Implements
System.IDisposable