このクラスのメンバの一覧は、CardViewメンバを参照してください。
名前 | 解説 | |
---|---|---|
AllowDrop | Gets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation. System.Windows.ContentElementから継承されます。 | |
AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. System.Windows.ContentElementから継承されます。 | |
AreAnyTouchesCapturedWithin | Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. System.Windows.ContentElementから継承されます。 | |
AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. System.Windows.ContentElementから継承されます。 | |
AreAnyTouchesOver | Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. System.Windows.ContentElementから継承されます。 | |
BindingGroup | Gets or sets the System.Windows.Data.BindingGroup that is used for the element. System.Windows.FrameworkContentElementから継承されます。 | |
CommandBindings | Gets a collection of System.Windows.Input.CommandBinding objects that are associated with this element. System.Windows.ContentElementから継承されます。 | |
ContextMenu | Gets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element. System.Windows.FrameworkContentElementから継承されます。 | |
Cursor | Gets or sets the cursor that displays when the mouse pointer is over this element. System.Windows.FrameworkContentElementから継承されます。 | |
DataContext | Gets or sets the data context for an element when it participates in data binding. System.Windows.FrameworkContentElementから継承されます。 | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
Focusable | Gets or sets a value that indicates whether the element can receive focus. System.Windows.ContentElementから継承されます。 | |
FocusVisualStyle | Gets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. System.Windows.FrameworkContentElementから継承されます。 | |
ForceCursor | Gets or sets a value indicating whether this System.Windows.FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's System.Windows.FrameworkContentElement.Cursor property. System.Windows.FrameworkContentElementから継承されます。 | |
HasAnimatedProperties | Gets a value that indicates whether this element has any animated properties. System.Windows.ContentElementから継承されます。 | |
InputBindings | Gets the collection of input bindings that are associated with this element. System.Windows.ContentElementから継承されます。 | |
InputScope | Gets or sets the context for input used by this System.Windows.FrameworkContentElement. System.Windows.FrameworkContentElementから継承されます。 | |
InterRecordSpacingX | オーバーライドされます。 (サイズ変更ロジックに使用されている) X 次元のレコード間のスペース量を返します。 | |
InterRecordSpacingY | オーバーライドされます。 (サイズ変更ロジックに使用されている) Y 次元のレコード間のスペース量を返します。 | |
IsEnabled | Gets or sets a value that indicates whether this element is enabled in the user interface (UI). System.Windows.ContentElementから継承されます。 | |
IsFocused | Gets a value that determines whether this element has logical focus. System.Windows.ContentElementから継承されます。 | |
IsInitialized | Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its System.Windows.FrameworkContentElement.EndInit method called. System.Windows.FrameworkContentElementから継承されます。 | |
IsInputMethodEnabled | Gets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. System.Windows.ContentElementから継承されます。 | |
IsKeyboardFocused | Gets a value that indicates whether this element has keyboard focus. System.Windows.ContentElementから継承されます。 | |
IsKeyboardFocusWithin | Gets a value that indicates whether keyboard focus is anywhere within the element or child elements. System.Windows.ContentElementから継承されます。 | |
IsLoaded | Gets a value indicating whether this element has been loaded for presentation. System.Windows.FrameworkContentElementから継承されます。 | |
IsMouseCaptured | Gets a value that indicates whether the mouse is captured by this element. System.Windows.ContentElementから継承されます。 | |
IsMouseCaptureWithin | Gets a value that determines whether mouse capture is held by this element or by child elements in its element tree. System.Windows.ContentElementから継承されます。 | |
IsMouseDirectlyOver | Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. System.Windows.ContentElementから継承されます。 | |
IsMouseOver | Gets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing). System.Windows.ContentElementから継承されます。 | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。 | |
IsStylusCaptured | Gets a value that indicates whether the stylus is captured to this element. System.Windows.ContentElementから継承されます。 | |
IsStylusCaptureWithin | Gets a value that determines whether stylus capture is held by this element, including child elements and control compositing. System.Windows.ContentElementから継承されます。 | |
IsStylusDirectlyOver | Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. System.Windows.ContentElementから継承されます。 | |
IsStylusOver | Gets a value that indicates whether the stylus is located over this element (including visual child elements). System.Windows.ContentElementから継承されます。 | |
Language | Gets or sets localization/globalization language information that applies to an individual element. System.Windows.FrameworkContentElementから継承されます。 | |
Name | Gets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. System.Windows.FrameworkContentElementから継承されます。 | |
OverridesDefaultStyle | Gets or sets a value indicating whether this element incorporates style properties from theme styles. System.Windows.FrameworkContentElementから継承されます。 | |
Parent | Gets the parent in the logical tree for this element. System.Windows.FrameworkContentElementから継承されます。 | |
Resources | Gets or sets the current locally-defined resource dictionary. System.Windows.FrameworkContentElementから継承されます。 | |
Style | Gets or sets the style to be used by this element. System.Windows.FrameworkContentElementから継承されます。 | |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. System.Windows.FrameworkContentElementから継承されます。 | |
TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. System.Windows.FrameworkContentElementから継承されます。 | |
ToolTip | Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). System.Windows.FrameworkContentElementから継承されます。 | |
TouchesCaptured | Gets all touch devices that are captured to this element. System.Windows.ContentElementから継承されます。 | |
TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. System.Windows.ContentElementから継承されます。 | |
TouchesDirectlyOver | Gets all touch devices that are over this element. System.Windows.ContentElementから継承されます。 | |
TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. System.Windows.ContentElementから継承されます。 | |
ViewSettings | この CardView の CardViewSettings オブジェクトを返すまたは設定します。 |
名前 | 解説 | |
---|---|---|
AutoFitToRecord | DataPresenterBase.AutoFitResolved が true の場合に、DataRecordPresenter のセル領域が RecordPresenter 自体、またはルート RecordListControl に基づいて自動サイズ設定されるかどうかを示すブール値を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
CellPresentation | オーバーライドされます。 各行のセルが FieldLayoutTemplateGenerator でレイアウトされるデフォルトの動作を決定する View によって使用される CellPresentation のタイプを返します。 | |
DefaultAutoArrangeCells | オーバーライドされます。 View のために生成されるフィールド レイアウト テンプレートの AutoArrangeCells のデフォルト値を返します。 | |
DefaultAutoArrangeMaxColumns | フィールド レイアウト テンプレートで自動生成するためにセルの列のデフォルトの最大数を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
DefaultAutoArrangeMaxRows | オーバーライドされます。 フィールド レイアウト テンプレートで自動生成するためにセルの行のデフォルトの最大数を返します。 | |
DefaultAutoFit | オーバーライドされます。 プロパティがデフォルト値の null (VB では Nothing) に設定される場合、DataPresenterBase.AutoFit プロパティのデフォルト値を返します。 | |
DefaultCellClickAction | View のセルのデフォルト CellClickAction を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
DefaultCellContentAlignment | オーバーライドされます。 View の Cell コンテンツにデフォルト CellContentAlignment を返します。 | |
DefaultDataRecordSizingMode | オーバーライドされます。 View のデータ レコードのデフォルト DataRecordSizingMode を返します。 | |
DefaultLabelClickAction | オーバーライドされます。 View のセルのデフォルト LabelClickAction を返します。 | |
DefaultLabelLocation | オーバーライドされます。 View の Field ラベルのデフォルト LabelLocation を返します。 | |
DefaultShouldCollapseCards | オーバーライドされます。 View がカードを縮小するかどうかのデフォルト値を返します。 | |
DefaultShouldCollapseEmptyCells | オーバーライドされます。 View が空の値があるセルを縮小するかどうかのデフォルト値を返します。 | |
DefaultStyleKey | Gets or sets the key to use to find the style template for this control in themes. System.Windows.FrameworkContentElementから継承されます。 | |
HasLogicalOrientation | オーバーライドされます。 この View が特定のサイズで子孫を整列するかどうかを示す値を返します。 | |
HorizontalScrollBarVisibility | 水平方向のスクロールバーがこの View に表示される場合に示す値を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
IsAddNewRecordSupported | DataPresenterBase により AddNew レコードを View に表示できるかどうかを決定します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
IsAutoFitHeightSupported | 各行のセルの高さが調節される場合は True を返します。そうすると、すべてのセルは行で使用できる垂直方向の領域内に収まります。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
IsAutoFitWidthSupported | オーバーライドされます。 各行のセルの幅が調節される場合は True を返します。そうすると、すべてのセルは行で使用できる水平方向の領域内に収まります。 | |
IsChildRecordsDisplayOrderSupported | ビューが、子レコードが親レコードを基準に並べられるコントロールへの機能をサポートする場合は true を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
IsCrossLevelSelectionSupported | オーバーライドされます。 ビューがインデント レベルをまたがるレコードまたはセルの範囲を選択する機能をサポートする場合、true を返します。 | |
IsEmptyCellCollapsingSupported | オーバーライドされます。 View は空の値があるセルの縮小をサポートする場合は True を返します。 | |
IsEnabledCore | Gets a value that becomes the return value of System.Windows.ContentElement.IsEnabled in derived classes. System.Windows.ContentElementから継承されます。 | |
IsFilterRecordSupported | オーバーライドされます。 DataPresenterBaseがフィルター レコードを表示する必要がある場合は True を返します。 | |
IsFixedFieldsSupported | DataPresenterBase によりフィールドを UI に固定できる必要がある場合は true を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
IsFixedRecordsSupported | DataPresenterBase によりルート レコードを UI の上または下に固定できる必要がある場合は true を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
IsFixingSupportedForNestedRecords | DataPresenterBase によりレコードが入れ子になっている (ルート以外の) レコードの UI の上に固定できる必要がある場合は true を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
IsGroupBySupported | オーバーライドされます。 DataPresenterBaseがデフォルトで GroupByArea を表示し、レコードのプログラムによるグループ化を許可する場合は True を返します。 | |
IsLogicalFieldHeightResizingAllowed | オーバーライドされます。 DataPresenter UI がこの View で論理的なフィールドの高さをサイズ変更できる場合は True を返します。 | |
IsLogicalFieldWidthResizingAllowed | オーバーライドされます。 DataPresenter UI がこの View で論理的なフィールドの幅をサイズ変更できる場合は True を返します。 | |
IsNestedPanelsSupported | オーバーライドされます。 View が階層的なデータを表示するために入れ子になったパネルをサポートする場合は True を返します。 | |
IsPanningModeSupported | オーバーライドされます。 タッチ対応のシステムで標準のフリック スクロールを有効にするために RecordListControl がその ScrollViewer.PanningMode プロパティを強制すべき場合は True を返します。 | |
IsSummaryRecordSupported | オーバーライドされます。 カルーセル ビューは集計レコードの表示をサポートしないため False を返します。 | |
ItemsPanelType | オーバーライドされます。 リストで項目をレイアウトするために View で使用される ItemsPanel のタイプを返します。 | |
LogicalChildren | Gets an enumerator for the logical child elements of this element. System.Windows.FrameworkContentElementから継承されます。 | |
LogicalOrientation | ビューが特定のディメンションのレイアウトのみサポートする場合、View の System.Windows.Controls.Orientation。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
RecordPresenterContainerType | オーバーライドされます。 View で RecordPresenters のコンテナー (存在する場合) として使用されるタイプを返します。 | |
ShouldDisplayRecordSelectors | オーバーライドされます。 DataPresenterBase が View で各レコードのレコード セレクターを生成および表示する場合、True を返します。 | |
SupportedDataDisplayMode | View でサポートされている DataDisplayMode を示す値を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 | |
VerticalScrollBarVisibility | 垂直方向のスクロールバーがこの View に表示される場合に示す値を返します。 Infragistics.Windows.DataPresenter.ViewBaseから継承されます。 |