Click or drag to resize

DataGrid Properties

The DataGrid type exposes the following members.

Properties
  NameDescription
Public propertyAppName
AppName is Module name resp class name
(Inherited from AppStandardDataItemClass.)
Public propertyClientID
Gives client ID by user of the app used. Set of UserThisApp
(Inherited from AppStandardDataItemClass.)
Public propertyConnectionString
Gives database connection string of the app used
(Inherited from ConnectorDataItemClass.)
Public propertyCode exampleDataGridView
Gives translated standard DataGridView with this properties AppName, TableName, UserName and ClientID
(Inherited from AppStandardDataItemClass.)
Protected propertyDB
Database object. Sets with method SetDB.
(Inherited from ConnectorDataItemClass.)
Public propertyDictionaryUI
Gives Dictionary for UI.
(Inherited from AppStandardDataItemClass.)
Public propertyLanguageOut
Gives language for UI from User. Can't setting then set default DE
(Inherited from AppStandardDataItemClass.)
Public propertyNameUnchanged
Flag no change value in field Name Default: false
(Inherited from ConnectorDataItemClass.)
Public propertyNameUnique
Flag whether Name unique Default: false
(Inherited from ConnectorDataItemClass.)
Public propertyPermissions
Gives permissions by User and Module
(Inherited from AppStandardDataItemClass.)
Protected propertyProvider
Gives data provider type back.
(Inherited from ConnectorDataItemClass.)
Public propertyRecordStandard
Which data items read from database? All, active or archived records.
(Inherited from ConnectorDataItemClass.)
Public propertySortDirectionStandard
Standard sort direction by sort field for example method GeAll
(Inherited from ConnectorDataItemClass.)
Public propertySortFieldStandard
Standard sort field for example method GeAll
(Inherited from ConnectorDataItemClass.)
Public propertyTableName
usually TableName equal AppName
(Inherited from AppStandardDataItemClass.)
Public propertyToken
Session token, use for check permission and information for User name
(Inherited from AppStandardDataItemClass.)
Public propertyUserName
Gives user name of the app used
(Inherited from ConnectorDataItemClass.)
Public propertyUserThisApp
Gives user data item (SOWIData.Management.User) of the app used. The user is managed by UserName or set by constructor
(Inherited from AppStandardDataItemClass.)
Protected propertyXML
XML object. Sets with method SetDB
(Inherited from ConnectorDataItemClass.)
Top
See Also