バージョン

ColumnStyle 列挙体

UltraGridColumn.Style プロパティを指定する列挙体。
シンタックス
'宣言
 
Public Enum ColumnStyle 
   Inherits System.Enum
public enum ColumnStyle : System.Enum 
メンバ
メンバ解説
Buttonセルの領域全体を占めるボタンのあるボタンスタイル。ユーザーがボタンをクリックすると、ClickCellButtonイベントが発生します。
CheckBoxチェックボックススタイル。
Color色の入力を可能にするスタイル。
Currency通貨値の入力を可能にするスタイル。注: このスタイルはマスキング機能を使用します。全体の桁数と小数点以下の桁数は CurrentCulture を使用して決定されます。UltraGridColumn.MaskInput プロパティを設定することによって、全体の桁数や小数点以下の桁数などを制御することができます。Infragistics.Win.EditorWithMask が使用されます。
CurrencyNonNegative負の値を入力できない点以外は Currency スタイルと同じです。
CurrencyPositiveゼロと負の値を入力できない点以外は Currency スタイルと同じです。
Date日付の入力を可能にするスタイル。ドロップダウンカレンダーを表示するためのドロップダウンボタンが表示されます。日、月、および年部分の順序を制御するには、UltraGridColumn.MaskInput プロパティを設定します。入力可能な最小値と最大値を制御するには、UltraGridColumn.MaxValue プロパティと the UltraGridColumn.MinValue プロパティを使用します。注: このスタイルはマスキング機能を使用します。
DateTime日付と時刻の入力を可能にするスタイル。時刻部分には短い形式の時刻パターンが使用されます。ドロップダウンカレンダーを表示するためのドロップダウンボタンも表示されます。日付と時刻の書式をさらに制御するには、UltraGridColumn.MaskInput プロパティを設定します。入力可能な最小値と最大値を制御するには、UltraGridColumn.MaxValue プロパティと the UltraGridColumn.MinValue プロパティを使用します。注: このスタイルはマスキング機能を使用します。
DateTimeWithoutDropDownドロップダウン ボタンが表示されない点以外は DateTime スタイルと同じです。
DateTimeWithSpinドロップダウン ボタンが表示されない点と、所定の位置にスピン ボタンが表示される点以外は、DateTime スタイルと同じです。スピン ボタンは日付の各部分を増加または減少させるのに使用できます。
DateWithoutDropDownドロップダウン ボタンが表示されない点以外は Date スタイルと同じです。
DateWithSpinドロップダウン ボタンが表示されない点と、所定の位置にスピン ボタンが表示される点以外は、Date スタイルと同じです。スピン ボタンは日付の各部分を増加または減少させるのに使用できます。
Defaultデフォルトスタイルを使用します。デフォルトスタイルは、列のデータ型とその他の列プロパティ設定に基づきます。
Double倍精度浮動小数点値の入力を可能にするスタイル。注: このスタイルはマスキング機能を使用します。全体の桁数と小数点以下の桁数は CurrentCulture の NumberFormatInfo を使用して決定されます。UltraGridColumn.MaskInput プロパティを設定することによって、全体の桁数や小数点以下の桁数などを制御することができます。入力可能な最小値と最大値を制御するには、UltraGridColumn.MaxValue プロパティと the UltraGridColumn.MinValue プロパティを使用します。Infragistics.Win.EditorWithMask が使用されます。
DoubleNonNegativeユーザーが負の数値を入力できない点以外は Double スタイルと同じです。注: このスタイルはマスキング機能を使用します。
DoubleNonNegativeWithSpinスピン ボタンが表示される点以外は DoubleNonNegative スタイルと同じです。
DoublePositiveユーザーがゼロまたは負の数値を入力できない点以外は Double スタイルと同じです。注: このスタイルはマスキング機能を使用します。
DoublePositiveWithSpinスピン ボタンが表示される点以外は DoublePositive スタイルと同じです。
DoubleWithSpinスピン ボタンが表示される点以外は Double スタイルと同じです。
DropDownコンボボックススタイルのドロップダウンです。 ユーザーは テキストボックスの横にある小さなドロップダウンボタンをクリックすることにより、ドロップダウン一覧から 項目を選択します。UltraGridColumn.ValueList プロパティを、ドロップダウンに表示する項目のリストに設定する必要があります。項目リストがなければこのスタイルは効果がありません。
DropDownCalendarドロップダウン矢印のあるドロップダウン カレンダー スタイル。ユーザーがドロップダウン矢印をクリックするとドロップダウン カレンダーが表示され、そこから日付を選択できます。
DropDownListリストスタイルのドロップダウンです。 ユーザーは 小さなドロップダウンボタンをクリックすることにより、ドロップダウンリストから項目を選択します。UltraGridColumn.ValueList プロパティを、ドロップダウンに表示する項目のリストに設定する必要があります。項目リストがなければこのスタイルは効果がありません。
DropDownValidateユーザーがコンボボックスの編集ボックスに値リストの値のいずれとも一致しないテキストを入力できない点以外はDropDownスタイルと同じです。UltraGridColumn.ValueList プロパティを、ドロップダウンに表示する項目のリストに設定する必要があります。項目リストがなければこのスタイルは効果がありません。
Editテキストボックススタイル。
EditButtonテキストボックスとユーザーがクリックできるボタンのある編集ボタンスタイル。
Fontフォントの選択を可能にするスタイル。Infragistics.Win.FontNameEditor が使用されます。
FormattedText列データを書式設定されたテキストとして表示するスタイル。これは編集を許可しません。Infragistics.Win.FormattedLinkLabel.FormattedLinkEditor が使用されます。
FormattedTextEditorこれが同様に編集可能である点を除いて FormattedText と同じです。Infragistics.Win.FormattedLinkLabel.FormattedLinkEditor が使用されます。
ImageInfragistics.Win.EmbeddableImageRenderer を使用してイメージを表示するスタイル。
ImageWithShadowイメージが影付きで表示される点以外は Image スタイルと同じです。
Integer整数値の入力を可能にするスタイル。桁数を制御するには、UltraGridColumn.MaskInput プロパティを設定します。Infragistics.Win.EditorWithMask が使用されます。
IntegerNonNegativeユーザーが負の数値を入力できない点以外は Integer スタイルと同じです。
IntegerNonNegativeWithSpinスピン ボタンが表示される点以外は IntegerNonNegative スタイルと同じです。
IntegerPositiveユーザーがゼロまたは負の数値を入力できない点以外は Integer スタイルと同じです。
IntegerPositiveWithSpinスピン ボタンが表示される点以外は IntegerPositive スタイルと同じです。
IntegerWithSpinスピン ボタンが表示される点以外は Integer スタイルと同じです。
RadioButtonByBandバンド全体で 1 つのセルのみが「チェック」される、列をオプション ボタンとして表示するスタイル。
RadioButtonByRowsCollection各行コレクション バンドで 1 つのセルのみが「チェック」される、列をオプション ボタンとして表示するスタイル。
Time時刻の入力を可能にするスタイル。現在のカルチャの短い形式の時刻パターンが使用されます。時刻書式のさまざまな側面を制御するには、UltraGridColumn.MaskInput プロパティを設定します。入力可能な最小値と最大値を制御するには、UltraGridColumn.MaxValue プロパティと the UltraGridColumn.MinValue プロパティを使用します。注: このスタイルはマスキング機能を使用します。
TimeWithSpinスピン ボタンが表示される点以外は Time スタイルと同じです。スピン ボタンは時刻の各部分を増加または減少させるのに使用できます。
TimeZoneタイムゾーンの選択を可能にするスタイル。Infragistics.Win.TimeZoneEditor が使用されます。
TrackBarTrackBar として列を表示するスタイル。
TriStateCheckBox3ステート チェックボックス スタイル。
URL列データをURLとして表示するスタイル。Infragistics.Win.FormattedLinkLabel.FormattedLinkEditor が使用されます。
解説

このプロパティは便利です。これを使用すると、列の編集スタイルを一般的に使用される編集スタイルのひとつに設定できます。このリストには、使用可能なすべてのスタイルが網羅されているわけではありません。この列挙型に含まれていないスタイルについては、UltraGridColumn.Editor プロパティと、UltraGridColumn オブジェクトが公開しているその他のプロパティ(UltraGridColumn.MinValueUltraGridColumn.MaxValueUltraGridColumn.MinValueExclusiveUltraGridColumn.MaxValueExclusiveUltraGridColumn.MaskInputUltraGridColumn.FormatInfoUltraGridColumn.FormatUltraGridColumn.MaxLengthUltraGridColumn.RegexPattern など)を使用することで目的の列スタイルを実現できます。実際一部のスタイルは、これらのプロパティを設定することで目的の動作を実現しています。たとえば、CurrencyPositive スタイルは、UltraGridColumn.EditorInfragistics.Win.EditorWithMask インスタンスに設定し、UltraGridColumn.MinValueExclusive を 0 に設定します。列スタイルをもっと細かくカスタマイズするのに、このプロパティを設定できます。これは、これらのプロパティが Style プロパティより優先されるためです。

使用例
Imports Infragistics.Shared
Imports Infragistics.Win
Imports Infragistics.Win.UltraWinGrid

  Private Sub Button9_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles button9.Click

      ' If the value list has already been created, then return since we
      ' don't want to recreate it again.
      If Me.ultraGrid1.DisplayLayout.ValueLists.Exists("VL1") Then Return

      ' Create a value list with the key of VL1.
      Dim valueList As valueList = Me.ultraGrid1.DisplayLayout.ValueLists.Add("VL1")

      ' Add some items to it. Here the items added have numeric data values and
      ' associated display texts. What the user sees in the cells is the display 
      ' text for these underlying numeric data value. Also when the user modifies
      ' a cell and selects one of the item, what goes in the data source is the
      ' associated numeric value.
      valueList.ValueListItems.Add(1, "One")
      valueList.ValueListItems.Add(2, "Two")
      valueList.ValueListItems.Add(3, "Three")
      valueList.ValueListItems.Add(4, "Four")
      valueList.ValueListItems.Add(5, "Five")

      ' Get the column you want to use the value list in.
      Dim column As UltraGridColumn = Me.ultraGrid1.DisplayLayout.Bands(0).Columns(0)

      ' Now assign the value list to that column.
      column.ValueList = valueList

      ' Optionally set the style of that column to an appropriate drop down style.
      ' DropDownValidate style ensures that the user enters only the values found 
      ' in the value list. 
      column.Style = ColumnStyle.DropDownValidate

      ' When AutoEdit is turned on on a column with value list assigned to it, the
      ' UltraGrid auto-completes the text in the cell as the user types to a matching
      ' item in the value list. This is enabled by default, however you can turn it
      ' off by setting AutoEdit to false.
      column.AutoEdit = False

  End Sub
using Infragistics.Shared;
using Infragistics.Win;
using Infragistics.Win.UltraWinGrid;
using System.Diagnostics;

private void button9_Click(object sender, System.EventArgs e)
{		
	
	// If the value list has already been created, then return since we
	// don't want to recreate it again.
	if ( this.ultraGrid1.DisplayLayout.ValueLists.Exists( "VL1" ) )
		return;

	// Create a value list with the key of VL1.
	ValueList valueList = this.ultraGrid1.DisplayLayout.ValueLists.Add( "VL1" );
	
	// Add some items to it. Here the items added have numeric data values and
	// associated display texts. What the user sees in the cells is the display 
	// text for these underlying numeric data value. Also when the user modifies
	// a cell and selects one of the item, what goes in the data source is the
	// associated numeric value.
	valueList.ValueListItems.Add( 1, "One" );
	valueList.ValueListItems.Add( 2, "Two" );
	valueList.ValueListItems.Add( 3, "Three" );
	valueList.ValueListItems.Add( 4, "Four" );
	valueList.ValueListItems.Add( 5, "Five" );

	// Get the column you want to use the value list in.
	UltraGridColumn column = this.ultraGrid1.DisplayLayout.Bands[0].Columns[0];

	// Now assign the value list to that column.
	column.ValueList = valueList;
	
	// Optionally set the style of that column to an appropriate drop down style.
	// DropDownValidate style ensures that the user enters only the values found 
	// in the value list. 
	column.Style = ColumnStyle.DropDownValidate;

	// When AutoEdit is turned on on a column with value list assigned to it, the
	// UltraGrid auto-completes the text in the cell as the user types to a matching
	// item in the value list. This is enabled by default, however you can turn it
	// off by setting AutoEdit to false.
	column.AutoEdit = false;

}
参照