このクラスのメンバの一覧は、WebDataGridメンバを参照してください。
名前 | 解説 | |
---|---|---|
AccessKey | Gets or sets the access key that allows you to quickly navigate to the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
AjaxIndicator | ajax インジケーターに関連するプロパティのコンテナーへの参照を取得します。 | |
AltItemCssClass | 代わりの(インデックスを持つ)行で使用される CSS クラス名。 | |
AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. System.Web.UI.Controlから継承されます。 | |
Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. System.Web.UI.WebControls.WebControlから継承されます。 | |
AutoGenerateColumns | データ バインディングの処理中にグリッドが列を自動的に生成するかどうかを定義します。 | |
AutoPostBackFlags | グリッドの DataGridAutoPostBackFlags を返します。 | |
BackColor | Gets or sets the background color of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
BehaviorEvents | 動作消費のために起動されたイベントのセット。 | |
Behaviors | グリッドの動作のすべてを含みます。 | |
BorderColor | Gets or sets the border color of the Web control. System.Web.UI.WebControls.WebControlから継承されます。 | |
BorderStyle | Gets or sets the border style of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
BorderWidth | Gets or sets the border width of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
CellSpacing | オーバーライドされます。 グリッドのセル間でピクセル数を決定します。 | |
ClientBindingDataContext | WebServices にバインドするときに、サービス URI、操作名、および web サービス定義へのパスを設定するために、このプロパティを使用する必要があります。 | |
ClientBindingSettings | ClientBinding 設定は各フィールドで OneWay または TwoWay バインディング モードを含みます。生成したクライアント側のテンプレートで直接に設定できるコンバーター関数または特別な表現も含みます。 | |
ClientEvents | GridClientEvents への参照を取得します。 | |
ClientID | Gets the control ID for HTML markup that is generated by ASP.NET. System.Web.UI.Controlから継承されます。 | |
ClientIDMode | Gets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property. System.Web.UI.Controlから継承されます。 | |
ClientRenderingTemplate | クライアントの描画テンプレートを取得または設定します。(ここに定義されない場合、プロジェクトがビルドされません。) | |
Columns | グリッド列の定義を含みます。 | |
Controls | Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. System.Web.UI.Controlから継承されます。 | |
ControlStyle | Gets the style of the Web server control. This property is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。 | |
ControlStyleCreated | Gets a value indicating whether a System.Web.UI.WebControls.Style object has been created for the System.Web.UI.WebControls.WebControl.ControlStyle property. This property is primarily used by control developers. System.Web.UI.WebControls.WebControlから継承されます。 | |
CssClass | Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. System.Web.UI.WebControls.WebControlから継承されます。 | |
CustomAJAXResponse | AJAX の応答としてクライアントに渡される値のコンテナー。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
DataKeyFields | 表示されるデータのデータキーを含みます。 Infragistics.Web.UI.GridControls.BaseGridから継承されます。 | |
DataMember | Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items. System.Web.UI.WebControls.DataBoundControlから継承されます。 | |
DataSource | オーバーライドされます。 データ バインド コントロールがデータ項目のリストを取得するオブジェクトを取得または設定します。 | |
DataSourceID | オーバーライドされます。 データ バインド コントロールがデータ項目のリストを取得するコントロールの ID を取得または設定します。 | |
DataSourceObject | Gets an object that implements the System.Web.UI.IDataSource interface, which provides access to the object's data content. System.Web.UI.WebControls.DataBoundControlから継承されます。 | |
DefaultColumnWidth | 幅が設定されていないすべての列に適用されるデフォルトの列の幅。 | |
DeferLoadPostDataProcessing | クライアント側の変更の処理を LoadPostData イベントから RaisePostDataChangedEvent に遅延します。 | |
EditorProviders | エディター プロバイダー コレクション。 | |
EmptyRowsTemplate | 空のグリッド テンプレートへの参照。 | |
EmptyRowsTemplateContainer | 空のグリッド テンプレートのコンテナー コントロール。テンプレートのインスタンス化の間に初期化されます。 | |
EnableAjax | サーバー側の操作が必要な時に、グリッドが Ajax ポストを実行すべきかどうかを決定します。 | |
EnableAjaxViewState | プロパティがこのコントロールの非同期のポストバックのときに変更された場合、ページのコントロールのビューステートを保持できるように取得または設定します。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
EnableClientRendering | クライアントで最終 HTML のクライアント テンプレートの生成および描画を有効にします。 | |
Enabled | ASP.NET AJAX コントロールが有効かどうかを示す値を取得または設定します。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
EnableDataViewState | データの分離およびグリッドの表示をオンにします。プロパティが False である場合、すべてのポスト バックでグリッドはデータ ソースからデータを要求します。これはページ化されたグリッドにも適用されるので、ページが切り替わると、グリッドはデータ ソースに 2 度クエリを実行します:1 度は現在のページで、もう 1 度は新しいページです。プロパティが True の場合、最初の読み込みで一度データが要求されます。ページングが有効の場合、現在のページだけが表示状態に置かれます。これはページが切り替わるとグリッドがデータの新しいページを要求するという意味です。 | |
EnableEmbeddedJavaScript | コントロールの埋め込み JavaScript を読み込むことを指示します。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
EnableRelativeLayout | グリッドのスクロール可能な要素のスタイルに「position:relative」を追加します。この設定は、グリッドのテンプレートが HTML 要素で position:relative を使用するコントロールをホストします。 | |
EnableTheming | Gets or sets a value indicating whether themes apply to this control. System.Web.UI.WebControls.WebControlから継承されます。 | |
EnableViewState | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. System.Web.UI.Controlから継承されます。 | |
ErrorMessage | 何かが発生した場合にはエラー メッセージを含みます。表示するためにエラー テンプレートから使用できます。 | |
ErrorStackTrace | エラーが発生した場合は、このエラーのスタック トレースを含みます。表示するためにエラー テンプレートから使用できます。 | |
ErrorTemplate | ErrorTemplate への参照。 | |
ErrorTemplateContainer | エラー テンプレートのコンテナー コントロール。テンプレートのインスタンス化の間に初期化されます。 | |
Font | Gets the font properties associated with the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
FooterCaptionCssClass | フッターに使用する CSS クラス名です。 | |
ForeColor | Gets or sets the foreground color (typically the color of the text) of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
HasAttributes | Gets a value indicating whether the control has attributes set. System.Web.UI.WebControls.WebControlから継承されます。 | |
HasColumns | 列コレクションが作成されたかどうかを示します。 | |
HasDataSource | グリッドがそれに指定されたデータ ソースを持つかどうかを示します。 Infragistics.Web.UI.GridControls.BaseGridから継承されます。 | |
HasEmptyRowsTemplate | グリッドが空のテンプレートを持つかどうか、そしてインスタンス化されるかどうかを示します。 | |
HasErrorTemplate | グリッドがエラー テンプレートを持つかどうか、そしてインスタンス化されるかどうかを示します。 | |
HeaderCaptionCssClass | ヘッダーに使用する CSS クラス名です。 | |
Height | Gets or sets the height of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
ID | Gets or sets the programmatic identifier assigned to the server control. System.Web.UI.Controlから継承されます。 | |
InsecureSubmitTokens | 安全ではない文字列のリストを配列として取得または設定します。 このプロパティは、アプリケーションでスクリプトの脆弱性を回避します。要求がクライアントから来て隠しフィールドの値に安全ではないトークンが含まれている時、クライアントの変更は破棄されます。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
InsecureSubmitTokensAsString | 「|」の文字によって分離された安全ではない文字列のリストを取得または設定します。 そのプロパティは、スクリプトの脆弱性からアプリケーションを保護するために設計されています。要求がクライアントから来て隠しフィールドの値に安全ではないトークンが含まれている時、クライアントの変更は破棄されます。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
ItemCssClass | セルに使用する CSS クラス名です。 | |
ItemType | Gets or sets the name of the data item type for strongly typed data binding. System.Web.UI.WebControls.DataBoundControlから継承されます。 | |
NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same System.Web.UI.Control.ID property value. System.Web.UI.Controlから継承されます。 | |
OptimizeCollectionsState | コレクション クライアントの状態は ViewState に保存されることになるため、ポストバック時にクライアント側のコレクションがクライアントから送られることはなくなります。これを設定すると、ページ サイズは ViewState の分だけ大きくなりますが、コレクションの状態がクライアントからアップロードされることがなくなるため、ポストバック時間は大幅に短くなります。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
Page | Gets a reference to the System.Web.UI.Page instance that contains the server control. System.Web.UI.Controlから継承されます。 | |
Parent | Gets a reference to the server control's parent control in the page control hierarchy. System.Web.UI.Controlから継承されます。 | |
Renderer | Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
RenderingCompatibility | Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with. System.Web.UI.Controlから継承されます。 | |
Rows | グリッドの行コレクション。 | |
RunBot | Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
ScrollLeft | グリッドが水平方向にスクロールされるピクセルの数。 | |
ScrollTop | グリッドが垂直方向にスクロールされるピクセルの数。 | |
SelectMethod | The name of the method to call in order to read data. System.Web.UI.WebControls.DataBoundControlから継承されます。 | |
ShowFooter | WebDataGrid に列フッターの表示をするかどうかを決定します。 | |
ShowHeader | WebDataGrid に列ヘッダーの表示をするかどうかを決定します。 | |
Site | Gets information about the container that hosts the current control when rendered on a design surface. System.Web.UI.Controlから継承されます。 | |
SkinID | Gets or sets the skin to apply to the control. System.Web.UI.WebControls.WebControlから継承されます。 | |
Style | Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
StyleSetName | このコントロールのテーマ化された外観を定義する Application Styling Framework (tm) スタイルセットの名前。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
StyleSetPath | コントロールのこのタイプの Application Styling Framework(tm) スタイルセット ファイルを含むパス。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
SupportsDisabledAttribute | Gets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's System.Web.UI.WebControls.WebControl.IsEnabled property is false. System.Web.UI.WebControls.BaseDataBoundControlから継承されます。 | |
TabIndex | Gets or sets the tab index of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 | |
TemplateControl | Gets or sets a reference to the template that contains this control. System.Web.UI.Controlから継承されます。 | |
Templates | Item.TemplateId プロパティを ItemTemplate の ID に設定することによって、派生した Control 内の項目で共有できる ItemTemplate オブジェクトのインスタンスを含む ControlCollection を取得します。 Infragistics.Web.UI.GridControls.BaseGridから継承されます。 | |
TemplateSourceDirectory | Gets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. System.Web.UI.Controlから継承されます。 | |
UniqueID | Gets the unique, hierarchically qualified identifier for the server control. System.Web.UI.Controlから継承されます。 | |
ValidateRequestMode | Gets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values. System.Web.UI.Controlから継承されます。 | |
ViewStateMode | Gets or sets the view-state mode of this control. System.Web.UI.Controlから継承されます。 | |
Visible | オーバーライドされます。 ページ上でサーバーコントロールをUIとして描画するかどうかを示す値を取得または設定します。 | |
Width | Gets or sets the width of the Web server control. System.Web.UI.WebControls.WebControlから継承されます。 |
名前 | 解説 | |
---|---|---|
Adapter | Gets the browser-specific adapter for the control. System.Web.UI.Controlから継承されます。 | |
ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. System.Web.UI.Controlから継承されます。 | |
ClientIDSeparator | Gets a character value representing the separator character used in the System.Web.UI.Control.ClientID property. System.Web.UI.Controlから継承されます。 | |
Events | Gets a list of event handler delegates for the control. This property is read-only. System.Web.UI.Controlから継承されます。 | |
HasBehaviors | 動作コレクションが null 値に初期化されなかったかどうかを返します。 | |
HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. System.Web.UI.Controlから継承されます。 | |
IdSeparator | Gets the character used to separate control identifiers. System.Web.UI.Controlから継承されます。 | |
Initialized | Gets a value indicating whether the data-bound control has been initialized. System.Web.UI.WebControls.BaseDataBoundControlから継承されます。 | |
IsBoundUsingDataSourceID | Gets a value indicating whether the System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID property is set. System.Web.UI.WebControls.BaseDataBoundControlから継承されます。 | |
IsDataBinding | 現在、グリッドがデータ バインディングを行っているかどうかを示します。これは、ContainerGrid がアクセスできるように、プロパティとして作成されました。 | |
IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. System.Web.UI.Controlから継承されます。 | |
IsUsingModelBinders | Gets a value that indicates whether model binding is in use. System.Web.UI.WebControls.DataBoundControlから継承されます。 | |
LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by System.Web.UI.Control.ID instead of index. System.Web.UI.Controlから継承されます。 | |
RequiresDataBinding | System.Web.UI.WebControls.BaseDataBoundControl.DataBind メソッドを呼び出すかどうかを示す値を取得または設定します。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
SelectArguments | Gets a System.Web.UI.DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control. System.Web.UI.WebControls.DataBoundControlから継承されます。 | |
SkipInitializeRow | InitializeRow が開発者によって処理されるかどうかを返します。 | |
StyleBot | StyleBot クラスによって提供されるスタイル サポート サービスへのアクセスをコントロールに提供します。これらのサービスをコントロール自体から分離することで、提供されるサービスから利益を得るために特定のコントロールが固有の基本クラスから継承しなければならないという要件はありません。 Infragistics.Web.UI.Framework.Data.FlatDataBoundControlから継承されます。 | |
TagKey | Gets the System.Web.UI.HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。 | |
TagName | Gets the name of the control tag. This property is used primarily by control developers. System.Web.UI.WebControls.WebControlから継承されます。 | |
TreatEditorProvidersAsCallBack | EditorProviders は、コントロールがコールバックを処理しているとして扱われる場合には、True を返します。 | |
ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. System.Web.UI.Controlから継承されます。 | |
ViewStateIgnoresCase | Gets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive. System.Web.UI.Controlから継承されます。 | |
XPathChildren | XPath 子のリストを返します。 Infragistics.Web.UI.GridControls.BaseGridから継承されます。 |