WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollableElement - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollableElement

    Inheritance
    System.Object
    NotifyPropertyChangeHelper
    ScrollableElement
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotifyPropertyChangeHelper.OnPropertyChanged(String)
    NotifyPropertyChangeHelper.PropertyChanged
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Controls.DataPager
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class ScrollableElement : NotifyPropertyChangeHelper, INotifyPropertyChanged, IScrollableElement

    Constructors

    ScrollableElement()

    Declaration
    public ScrollableElement()

    Properties

    Element

    Declaration
    public FrameworkElement Element { get; set; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    ElipsisPosition

    Declaration
    public ElipsisPosition ElipsisPosition { get; set; }
    Property Value
    Type Description
    ElipsisPosition

    Index

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

    IsElipsisElement

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

    IsEnsured

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

    Implements

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