Version

GridViewFieldLayoutTemplateGenerator Class Members

The following tables list the members exposed by GridViewFieldLayoutTemplateGenerator.

Public Constructors
 NameDescription
Public ConstructorGridViewFieldLayoutTemplateGenerator ConstructorInitializes a new instance of the GridViewFieldLayoutTemplateGenerator class  
Public Properties
 NameDescription
Public PropertyCellPresentationOverridden. Returns the layout mode (read-only)  
Public PropertyDefaultAutoArrangeCellsOverridden. Return the default layout for field's  
Public PropertyDefaultCellContentAlignmentOverridden. Returns the default label alignment  
Public PropertyFieldLayoutReturns the field layout (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertyGeneratedHeaderTemplateReturns the generate template for a separate header area (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertyGeneratedRecordContentAreaTemplateReturns the generate style for the item (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertyGeneratedSummaryCellAreaTemplateReturns the generated style for the item (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertyGeneratedSummaryRecordContentAreaTemplateReturns the generated style for the item (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertyGeneratedSummaryVirtualCellAreaTemplateReturns the generated style for the item (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertyGeneratedVirtualRecordContentAreaTemplateReturns the generate style for the item (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertyHasLogicalOrientationOverridden. Returns whether the generator has a logical orientation.  
Public PropertyHasSeparateHeaderReturns true if a separate header was generated for labels (read-only) (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertyLogicalOrientationOverridden. Returns the orientation for gridview layouts.  
Public PropertyOrientationGets/sets the orientation of the layout (e.g. 'Vertical' means that the fields are lined up verticially).  
Public PropertyPrimaryFieldDefaultCellContentAlignmentReturns the default label alignment for the primary field (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public PropertySupportsLabelHeadersReturns true if the panel supports label headers (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Protected Properties
 NameDescription
Protected PropertyDefaultAutoArrangePrimaryFieldReservationOverridden. Returns the default AutoArrangePrimaryFieldReservation  
Public Methods
 NameDescription
Public MethodGenerateTemplatesGenerates an item style (and optionally a header style) based on the specified layout (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
Public MethodGetRecordNavigationDirectionFromCellNavigationDirectionOverridden. Returns the PanelNavigationDirection value that should be used to navigate to an adjacent record when the specified cell navigation direction is used and a suitable target cell cannot be found in the current record.  
Public MethodInvalidateGeneratedTemplatesSets a dirty flag so that the next time either of the generated styles are requested they will be regenerated. (Inherited from Infragistics.Windows.DataPresenter.FieldLayoutTemplateGenerator)
See Also