Class BaseGridControl
- Namespace
- StockSharp.Xaml.GridControl
- Assembly
- StockSharp.Xaml.dll
The grid control.
public class BaseGridControl : GridControl, IPersistable
- Inheritance
-
BaseGridControl
- Implements
-
IPersistable
- Derived
- Extension Methods
Constructors
BaseGridControl()
Initializes a new instance of the BaseGridControl.
public BaseGridControl()
Fields
AutoScrollProperty
public static readonly DependencyProperty AutoScrollProperty
Field Value
Properties
AutoScroll
Automatically to scroll control on the last row added. The default is off.
public bool AutoScroll { get; set; }
Property Value
ColumnVisibility
Get or set column visibility by index.
public BaseGridControl.ColumnVisibilityHolder ColumnVisibility { get; }
Property Value
PopupMenu
Popup menu.
public PopupMenu PopupMenu { get; }
Property Value
- PopupMenu
Methods
BeginEndUpdate(Action)
DevExpress.Xpf.Grid.DataControlBase.BeginDataUpdate and DevExpress.Xpf.Grid.DataControlBase.EndDataUpdate auto invoke.
public void BeginEndUpdate(Action action)
Parameters
action
ActionAction.
Load(SettingsStorage)
Load settings.
public virtual void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
LoadExpandedState()
Load group state settings.
public void LoadExpandedState()
OnItemsSourceChanged(object, object)
Called when the ItemsSource property changes.
protected override void OnItemsSourceChanged(object oldValue, object newValue)
Parameters
oldValue
objectOld value of the ItemsSource property.
newValue
objectNew value of the ItemsSource property.
OnLoaded(object, RoutedEventArgs)
protected override void OnLoaded(object sender, RoutedEventArgs e)
Parameters
sender
objecte
RoutedEventArgs
Save(SettingsStorage)
Save settings.
public virtual void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Events
DdeErrorHandler
DDE export error handler.
public event Action<Exception> DdeErrorHandler
Event Type
ItemDoubleClick
Event of double-clicking the mouse on the selected item.
public event Action<object, ItemDoubleClickEventArgs> ItemDoubleClick
Event Type
LayoutChanged
Layout changed event.
public event Action LayoutChanged