Class GridDataVisibleColumns
Inheritance
System.Object
GridDataVisibleColumns
Implements
System.IDisposable
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataVisibleColumns : FreezableCollection<GridDataVisibleColumn>, IDisposable
Constructors
GridDataVisibleColumns()
Declaration
public GridDataVisibleColumns()
Properties
IsInSuspend
Declaration
public bool IsInSuspend { get; }
Property Value
Item[String]
Declaration
public GridDataVisibleColumn this[string mappingName] { get; }
Parameters
Type |
Name |
Description |
System.String |
mappingName |
|
Property Value
TableModel
Declaration
public GridDataTableModel TableModel { get; }
Property Value
Methods
ApplyFilter(Boolean)
Declaration
public void ApplyFilter(bool fullRefresh)
Parameters
Type |
Name |
Description |
System.Boolean |
fullRefresh |
|
Dispose()
Declaration
GetMappingNames()
Declaration
public IEnumerable<string> GetMappingNames()
Returns
Type |
System.Collections.Generic.IEnumerable<System.String> |
Move(Int32, Int32)
Declaration
public void Move(int fromIndex, int toIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
fromIndex |
|
System.Int32 |
toIndex |
|
OnCollectionChanged(Object, NotifyCollectionChangedEventArgs)
Declaration
protected void OnCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Collections.Specialized.NotifyCollectionChangedEventArgs |
e |
|
ResumeEvents()
Declaration
public void ResumeEvents()
SuspendEvents()
Declaration
public void SuspendEvents()
Implements
System.IDisposable