C# Класс VAGSuite.ctrlAxisEditor

Наследование: DevExpress.XtraEditors.XtraUserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetData ( ) : float[]
SetData ( float data ) : void
ctrlAxisEditor ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
CastCloseEvent ( ) : void
CastSaveEvent ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

gridControl1_Click ( object sender, EventArgs e ) : void
gridView1_ValidatingEditor ( object sender, DevExpress e ) : void
toolStripButton1_Click ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GetData() публичный Метод

public GetData ( ) : float[]
Результат float[]

SetData() публичный Метод

public SetData ( float data ) : void
data float
Результат void

ctrlAxisEditor() публичный Метод

public ctrlAxisEditor ( ) : System
Результат System