BaseGridControl
StockSharp.Xaml.GridControl
The grid control.
继承自: GridControl
实现: IPersistable
构造函数
BaseGridControl()
Initializes a new instance of the BaseGridControl.
属性
AutoScroll : bool
Automatically to scroll control on the last row added. The default is off.
ColumnVisibility : ColumnVisibilityHolder
Get or set column visibility by index.
PopupMenu : PopupMenu
Popup menu.
方法
LoadExpandedState()
Load group state settings.
OnItemsSourceChanged(object, object)
Called when the ItemsSource property changes.
- oldValue
- Old value of the ItemsSource property.
- newValue
- New value of the ItemsSource property.
OnLoaded(object, RoutedEventArgs)
- sender
- e
事件
DdeErrorHandler : Action<Exception>
DDE export error handler.
ItemDoubleClick : Action<object, ItemDoubleClickEventArgs>
Event of double-clicking the mouse on the selected item.
LayoutChanged : Action
Layout changed event.
字段
AutoScrollProperty : DependencyProperty
DependencyProperty for AutoScroll.