Inheritance
System.Object
ScrollableElement
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfGrid.WPF.dll
public class ScrollableElement : NotifyPropertyChangeHelper, INotifyPropertyChanged, IScrollableElement
Constructors
Declaration
public ScrollableElement()
Properties
Declaration
public FrameworkElement Element { get; set; }
Property Value
Type |
System.Windows.FrameworkElement |
Declaration
public ElipsisPosition ElipsisPosition { get; set; }
Property Value
Declaration
public int Index { get; set; }
Property Value
Declaration
public bool IsElipsisElement { get; set; }
Property Value
Declaration
public bool IsEnsured { get; set; }
Property Value
Implements
System.ComponentModel.INotifyPropertyChanged