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.

メソッド

BeginEndUpdate(Action)

BeginDataUpdate and EndDataUpdate auto invoke.

action
Action.
Load(SettingsStorage)

Load settings.

storage
Settings storage.
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.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

イベント

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.