<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Infragistics4.Web.v12.2</name>
    </assembly>
    <members>
        <member name="T:Infragistics.InfragisticsFeatureAttribute">
            <summary>
            Indicates an exposed type or member which was added as part of a new feature.
            </summary>
        </member>
        <member name="M:Infragistics.InfragisticsFeatureAttribute.#ctor">
            <summary>
            Creates a new <see cref="T:Infragistics.InfragisticsFeatureAttribute"/> instance.
            </summary>
        </member>
        <member name="P:Infragistics.InfragisticsFeatureAttribute.Exclude">
            <summary>
            Gets or sets the value indicating whether member or type should be excluded from the internal feature documentation.
            </summary>
        </member>
        <member name="P:Infragistics.InfragisticsFeatureAttribute.FeatureName">
            <summary>
            Gets or sets a short name description of the feature.
            </summary>
        </member>
        <member name="P:Infragistics.InfragisticsFeatureAttribute.SubFeatureName">
            <summary>
            Gets or sets a more granular sub-feature name description of the feature.
            </summary>
        </member>
        <member name="P:Infragistics.InfragisticsFeatureAttribute.Version">
            <summary>
            Gets or sets the version in which the feature was added.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.UltraLicenseAttributeBase">
            <summary>
            The abstract base class for our license attribues
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraLicenseAttributeBase.#ctor(System.String)">
            <summary>
            Constructor
            </summary>
            <param name="componentName">The name of the component that will be displayed in the about dialog.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraLicenseAttributeBase.ComponentName">
            <summary>
            Returns the display name of the component (read-only)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraLicenseAttributeBase.LicensedWithProducts">
            <summary>
            Returns an array of UltraProductInfoBase objects.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor">
            <summary>
            A property descriptor for data that was read from a data reader into a DataRecord
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.CanResetValue(System.Object)">
            <summary>
            It is not possible to reset the value
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.GetValue(System.Object)">
            <summary>
            Returns the value of the component based on the internal field name
            </summary>
            <param name="component"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.ResetValue(System.Object)">
            <summary>
            It is not possible to reset the value
            </summary>
            <param name="o"></param>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.SetValue(System.Object,System.Object)">
            <summary>
            It is not possible to set the value
            </summary>
            <param name="o"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.ShouldSerializeValue(System.Object)">
            <summary>
            Should not serialize the value
            </summary>
            <param name="o"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.#ctor(System.String,System.Data.DataTable)">
            <summary>
            Creates a new DataReaderItemPropertyDescriptor
            </summary>
            <param name="name">The name of the field in the schema</param>
            <param name="schemaTable">The schema table for the data adaptor</param>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.ComponentType">
            <summary>
            Returns null
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.IsReadOnly">
            <summary>
            This returns true for read only
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataReaderItemPropertyDescriptor.PropertyType">
            <summary>
            Returns the type of the property
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.DataReaderWebHierarchyData">
            <summary>
                  Exposes a node of a hierarchical data structure, including the node object
                and some properties that describe characteristics of the node. Used specifically for data from a data reader
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchyData">
            <summary>
                  Exposes a node of a hierarchical data structure, including the node object
                and some properties that describe characteristics of the node. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.#ctor(Infragistics.Web.UI.Framework.Data.DataRecord,System.String,Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource)">
            <summary>
            Instantiates a new WebHierarchyData instance. Used internally by WebHierarchicalDataSource control.
            </summary>       
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.#ctor(System.String,Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource)">
            <summary>
            Instantiates a new WebHierarchyData instance from view path. Used internally by WebHierarchicalDataSource control.
            </summary>       
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.AreEqual(System.Object[],System.Object[])">
            <summary>
            Check if two arrays contain equal values. Used by column matching algorithms while detecting relations in parent/child DataViews.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.GetChildren">
            <summary>
            Gets an enumeration object that represents all the child nodes of the current
            hierarchical node.  
            </summary>
            <returns>
             An System.Web.UI.IHierarchicalEnumerable collection of child nodes of the
             current hierarchical node.
             </returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.ToString">
            <summary>
            This is used by consumer controls to denote the type of the item being databound. We need to override this to change the type from WebHierarchyData to
            the actual type of Item (for example DataRowView if bind to DataTable)
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.HasChildren">
            <summary>
             Indicates whether the hierarchical data node that the Infragistics.Web.UI.DataSourceControls.WebHierarchyData
             object represents has any child nodes.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.Path">
             <summary>      
             Gets the hierarchical path of the node.
            
             Returns:
                 A System.String that identifies the hierarchical path relative to the current
                 node.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.Item">
             Summary:
                 Gets the hierarchical data node that the Infragistics.Web.UI.DataSourceControls.WebHierarchyData object
                 represents.
            
             Returns:
                 An System.Object hierarchical data node object.
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.WebHierarchyData.Type">
             Summary:
                 Gets the name of the type of System.Object contained in the System.Web.UI.IHierarchyData.Item
                 property.
            
             Returns:
                 The name of the type of object that the System.Web.UI.IHierarchyData object
                 represents.
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataReaderWebHierarchyData.#ctor(Infragistics.Web.UI.Framework.Data.DataRecord,System.String,Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource,Infragistics.Web.UI.Framework.Data.DataFieldCollection)">
            <summary>
            Instantiates a new WebHierarchyData instance. Used internally by WebHierarchicalDataSource control.
            </summary>       
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.WebProgressBarProps">
            <summary>
            An enumeration of all the properties that <see cref="T:Infragistics.Web.UI.DisplayControls.WebProgressBar">WebProgressBar</see> will send to the client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.Orientation">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Orientation">Orientation</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.FillDirection">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.FillDirection">FillDirection</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.LabelFormatString">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.LabelFormatString">LabelFormatString</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.TokenizedLabelFormatString">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.LabelFormatString">LabelFormatString</see> with tokens.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.LabelAlignment">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.LabelAlignment">LabelAlignment</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.Value">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Value">Value</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.Minimum">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Minimum">Minimum</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.Maximum">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Maximum">Maximum</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.SnapInterval">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.SnapInterval">SnapInterval</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.FillMode">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.SnapInterval">FillMode</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.AnimationThreshold">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.AnimationThreshold">AnimationThreshold</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.AnimationType">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.AnimationType">AnimationType</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.AnimationDuration">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.AnimationDuration">AnimationDuration</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.Tooltip">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.AnimationDuration">AnimationDuration</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.TokenizedTooltipFormatString">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.LabelFormatString">LabelFormatString</see> with tokens.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.WebProgressBarProps.Count">
            <summary>
            The number of properties that will be sent to the client for this control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.ProgressBarRoles">
            <summary>
            Names of the css classes for the progress bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.Control">
            <summary>
            The CSS Class that will be applied to the outer control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.Container">
            <summary>
            The CSS Class that is applied to the containing div.  This should not be altered.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.InnerDiv">
            <summary>
            The CSS Class applied to all divs inside the container.  This should not be altered.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.BaseLabel">
            <summary>
            The CSS Class that will be applied to all labels.  This will ensure consistent behavior across the labels.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.ForegroundLabel">
            <summary>
            The CSS Class that should contain the color of the foreground label (and probably nothing else).
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.BackgroundLabel">
            <summary>
            The CSS Class that should contain the color of the background label (and probably nothing else).
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.Fill_Horiz">
            <summary>
            The CSS Class that will be applied to the fill div.  The background image will be the displayed filled region.
            <para>Applied when <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.Fill_Vert">
            <summary>
            The CSS Class that will be applied to the fill div.  The background image will be the displayed filled region.
            <para>Applied when <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.Background_Horiz">
            <summary>
            The CSS Class that will be applied to the background div.  The background image will be the displayed unfilled region.
            <para>Applied when <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarRoles.Background_Vert">
            <summary>
            The CSS Class that will be applied to the background div.  The background image will be the displayed unfilled region.
            <para>Applied when <see cref="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.ProgressBarLabelAlignment">
            <summary>
            Label alignments defined for the Progress Bar's css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarLabelAlignment.None">
            <summary>
            No label is displayed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarLabelAlignment.LeftOrTop">
            <summary>
            Label is displayed on the left or top of the control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarLabelAlignment.Center">
            <summary>
            Label is displayed on the control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarLabelAlignment.RightOrBottom">
            <summary>
            Label is displayed on the right or bottom of the control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarLabelAlignment.Running">
            <summary>
            Label is displayed in the middle vertically and if the control is horizontal it will run
             along the edge of the progress.  If Vertical then it will appear as Center.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.ProgressBarFillDirection">
            <summary>
            Possible directions for the progress bar to fill.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarFillDirection.FromLeftOrTop">
            <summary>
            The setting for a progress bar that will fill from left to right (for a horizontal bar),
              or from top to bottom (for a vertical bar).
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarFillDirection.FromRightOrBottom">
            <summary>
            The setting for a progress bar that will fill from right to left (for a horizontal bar),
              or from bottom to top (for a vertical bar).
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.LabelFormat">
            <summary>
            Label format settings
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.LabelFormat.ProgressValue">
            <summary>
            String that will be used as a format for the progress bar labels.
            6 different values may be inserted in C# style string formatting:
            {0} - Current Progress Value
            {1} - Current Percent Progress
            {2} - Remaining progress to be completed
            {3} - Percentage remaining
            {4} - Minimum value
            {5} - Maximum value
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.ProgressBarFillMode">
            <summary>
            Possible modes of fill for the progress bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarFillMode.Expose">
            <summary>
            The fill image will remain stationary and will gradually be revealed as progress continues.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarFillMode.Advance">
            <summary>
            The fill image will move across the bar as the progress proceeds.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.ProgressBarBot">
            <summary>
            RunBot for the WebProgressBar control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.RunBot">
            <summary>
            The RunBot class is a companion to the main control class of a companion.  It's primary function is to
            offload control functionality so that the main control is free to inherit from any other control class 
            in the ASP.NET framework.  Since the main control object is a rather heavy object, it is best to put as much
            functionality into base classes so that it can be shared and reused.  But if the main control object
            must inherit from a base class other than one defined in the framework, then it would not be able to
            participate in the framework without duplicating a great deal of code.  Therefore, by offloading the majority
            of functionality from the control object itself to a RunBot derivation class, the framework logic can be 
            kept in the RunBot and the control can derive from any base class it needs to.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.UIObject">
            <summary>
            The UIObject class implements basic functionality appropriate to an object that will be represented in the user interface
            and which the user may choose to interact with.  This functionality closely parrallels that of the ControlObject class where
            the main difference is that the UIObject derives from ObjectBase and not from WebControl.  This makes the UIObject class 
            a light weight object that still possesses the necessary capabilities for rendering elements of the control such as collections
            of objects that need to have a low memory footprint and yet are still offer high performance.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ObjectBase">
            <summary>
            Foundation class from which many other classes within the framework are derived.  ObjectBase can be considered a light-weight 
            verion of the System.Web.UI.WebControls.WebControl class.  It is used to represent various objects within the context of a 
            larger WebControl.  
            One of the primary responsibilities of ObjectBase is to maintain ViewState and provide methods for interacting with ViewState.
            The Property Get methods and Property Set method are used to simplfy and channel property access through a single mechanism.
            A variation of the ObjectBase class is the ControlObject.  The ControlObject class provides similar functionality except that it is 
            derived from the System.Web.UI.WebControls.WebControl base class and is used in situations where that is required.
            </summary>
            <remarks>
            The GetValue() and SetValue() methods of this class provide access to ViewState and ClientState for derived classes to store properties
            that must persist between page postbacks.  SetValue methods that use a string id are saved to ViewState while SetValue methods that use 
            an integer index are saved to ClientState.  Similarly, GetValue methods will retrieve from ViewState or ClientState according to the
            type of the first paramter: string for ViewState and integer for ClientState.
            </remarks>
            
        </member>
        <member name="T:Infragistics.Web.UI.IObjectBase">
            <summary>
            Interface supported by basic objects to allow restricted access to various methods by other parts of the 
            framework.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.IClientState">
            <summary>
            Interface implemented by ObjectBase and ControlObject to serialize properties to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.IClientState.SaveClientProperties">
            <summary>
            Directs an object to write its property values into clientState using methods of the passed in StateBot object.
            </summary>
            <param name="stateBot"></param>
        </member>
        <member name="M:Infragistics.Web.UI.IObjectBase.SetValue(System.Int32,System.Object)">
            <summary>
            Sets a property value for the object based on an integer index of the property.
            </summary>
            <param name="id">integer index of the property to be set.</param>
            <param name="value">The value of the property being set.</param>
        </member>
        <member name="M:Infragistics.Web.UI.IObjectBase.SetValue(System.String,System.Object)">
            <summary>
            Sets a property value based on a string identifier for the property.
            </summary>
            <param name="id">The string id of the property to be set</param>
            <param name="value">The value of the property being set.</param>
        </member>
        <member name="P:Infragistics.Web.UI.IObjectBase.FullAddress">
            <summary>
            Returns a string representing and identifying the address of the object within the data model.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.#ctor">
            <summary>
            Constructor creates an object array to hold clientstate properties for the object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.#ctor(System.Boolean)">
            <summary>
            Create ObjectBase with required value of isTrackingViewState
            </summary>
            <param name="trackViewState">True if the object should track viewstate.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.#ctor(System.Int32,System.Boolean)">
            <summary>
            Create ObjectBase with required value of isTrackingViewState
            </summary>
            <param name="trackViewState">True if the object should track viewstate.</param>
            <param name="propCount">The number of objects to be tracked in clientState.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.HasValue(System.String)">
            <summary>
            Checks if specific property value is present in ViewState based on the string id.
            </summary>
            <param name="id">The Id of the property.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.Object)">
            <summary>
            Obtains a generic object property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.String)">
            <summary>
            Obtains a string property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default string property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.Int32)">
            <summary>
            Obtains an integer property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default integer property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.Double)">
            <summary>
            Obtains a Double property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default double property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.Boolean)">
            <summary>
            Obtains a boolean property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default boolean property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Obtains a DefaultableBoolean property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default DefaultableBoolean property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.DateTime)">
            <summary>
            Obtains a DateTime property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default DateTime property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.TimeSpan)">
            <summary>
            Obtains a TimeSpan property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default TimeSpan property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.Drawing.Color)">
            <summary>
            Obtains a property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default Color property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.Guid)">
            <summary>
            Obtains a property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default Guid property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.String,System.Web.UI.WebControls.Unit)">
            <summary>
            Obtains a property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default Unit property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SetValue(System.String,System.Object)">
            <summary>
            Sets an object value so that it is maintained in viewstate
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="value">The value of the property to be stored into ViewState.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SetValue(System.String,System.Object,System.Object)">
            <summary>
            Sets an object value so that it is maintained in viewstate
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="value">The value of the property to be stored into ViewState.</param>
            <param name="defaultValue">The default value of the property.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.OnPropertyChange(System.String,System.Object)">
            <summary>
            Virtual method that is called whenever a server state property within the object has been changed.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="value">The new value for the property that has changed.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.OnPropertyChange(System.Int32,System.Object)">
            <summary>
            Virtual method that is called whenever a client state property within the object has been changed.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="value">The new value for the property that has changed.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.IsDirty(System.String)">
            <summary>
            This method determines if the property with the specified Id within the ViewState bag is dirty and needs to be sent to and from
            the client.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <returns>true if the property has been altered after ViewStateTracking has been turned on. False otherwise.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.IsDirty">
            <summary>
            Public method to check if the overall object has had any data changes.
            </summary>
            <returns>True if any items within ViewState are dirty.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.System#Web#UI#IStateManager#LoadViewState(System.Object)">
            <summary>
            Interface method for loading ViewState.  This method calls the virtual method of the same name to carry out the operation.
            </summary>
            <param name="state"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.System#Web#UI#IStateManager#SaveViewState">
            <summary>
            Interface method for saving ViewState.  This method calls the virtual method of the same name to carry out the operation.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.System#Web#UI#IStateManager#TrackViewState">
            <summary>
            Interface method for tracking ViewState.  This method calls the virtual method of the same name to carry out the operation.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadViewState(System.Object)">
            <summary>
            This method loads the data contained in the state parameter into the ViewState bag for the object.
            </summary>
            <param name="state">An object reference containing the contents of the ViewState bag.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SaveViewState">
            <summary>
            This method saves the property settings in the ViewState bag to the ViewState hidden field on the page for roundtripping 
            between the server and client.
            </summary>
            <returns>An object reference containing the ViewState of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.TrackViewState">
            <summary>
            This method turns on ViewState tracking for the object
            </summary>
            <remarks>
            Once this method is called by the ASP.NET framework, all subsequence property set operations will result in the data
            being serialized to the page ViewState hidden field and round tripped to the server on postback.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadClientState(System.Object[])">
            <summary>
            This method takes the state from the client and loads the control's 
            Properties, Objects, and Collections, that were sent down to the client on the last post. It also
            stores the TransactionLists for the Properties, Objects, and Collections. 
            </summary>
            <param name="oData">Data from the clientside that needs to be loaded back into the control. </param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="collections">The collections to reload.</param>        
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <returns>
            Number of objects that was loaded by the instance of the class.
            </returns>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadPositionalProperties(System.Object[])">
            <summary>
            Loads client state properties from the client
            </summary>
            <param name="values">The values returned from the client</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadPositionalProperty(System.Int32,System.Object)">
            <summary>
            Load positional property at index
            </summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadAdditionalClientState(System.Object)">
            <summary>
            This method is called when additional information is passed from the client, via the _saveAdditionalClientState javascript method
            </summary>
            <param name="state">Any additional information that an object may need to pass to the server.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
            <param name="stateBot">A reference to the StateBot object that manages the serialization process.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SaveObjectClientProperties(Infragistics.Web.UI.IClientState,System.Text.StringBuilder)">
            <summary>
            Write's the object's clientState to the stringbuilder. 
            </summary>
            <param name="webObject">The object of whose clientstate should be saved.</param>
            <param name="builder">The StringBuilder in which to write the clientstate to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.WriteClientState(System.Text.StringBuilder)">
            <summary>
            Responsible for rendering javascript array of all client properties, events, objects and collections
            Calls helper methods to render each in turn.
            That method is called to render parameter for initialization (constructor) java-script function.
            </summary>
            <param name="builder">To modify default logic, an extended class should Append its initialization variables to buffer.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.WriteAdditionalClientProperties(System.Text.StringBuilder)">
            <summary>
            If an object needs to render additional information that needs to be accessed on the client, this is where they can
            add this information. Note that each object that they need to render should be prefixed with a Comma because the information
            is being rendered inside of a javascript array. This method is called by WriteClientProperties
            </summary>
            <param name="builder">The StringBuilder in which additional properties should be appended to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.Int32,System.Object)">
            <summary>
            Obtains a generic object property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="defaultVal">The object property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.Int32,System.String)">
            <summary>
            Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The string property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.Int32,System.Int32)">
            <summary>
            Obtains an int property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The integer property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.Int32,System.Double)">
            <summary>
            Obtains a double property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The double property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.Int32,System.Boolean)">
            <summary>
            Obtains a bool property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The boolean property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.Int32,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Obtains a DefaultableBoolean property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The DefaultableBoolean property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.Int32,System.Web.UI.WebControls.Unit,System.Boolean)">
            <summary>
            Obtains a Unit property value from ClientState using int (enum).
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>
            <param name="allowNegative">True: allow negative values</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetValue(System.Int32,System.Web.UI.WebControls.Unit)">
            <summary>
            Obtains a Unit property value from ClientState using int (enum).
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>        
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SetValue(System.Int32,System.Object)">
            <summary>
            Sets an object value into ClientState based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="value">An object reference containing the value for the property to be stored in ClientState.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SetValue(System.Int32,System.Object,System.Object)">
            <summary>
            Sets an object value into ClientState based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="value">An object reference containing the value for the property to be stored in ClientState.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SetOccasionalProperty(System.String,System.Object,System.Object)">
            <summary>
            Sets an object value into ClientState based on the property name.
            </summary>
            <param name="string">The name of the property. This name, will be used on the cilent to access the value as well.</param>
            <param name="value">An object reference containing the value for the property to be stored in ClientState.</param>
            <param name="def">Default value of the property. If the value that is being set equals to its default value it is simply removed from the client state bag.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetOccasionalProperty(System.String,System.Object)">
            <summary>
            Obtains a generic object property value from ClientState Props based on the property name.
            </summary>
            <param name="propName">The name of the property.</param>
            <param name="def">The object property value for the specified property name.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetOccasionalProperty(System.String,System.String)">
            <summary>
            Obtains a string property value from ClientState Props based on the property name.
            </summary>
            <param name="propName">The name of the property.</param>
            <param name="def">The object property value for the specified property name.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetOccasionalProperty(System.String,System.Int32)">
            <summary>
            Obtains an int property value from ClientState Props based on the property name.
            </summary>
            <param name="propName">The name of the property.</param>
            <param name="def">The object property value for the specified property name.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetOccasionalProperty(System.String,System.Double)">
            <summary>
            Obtains a double property value from ClientState Props based on the property name.
            </summary>
            <param name="propName">The name of the property.</param>
            <param name="def">The object property value for the specified property name.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetOccasionalProperty(System.String,System.Boolean)">
            <summary>
            Obtains a bool property value from ClientState Props based on the property name.
            </summary>
            <param name="propName">The name of the property.</param>
            <param name="def">The object property value for the specified property name.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetOccasionalProperty(System.String,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Obtains a DefaultableBoolean property value from ClientState Props based on the property name.
            </summary>
            <param name="propName">The name of the property.</param>
            <param name="def">The object property value for the specified property name.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.GetOccasionalProperty(System.String,System.Web.UI.WebControls.Unit,System.Boolean)">
            <summary>
            Obtains a Unit property value from ClientState Props based on the property name.
            </summary>
            <param name="propName">The name of the property.</param>
            <param name="def">The object property value for the specified property name.</param>
            <param name="allowNegative">True: allow negative values</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadTransactionList(System.Boolean)">
            <summary>
            Loads the transaction list.
            </summary>
            <param name="deferLoadPostDataProcessing">if set to <c>true</c> [defer load post data processing].</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Reads the Transaction List and repopulates the properties of the control. 
            </summary>
            <param name="list">A list of properties that were modified on the clientside.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Reads the TransactionList and repopulates the collections of the control.
            </summary>
            <param name="collections">A list of collections that were modified on the clientside</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.WritePositionalProperty(System.Object)">
            <summary>
            Writes the passed in property value at the current position of the ClientState serialization.  The property is
            serialized to the positional properties string of the ClientState string.
            </summary>
            <param name="prop">An object reference to be serialized to ClientState.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.WriteClientOnlyProperty(System.String,System.Object)">
            <summary>
            Stores the property in hashtable, that will be rendered down to the client. Client only properties only get sent down
            to the client, they do not get sent back to the server. 
            </summary>
            <param name="name">The name used to identify the client only property.
            This name will be used to retrieve the property on the clientside.</param>
            <param name="prop">The property that will be sent down the client. </param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.ResetClientState">
            <summary>
            Resets the positional and occasional property stringBuffers to initial empty values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.Flush">
            <summary>
            Empties the positional and occasional property stringBuffers and converts them to a string 
            representation that can be written to the response stream.
            </summary>
            <returns>The string representation of the positional and occasional properties.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SaveClientStateToViewState">
            <summary>
            If the control is not visible, we don't want to loose our ClientState during the next postback, so lets store it in ViewState.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadClientStateFromViewState">
            <summary>
            Checks to see if ClientState was saved into Viewstate, if so, then it loads.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.SaveCollectionsStateToViewState">
            <summary>
            Saves the client collections state as string into the view state.
            This way we can skip the expensive serialization on the client side
            and not send them at all.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.LoadCollectionsStateFromViewState">
            <summary>
            Loads the saved into view state client collections and deserializes the string
            as it came from the client side.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.Clone">
            <summary>
            Clones the object
            </summary>
            <returns>New instance of the object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.CopyTo(Infragistics.Web.UI.Framework.ObjectBase)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>		
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.CreateNewInstance">
            <summary>
            Creates a new instance of the current type using the default constructor.
            Derived classes may override the method if there is no parameterless constructor or any other custom logic applies.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectBase.PreFetchPositionalClientProperty(System.Int32)">
            <summary>
            Fetch a positional property from the transaction list before the properties are loaded.
            </summary>
            <param name="propId">Property index to search for.</param>
            <returns>Returns the value of the property from the transaction list.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectBase.Infragistics#Web#UI#IObjectBase#FullAddress">
            <summary>
            The FullAddress property returns a string value containing a complete description of the object within the object
            model of the control.  Derived class must override this property if the object will be sent to the client.  
            </summary>
            
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectBase.ViewState">
            <summary>
            Property to return the ViewState bag for the object.  If none exist, then one is created.  
            </summary>
            <remarks>
            This property should not be accessed to check for the existance of ViewState since ViewState will be created if none exists.
            Instead, use IsDataPossible() or IsDirty() to check if there are items in ViewState.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectBase.System#Web#UI#IStateManager#IsTrackingViewState">
            <summary>
            Interface method for testing if tracking ViewState.  This method calls the virtual method of the same name to carry out the operation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectBase.IsTrackingViewState">
            <summary>
            This method returns a boolean value which indicates whether ViewState is being tracked for the object.  Once viewstate is 
            being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectBase.IsEmpty">
            <summary>
            Checks if ViewState has any property with not a default value.
            This property should be overriden by extended class when additional
            subobjects are supported.  IsEmpty will then check each subobject and return 
            a value based on the check of those objects plus itself.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectBase.RenderPropsNulls">
            <summary>
            Customizes the rendering of UI objects props array.
            If true, the props that are null will be stored as "null", instead of just writing comma for them.
            This is used when the collections state is stored into view state.
            Because we need the data in specific format that will be easy to deserialize later.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectBase.PropCount">
            <summary>
            This property is used to track the number of properties this object is sending to ClientState.  Each derived class overrides
            this property to indicate the new total of properties.   The number consists of the PropCount value of the base class plus the 
            number of ClientState properties utilized by each derived class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectBase.DelayLoadingClientCollections">
            <summary>
            Customizes the client collections loading.
            If true the collections will be loaded after view state has been loaded.
            If false the collections will be loaded in RunBot.HandleOnInit.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.IUIObject.Attributes">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.#ctor">
            <summary>
            Parameterless protected constructor used for creating UIObjects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.#ctor(System.Boolean)">
            <summary>
            Constructor for creating UIObjects that need to track ViewState.
            </summary>
            <param name="trackViewState">If true, ViewState for the object begins tracking immediately.</param>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.UIObject._template">
            <summary>
            Gets or Sets a reference to an ITemplate object that determines a specific template instantiation for this particular UIObject.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.FindControl(System.String)">
            <summary>
            This method searches for a locates control objects within the TemplateContainer associated with this UIObject by using
            the Id parameter to match against control Ids.
            </summary>
            <param name="id">The string Id value for the control to be located.</param>
            <returns>If a control is located within the TemplateContainer of this UIObject that matches the passed in Id, the control
            reference is returned.  Otherwise null is returned.</returns>
            <remarks>
            The TemplateContainer is tagged with the INamingContainer interface.  So the Id passed to this method must match the Id of a control
            within that NamingContainer.  
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.EnsureTemplate(System.Web.UI.Control)">
            <summary>
            This method takes a reference to a control and potentially, the children of the control, and adds them to
            the TemplateContainer for this UIObject, and thereby, to the control tree of the page. 
            </summary>
            <param name="control">A reference to a Control object which may also contain children that will be added to the page
            control tree in the same manner as an instantiated template.</param>
            <remarks>
            Using this method, a UserControl can be loaded from an .acx file and instantiated similarly to a template for the UIObject.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.EnsureTemplate">
            <summary>
            This method ensures that the template for this UIObject is instantiated.  
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.ClearTemplate">
            <summary>
            This method removes any template that has been instantiated for this UIObject.  Calling EnsureTemplate() on the object will
            re-instantiate the template once again.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.IsDirty">
            <summary>
            Public shortcut to check if object has had data changes
            Derived classes must override this method if they conain subobjects
            in addition to Style or Attributes so that the item will be saved to ViewState
            if the subobject is dirty.
            </summary>
            <returns>True: ViewState.Count > 0</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.SaveViewState">
            <summary>
            This method overrides the base SaveViewState implementation to add ViewState processing for the ControlStyle and Attributes collections.
            </summary>
            <returns>Returns a ViewState object saved to the client hidden ViewState field.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.System#Web#UI#IStateManager#TrackViewState">
            <summary>
            IStateManager implementation for tracking ViewState changes
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.LoadViewState(System.Object)">
            <summary>
            This method overrides the base LoadViewState implementation to add LoadViewState processing for the ControlStyle and Attributes collections.
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.TrackViewState">
            <summary>
            This method implements TrackViewState for the ControlStyle and Attributes subobjects of the UIObject.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.SaveClientProperties">
            <summary>
            Overrides the SaveClientProperties method to add the UI Flags to the ClientState properties.
            </summary>
            <param name="stateBot">A reference to the StateBot object responsible for the ClientState serialization process.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.GetBoolFlag(Infragistics.Web.UI.ClientUIFlags)">
            <summary>
            Looks at the private Flags Hashtable and retrieves the value for the specified flag.
            </summary>
            <param name="flag">The ClientUIFlag that should be retrieved.</param>
            <returns>If the Hashtable does not contain an entry for that flag, it returns false, otherwise it returns the value from the hashtable.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.GetDBFlag(Infragistics.Web.UI.ClientUIFlags)">
            <summary>
            Looks at the private Flags Hashtable and retrieves the value for the specified flag.
            </summary>
            <param name="flag">The ClientUIFlag that should be retrieved.</param>
            <returns>If the Hashtable does not contain an entry for that flag, it returns DefaultableBoolean.False, otherwise it returns the value from the hashtable.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.PrivateEnsureFlags">
            <summary>
            If the Flags value hasn't been set yet, it calls EnsureFlags and then Calculates the flags based off of the values in the  private flags Hashtable.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.EnsureFlags">
            <summary>
            To be overriden by base controls. This is where each control can set the default values for each ClientUIFlag that
            should be set. TO register a flag they should call EnsureFlag(ClientUIFlags, value).
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.EnsureFlag(Infragistics.Web.UI.ClientUIFlags,System.Object)">
            <summary>
            To be used in EnsureFlags. This method stores the ClientUIFlag in the private flags Hashtable.
            </summary>
            <param name="flag"></param>
            <param name="val"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.GetValue(Infragistics.Web.UI.ClientUIFlags,System.Boolean,Infragistics.Web.UI.ClientUIFlagType)">
            <summary>
            Returns a boolean value for the specified ClientUIFlags. If the Value is DefautableBoolean.NotSet, it returns the defaultVal.
            </summary>
            <param name="flag">The ClientUIFlag whose value should be retrieved.</param>
            <param name="defaultVal">If no value is set, or the Value is set to NotSet, this value is returned.</param>
            <returns>A boolean value set for the ClientUIFlag or the defaultVal if no value is set.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.SetValue(Infragistics.Web.UI.ClientUIFlags,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Sets the ClientUIFlag to the specified value.
            First this property checks to see if a value has already been set for this Flag. If so, then it removes the value
            from the Flags property, and appends the new Calculated value.
            </summary>
            <param name="flag">The flag to be set.</param>
            <param name="value">A DefaultableBoolean that should be set on the specified flag.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UIObject.SetValue(Infragistics.Web.UI.ClientUIFlags,System.Boolean)">
            <summary>
            Sets the ClientUIFlag to the specified value.
            First this property checks to see if a value has already been set for this Flag. If so, then it removes the value
            from the Flags property, and appends the new Calculated value.
            </summary>
            <param name="flag">The flag to be set.</param>
            <param name="value">A bool that should be set on the specified flag.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UIObject.ControlMain">
            <summary>
            Sets or Gets a reference for accessing the ControlMain that owns this UIObject.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UIObject.HasTemplate">
            <summary>
            Sets or Gets a boolean value which indicates if a template is applied and instantiated for this item.
            </summary>
            <remarks>
            This property is checked during the EnsureTemplate call to see if any applicable template has already been applied for
            this object.  If HasTemplate returns false and a template applies to this item, then EnsureTemplate will instantiate
            the appropriate template.  
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UIObject.TemplateContainer">
            <summary>
            This property serves as a holding container for the instantiated template of this UIObject. 
            </summary>
            <remarks>
            Since UIObjects are not derived from WebControl, the TemplateContainer parent is set to the TemplateContainerControl
            property of the the ControlMain associated with this UIObject.  All TemplateContainers for the Control are thereby
            made children of the TemplateContainerControl so that their ViewState and page lifecycle events can be handled 
            normally.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UIObject.Attributes">
            <summary>
            AttributeCollection property that can be used to add Html markup attributes to the UIObject which will be rendered
            to the Html stream during the rendering phase.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UIObject.HasAttributes">
            <summary>
            Returns a boolean value which indicates if the UIObject currently has any Attributes.   
            </summary>
            <remarks>
            Use this method to determine if Attributes are present rather than the Attributes property because the Attributes property
            will create a collection if none exists.
            This property is used primarily by Control developers.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UIObject.Flags">
            <summary>
            Stores all the ClientUIFlags into one integer, that will be passed down to the client in the Client Property Array.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UIObject.Infragistics#Web#UI#IObjectBase#FullAddress">
            <summary>
            Implements the FullAddress interface member for the IUIObject interface.
            </summary>
            <remarks>
            This method defers to the base class FullAddress property of the ObjectBase object.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.IProvideAppStyling">
            <summary>
            This interface is implemented by controls that support Application Styling.
            </summary>
            <remarks>
            <p class="body">Infragistics ASP.NET controls implement this interface to
            interoperate with the Application Styling Framework(tm) (ASF) that provides
            application developers and graphic designers an easy way of collaborating
            to bring a consistent appearance to the user interface elements of their
            Web applications.</p>
            <p class="body">This interface features a single defaultable boolean
            <see cref="!:EnableAppStyling"/> property allowing a control to participate
            in or opt-out of the ASF.</p>
            <p class="body">The consistent appearance is defined by a set of cascading
            style sheets (CSS) files, and graphic images, created by graphic designers.
            The collection of these files are referred to as a <em>style set</em>. The
            <see cref="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetName"/>, <see cref="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetPath"/> and <see cref="P:Infragistics.Web.UI.IProvideAppStyling.ImageDirectory"/>
            properties of this interface enable ASF to locate and resolve these files.
            </p>
            <p class="body">Controls participating in ASF must initialize their Style
            objects when the framework calls their control back by implementing the
            <see cref="M:Infragistics.Web.UI.IProvideAppStyling.InitializeStyles"/> method.</p>
            <p class="body">Application styles rendered at design-time must be loaded
            from the external style sheet (*.css) files, otherwise the control may not
            appear properly styled within the Integrated Development Environment (IDE).
            The <see cref="P:Infragistics.Web.UI.IProvideAppStyling.ParsedStyles"/> property contains these design-time style
            definitions, and the <see cref="M:Infragistics.Web.UI.IProvideAppStyling.DesignRefresh(System.Boolean,System.String,System.String)"/> method is called by the
            ASF to indicate when cached style definitions have become invalid and
            must be reparsed.</p>
            <p class="body">The <see cref="!:WebAgent"/> class is provided by ASF to
            simplify many requirements of implementing the IProvideAppStyling 
            interface. Controls implementing this interface should keep an instance
            of WebAgent internally, and use it to register themselves with ASF, and
            to store the properties of this interface. Proper use ensures a control
            will receive appropriate callbacks notifying it when to initialize styles
            and invalidate cached values.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.IProvideAppStyling.DesignRefresh(System.Boolean,System.String,System.String)">
            <summary>
            Application Styling Framework(tm) calls this method to notify a
            control it must refresh its appearance at design-time.
            </summary>
            <param name="enableAppStyling">Flag signifying whether Application
            Styling has been turned on or off for this control.</param>
            <param name="styleSetName">Names the ASF style set defining the
            control's new appearance.</param>
            <param name="styleSetPath">Specifies what the path to the CSS style
            sheet file is in the new style set for controls of this Type.</param>
            <remarks>
            <p class="body">The Application Styling Framework(tm) (ASF) calls
            this method on controls to notify them of a change in one or
            more Application Styling properties affecting their appearance.
            This is an opportunity for the control to invalidate any data
            it may have cached based on the arguments it receives in this
            notice.</p>
            <p class="body">For example, ASF may call this method to notify
            a control of a modification having been made to the "web.config"
            configuration file, or in the style definitions of the Cascading
            Style Sheet (CSS) file for this control and style set.</p>
            <p class="note">This property applies at design-time only.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.IProvideAppStyling.ResolveImageUrl(System.String)">
            <summary>
            Resolves an image URL at render-time.
            </summary>
            <param name="imageUrl">Raw image URL property value to be resolved.</param>
            <returns>Resolved image URL.</returns>
            <remarks>
            <p class="body">The resolution process for image URLs takes into account
            the <see cref="P:Infragistics.Web.UI.IProvideAppStyling.ImageDirectory"/>, image directory overrides set for the
            application in the "web.config" file, and style set paths.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.IProvideAppStyling.InitializeStyles">
            <summary>
            Application Styling Framework(tm) calls this method to notify a control
            that it should add it's styles into the style repository.
            </summary>
            <remarks>
            <p class="body"></p>
            </remarks>
            <seealso cref="!:WebAgent"/>
        </member>
        <member name="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetName">
            <summary>
            Name of the Application Styling Framework(tm) style set defining the
            themed appearance for this control.
            </summary>
            <value>
            <p class="body">The name of the Application Styling Framework(tm) (ASF)
            style set which has been designed to give this control a consistent
            appearance with other controls in your application.</p>
            <p class="body">This property may return the empty string ("") to
            imply that the default style set (named "Default") should be used.
            </p>
            </value>
            <remarks>
            <p class="body">Web sites can configure a single, consistent,
            application-wide style set through the <em>styleSetName</em>
            attribute in their "web.config" file. Alternately, they can
            define the style set to apply Application Styling to all
            controls on a Page by placing a <strong>WebPage</strong>
            control on that Page and setting it's StyleSetName property.</p>
            <p class="body">At the control level this property allows an
            application developer to customize the style set applied to a
            single instance of a control.</p>
            <p class="body">Normally, graphics designers will furnish you
            with a style set containing one or more style sheet files (one
            for each type of control) and image files. The name of the style
            set (with the exception of the "Default" style set) must appear
            in each Cascading Style Sheet (CSS) class name defined by this
            control's style sheet file. For example, two WebTree controls
            that each use a different style set, "Aqua" and "Onyx", would
            expect their CSS class names for the ASF <em>Node</em> role to
            be "igdt_AquaNode" and "igdt_OnyxNode", respectively. This
            allows the uniqueness of CSS class names necessary to distinguish
            multiple style sets for the same type of control, without there
            being any naming collisions.</p>
            <p class="note">Changing the style set name should invalidate
            any style definitions being cached by <see cref="P:Infragistics.Web.UI.IProvideAppStyling.ParsedStyles"/>
            at design-time.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetPath"/>
        </member>
        <member name="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetPath">
            <summary>
            Path containing the Application Styling Framework(tm) style set files
            for this type of control.
            </summary>
            <remarks>
            <p class="body">Web sites can configure the directory path containing
            their style set files application-wide by using the <em>styleSetPath</em>
            attribute of their "web.config" file. It is also possible to configure
            the style set path applicable to all controls on a Page that are subject
            to Application Styling by placing a <strong>WebPage</strong> control
            on that Page and setting it's StyleSetPath property.</p>
            <p class="body">At the control level this property allows an
            application developer to customize the location of the style set
            being applied to a single instance of a control.</p>
            <p class="note">Changing the style set path should invalidate any style
            definitions being cached by <see cref="P:Infragistics.Web.UI.IProvideAppStyling.ParsedStyles"/> at design-time.
            </p>
            <p class="note">Be aware that customizing the style set path at the control
            level will not allow you to copy a style set's files to this new location,
            changing a few style property values in them, and then use it successfully
            with separate instances of the control referencing the original style set
            of the same name. This is because there would be naming collisions in the
            Cascading Style Sheet (CSS) class names, which will produce an undefined
            appearance. You must ensure the CSS class names defined by style sheets
            in the new style set path are unique from those CSS class names being
            used by other style sheets that may continue to be referenced. The
            recommended guidance in this scenario is to create a new style set
            having a new style set name, that contains your modifications.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetName"/>
            <seealso cref="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetPathResolved"/>
        </member>
        <member name="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetPathResolved">
            <summary>
            Gets the resolved path to the current Application Styling
            Framework(tm) style set.
            </summary>
            <remarks>
            <p class="body">The property always provides the path the
            control is using, regardless of whether that path was set
            at the application-, page- or control-levels.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetPath"/>
        </member>
        <member name="P:Infragistics.Web.UI.IProvideAppStyling.StyleSheetFileName">
            <summary>
            Default style sheet filename used by the implementing control.
            </summary>
            <value>
            Filename of the cascading style sheet (CSS) file, with the
            ".css" extension.
            </value>
            <remarks>
            <p class="body">The set method (mutator) of this property is
            included only for backwards compatibility. Application Styling
            Framework(tm) (ASF) does not recognize changes made to this
            property.</p>
            <p class="note">A non-default style sheet filename may
            be specified if it is done in a fully-qualified 
            <see cref="P:Infragistics.Web.UI.IProvideAppStyling.StyleSetPath"/>.</p>
            </remarks>
            <exception cref="T:System.NotSupportedException">
            <p class="body">May be thrown by implementations that do not
            support setting this property.</p>
            <p class="body">Implementations are allowed to ignore assignments
            to this property without throwing an exception.</p>
            </exception>
        </member>
        <member name="P:Infragistics.Web.UI.IProvideAppStyling.StylePrefix">
            <summary>
            Short prefix prepended to each CSS class name associated with controls of
            this Type.
            </summary>
            <value>String containing the prefix. Conventionally, this prefix ends with
            an underscore to distinguish it from the ASF style set and role names that
            are also concatenated into the CSS class name.</value>
            <remarks>
            <p class="body">The CSS class names that define the style information for
            each Application Styling Framework(tm) (ASF) role are made unique by Type of
            control because every control provides a unique StylePrefix string.</p>
            <p class="body">For example, the <strong>UltraWebToolbar</strong> control
            specifies it's prefix as "igtb" therefore all CSS class names appearing
            in the CSS style sheet of it's style sets must start with "igtb_".  This
            allows Application Styling to work on toolbars appearing on the same Web
            forms with other types of controls (like grids) without CSS class naming
            collisions for common ASF roles (like the Item role.)</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.IProvideAppStyling.ImageDirectory">
            <summary>
            A path to the image files for the current style set.
            </summary>
            <remarks>
            <p class="body">Normally this location will default to
            the directory containing the style sheet file for the
            current style set. If assigned independently, the
            <see cref="M:Infragistics.Web.UI.IProvideAppStyling.ResolveImageUrl(System.String)"/> method consults the
            path you set in ImageDirectory (along with other
            settings which may override your ImageDirectory)
            when it returns it's resolved image URLs at
            render-time.</p>
            <p class="note">Cascading Style Sheets (CSS) mandate image
            URLs appearing as an url() must be inside or beneath the
            site and directory from which the CSS file was loaded. The
            browser resolves these url() values in accordance with the
            CSS specification requirements when it requests the images
            from the server. This means certain CSS style properties
            like <em>background-image</em> may not resolve according
            to your ImageDirectory setting.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.IProvideAppStyling.ParsedStyles">
            <summary>
            Keeps a collection of parsed style definitions loaded from external
            style sheets at design-time.
            </summary>
            <value>A collection of style information parsed from this control's
            external CSS style sheet file.</value>
            <remarks>
            <p class="body">The integrated development environment (IDE) does
            not resolve styles for using Cascading Style Sheet (CSS) files
            which are linked external from the Web form. Application Styling
            can only be seen fully at design-time when the control manages
            for itself the style definitions contained by the style set's
            CSS style sheet files.</p>
            <p class="body">The Application Styling Framework(tm) (ASF) provides
            the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.ParsedStyleCollection"/> class to collect style
            definitions loaded from a CSS style sheet file that has been
            loaded and parsed by the <see cref="!:CssParser"/> class.</p>
            <p class="body">When a control supporting Application Styling
            renders at design-time, it must replace the CSS class names
            that appear in it's design-time markup with their corresponding
            inline HTML style attributes.</p>
            <p class="note">This property applies at design-time only.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.IProvideAppStyling.AppStyleInfo">
            <summary>
            Requests the AppStyleInfo block for the control.  This object defines the style roles that can be applied to the control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.#ctor">
            <summary>
            Private constructor to prevent unwarranted object creations.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Creates a RunBot derived object and stores a reference to the ControlMain object that is associated.
            </summary>
            <param name="controlMain">The IControlMain object associated with this bot</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.HandleOnInit(System.Web.HttpContext)">
            <summary>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.ResolveScriptReference(System.Object,System.String,System.String,System.String)">
            <summary>
            Creates a new instance of ScriptReference object with correct info regarding the scripts that are being registered.
            </summary>
            <param name="instance">Reference to the owner object.</param>
            <param name="debugResourceFolder">Resource folder for the debug mode.</param>
            <param name="releaseResourceFolder">Resource folder for the release mode.</param>
            <param name="name">Name of the java script resource.</param>
            <returns>ScriptReference for the requested JS resource.</returns>
            <remarks>
            The resource Name/Path can differ depending on the CDN and/or web.config settings.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.ResolveScriptReference(System.String,System.String,System.String)">
            <summary>
            Creates a new instance of ScriptReference object with correct info regarding the scripts that are being registered.
            </summary>
            <param name="debugResourceFolder">Resource folder for the debug mode.</param>
            <param name="releaseResourceFolder">Resource folder for the release mode.</param>
            <param name="name">Name of the java script resource.</param>
            <returns>ScriptReference for the requested JS resource.</returns>
            <remarks>
            The resource Name/Path can differ depending on the CDN and/or web.config settings.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.RegisterScriptDescriptors">
            <summary>
            Registers script descriptors of the control the run bot is associated with.
            The method can be overriden to do custom descriptor registration.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.InstantiateTemplate(Infragistics.Web.UI.Framework.ControlObject,System.Web.UI.ITemplate)">
            <summary>
            
            </summary>
            <param name="item"></param>
            <param name="template"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.TemplateInstantiated(Infragistics.Web.UI.TemplateContainer)">
            <summary>
            This is where a template container can be modified. 
            The template is already instantiated and the controls are created.
            </summary>
            <param name="tc">The template container, which contains the instance of the template controls.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.HandleLoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            If any properties, objects, or collections were modified on the client, their transacation lists are loaded here. 
            Also, if this is a Callback, it is where CallbackCreated is called from.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>true if the server control's state changes as a result of the postback; otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.LoadClientData">
            <summary>
            This method allows client data to be loaded at any time necessary and sets a flag so that it does not get loaded twice.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.PreLoadAdditionalClientState(System.Object)">
            <summary>
            Use this if there is some additonal client state that should be loaded regardless
            of whether _deferLoadPostDataProcessing is true
            </summary>
            <param name="state">Any additional information that an object may need to pass to the server.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.HandleRaisePostDataChangedEvent">
            <summary>
             Called from ControlMain to handle RaisePostDatachangedEvent.
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.RenderPageCallBack(System.Web.UI.HtmlTextWriter,System.Web.UI.Control)">
            <summary>
            Used as the place where the Response can be terminated for a Callback. 
            Occurrs after SaveViewState, and before any control has a chance to render. 
            </summary>
            <param name="writer"></param>
            <param name="control"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.RenderFormCallBack(System.Web.UI.HtmlTextWriter,System.Web.UI.Control)">
            <summary>
            If a control requires that it can only be rendered in a form, this is how we get around this issue.
            We allow our Callback controls to render during the rendering of the form.
            </summary>
            <param name="writer"></param>
            <param name="control"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.CallbackCreatedRecursive(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called durring LoadPostData. Recursively goes through the callbackobject and calls CallbackCreated on it's Control.
            </summary>
            <param name="callbackObject">The CallbackObject that should be traversed recursivily and have CallbackCreated called on it's Control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.CallbackRenderRecursive(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render. Recursively goes through the callbackobject and calls CallbackRender on it's Control.
            </summary>
            <param name="callbackObject">The CallbackObject ath should be traversed recursively and have CallbackRender called on it's Control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.RecursiveRegisterEventValidation(System.Web.UI.ControlCollection)">
            <summary>
            Called during the Page's Render, when the Page's EnableEventValidation is true and currently in a Callback. Goes 
            through each control in the collection and calls Page.ClientScript.RegisterForEventValidation on the control. 
            This is done so that the Page's EventValidation Hidden input field is properly filled.
            </summary>
            <param name="controls">The collection of controls that should be registered for event validation.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.Infragistics#Web#UI#IProvideAppStyling#DesignRefresh(System.Boolean,System.String,System.String)">
            <summary>
            Called by Application Styling Framework(tm) to refresh the control rendering after a change.
            </summary>
            <param name="enableAppStyling">The EnableAppStyling setting for the AppStylingManager</param>
            <param name="styleSetName">The StyleSet setting for the AppStylingManager</param>
            <param name="styleSetPath">The StyleSetPath setting for the AppStylingManager</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.Object)">
            <summary>
            Obtains a generic object property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.String)">
            <summary>
            Obtains a string property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default string property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.Int32)">
            <summary>
            Obtains an integer property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default integer property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.Double)">
            <summary>
            Obtains a Double property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default double property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.Boolean)">
            <summary>
            Obtains a boolean property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default boolean property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Obtains a DefaultableBoolean property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default DefaultableBoolean property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.DateTime)">
            <summary>
            Obtains a DateTime property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default DateTime property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.TimeSpan)">
            <summary>
            Obtains a TimeSpan property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default TimeSpan property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.Drawing.Color)">
            <summary>
            Obtains a property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default Color property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.Guid)">
            <summary>
            Obtains a property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default Guid property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.String,System.Web.UI.WebControls.Unit)">
            <summary>
            Obtains a property value from ViewState based on the string id defined as a constant in the derived class.
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="def">The default Unit property value if none has been set.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.SetValue(System.String,System.Object)">
            <summary>
            Sets an object value so that it is maintained in viewstate
            </summary>
            <param name="id">The Id of the property (defined as a constant in the derived class).</param>
            <param name="value">The value of the property to be stored into ViewState.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.Int32,System.Object)">
            <summary>
            Obtains a generic object property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The object property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.Int32,System.Web.UI.WebControls.Unit,System.Boolean)">
            <summary>
            Obtains a Unit property value from ClientState using int (enum).
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>
            <param name="allowNegative">True: allow negative values</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.Int32,System.String)">
            <summary>
            Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The string property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.Int32,System.Int32)">
            <summary>
            Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The integer property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.Int32,System.Double)">
            <summary>
            Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The double property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.Int32,System.Boolean)">
            <summary>
            Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The boolean property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetValue(System.Int32,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Obtains a string property value from ClientState Props based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="def">The DefaultableBoolean property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.SetValue(System.Int32,System.Object)">
            <summary>
            Sets an object value into ClientState based on the integer index defined as an enumeration in the derived class.
            </summary>
            <param name="index">The index of the property (defined as an enumeration in the derived class).</param>
            <param name="value">An object reference containing the value for the property to be stored in ClientState.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.InitializeCollectionReferences(Infragistics.Web.UI.Framework.ObjectCollection,System.Web.UI.WebControls.WebControl,System.Object)">
            <summary>
            Used by Control Developers only.
            Allows callers in external assemblies to initialize internal references for collections
            </summary>
            <param name="collection">The ObjectCollection to be initialized</param>
            <param name="control">The ControlMain object associated with the collection</param>
            <param name="owner">The owner object of the collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.AddXAttributeToClassName(System.Web.UI.HtmlTextWriter,System.String,System.String[])">
            <summary>
            Write class to writer with extra attribute. That method can be used only for the html element of main control which has normal id.
            </summary>
            <param name="writer">Writer used to output class (and id) attribute for html element</param>
            <param name="className">Original value for class attribute used by control</param>
            <param name="attributes">Attribute/value pairs to add to the marker</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetXAttributeValue(System.String[])">
            <summary>
            Returns the value of XAttribute.
            </summary>
            <param name="attributes">Internal attribute/value pairs name to encode in XAttribute. Must have even number of parameters.</param>
            <returns>Encoded value of XAttribute. Empty string if XAttributes are not supported.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.AddXAttribute(System.Web.UI.HtmlTextWriter,System.String[])">
            <summary>
            Write id to writer with one attribute.
            Before call to that method owner of this RunBot should call InitializeXAttributes() if not DesignMode.
            </summary>
            <param name="writer">Writer used to output id attribute for html element</param>
            <param name="attributes">Attribute/value pairs to add.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.GetXAttributeString(System.String[])">
            <summary>
            Returns full XAttribute string which includes XAttribute name and its encoded value.
            </summary>
            <param name="attributes">Internal attribute/value pairs to encode in XAttribute</param>
            <returns>String representation of XAttribute and encoded value of XAttribute. Regular attribute - name pair if XAttributes are not supported.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.InitializeXAttributes">
            <summary>
            Initialize builder of XAttributes. That should be called for not DesignMode before every painting.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.AddXAttributeToClassName(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String)">
            <summary>
            Write class to writer with extra attribute. That method can be used only for the html element of main control which has normal id.
            </summary>
            <param name="writer">Writer used to output class (and id) attribute for html element</param>
            <param name="className">Original value for class attribute used by control</param>
            <param name="attribute">Attribute marker</param>
            <param name="val">Value for attribute marker</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.AddXAttribute(System.Web.UI.HtmlTextWriter,System.String,System.String)">
            <summary>
            Write id to writer with one attribute.
            Before call to that method owner of this RunBot should call InitializeXAttributes() if not DesignMode.
            </summary>
            <param name="writer">Writer used to output id attribute for html element</param>
            <param name="attribute">Attribute marker</param>
            <param name="val">Value for attribute marker</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.SaveClientProperties">
            <summary>
            Saves basic control client properties like UniqueID,
            OptimizeCollectionsState, ViewStateEnabled, AjaxIndicator.
            Most of them are sent as client only properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.HandleSaveViewState">
            <summary>
            Called when control view state is saved.
            Here RunBot may save any additional data to the view state.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.HandleLoadViewState">
            <summary>
            Called when control view state is loaded.
            Here RunBot may load any additional data that was saved to the view state.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.CalculateWidthHeight">
            <summary>
            Request to recalculate width and height of control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RunBot.UpdateDesigner(System.String)">
            <summary>
            Request to update property value in aspx.
            </summary>
            <param name="propName">Name of property. See example: SlideFadeAnimation.UpdateDesigner()</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.StyleBot">
            <summary>
            Provides the Control with access to style support services provided by the StyleBot class.  By separating these services from
            the control itself, there is no requirement that a particular control must inherit from a specific base class in order to
            benefit from the services provided.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.Control">
            <summary>
            Reference to the control that owns this RunBot.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.ControlMain">
            <summary>
            We need to have a reference to the control owning the RunBot, when we override WriteClientCollections in the RunBot
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.UserAgent">
            <summary>
            Information about client that is making the request.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.LoadViewStateCalled">
            <summary>
            Returns whether the view state has been loaded yet
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.EventList">
            <summary>
            The EventList manages the list of events that need to be fired to the application during the RaisePostDataChangedEvent processing.
            The list is created during the LoadPostData processing phase.  
            Derived RunBots populate the list as the transactionlists from the client are processed.
            Derived RunBots iterate the list in the RaiseServerEvents virtual override to fire the actual events.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.DeferLoadPostDataProcessing">
            <summary>
            Determines if the loading of postback data should be deferred until a later point when
            the object model is properly restored.  This situaion occurs when no ViewState is present 
            and the control must databind first in order to populate the object model.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.StyleSetName">
            <summary>
            Name of the Application Styling Framework(tm) style set defining the
            themed appearance for this control.
            </summary>
            <value>
            <p class="body">The name of the Application Styling Framework(tm) (ASF)
            style set which has been designed to give this control a consistent
            appearance with other controls in your application.</p>
            <p class="body">This property may return the empty string ("") to
            imply that the default style set (named "Default") should be used.
            </p>
            </value>
            <remarks>
            <p class="body">Web sites can configure a single, consistent,
            application-wide style set through the <em>styleSetName</em>
            attribute in their "web.config" file. Alternately, they can
            define the style set to apply Application Styling to all
            controls on a Page by placing a <strong>WebPage</strong>
            control on that Page and setting it's StyleSetName property.</p>
            <p class="body">At the control level this property allows an
            application developer to customize the style set applied to a
            single instance of a control.</p>
            <p class="body">Normally, graphics designers will furnish you
            with a style set containing one or more style sheet files (one
            for each type of control) and image files. The name of the style
            set (with the exception of the "Default" style set) must appear
            in each Cascading Style Sheet (CSS) class name defined by this
            control's style sheet file. For example, two WebTree controls
            that each use a different style set, "Aqua" and "Onyx", would
            expect their CSS class names for the ASF <em>Node</em> role to
            be "igdt_AquaNode" and "igdt_OnyxNode", respectively. This
            allows the uniqueness of CSS class names necessary to distinguish
            multiple style sets for the same type of control, without there
            being any naming collisions.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.Framework.RunBot.StyleSetPath"/>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.Infragistics#Web#UI#IProvideAppStyling#StyleSheetFileName">
            <summary>
            File name and path to the CSS stylesheet for this <b>WebControl</b>.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.Infragistics#Web#UI#IProvideAppStyling#ParsedStyles">
            <summary>
            Contains the <b>ParsedStyleCollection</b> consisting of CSS class
            definitions read from external sources.
            </summary>
            <value>The <b>ParsedStyleCollection</b> after external CSS class
            definitions have been parsed, or null (Nothing in Visual Basic .NET)
            if parsing hasn't been performed yet.</value>
            <remarks>
            <p class="body"></p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.EnableAppStyling">
            <summary>
            Enables support on WebTree for the Application Styling Framework(tm).
            </summary>
            <value>
            <em>True</em> indicates Application Styling is enabled, <em>False</em>
            indicates Application Styling is disabled, and <em>NotSet</em> indicates
            support for Application Styling should default to page- or application-level
            settings.
            </value>
            <remarks>
            <p class="body">Turn on support for Application Styling of WebTree
            when using the Application Styling Framework(tm) (ASF) by setting the 
            EnableAppStyling property to True.</p>
            <p class="body">When EnableAppStyling has it's default value of NotSet,
            this control will defer the determination of whether to use Application
            Styling to settings you make at the page- or application-level.  Place
            the <strong>WebPage</strong> control on the same Web form as this control
            to configure ASF support for all controls on that Page.  ASF support can
            also be turned on application-wide with the <em>enableAppStyling</em>
            attribute in your "web.config" file.</p>
            <p class="body">Turn off support for the ASF in WebTree (even though
            it may have been enabled at a higher level) by setting the EnableAppStyling
            property to False.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.StyleSetPath">
            <summary>
            Path containing the Application Styling Framework(tm) style set files
            for this type of control.
            </summary>
            <remarks>
            <p class="body">Web sites can configure the directory path containing
            their style set files application-wide by using the <em>styleSetPath</em>
            attribute of their "web.config" file. It is also possible to configure
            the style set path applicable to all controls on a Page that are subject
            to Application Styling by placing a <strong>WebPage</strong> control
            on that Page and setting it's StyleSetPath property.</p>
            <p class="body">At the control level this property allows an
            application developer to customize the location of the style set
            being applied to a single instance of a control.</p>
            <p class="note">Be aware that customizing the style set path at the control
            level will not allow you to copy a style set's files to this new location,
            changing a few style property values in them, and then use it successfully
            with separate instances of the control referencing the original style set
            of the same name. This is because there would be naming collisions in the
            Cascading Style Sheet (CSS) class names, which will produce an undefined
            appearance. You must ensure the CSS class names defined by style sheets
            in the new style set path are unique from those CSS class names being
            used by other style sheets that may continue to be referenced. The
            recommended guidance in this scenario is to create a new style set
            having a new style set name, that contains your modifications.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.Framework.RunBot.StyleSetName"/>
            <seealso cref="!:StyleSetPathResolved"/>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.Infragistics#Web#UI#IProvideAppStyling#StylePrefix">
            <summary>
            Returns a string prefix value that is used within the CSS file to prefix each style class name.
            Can be overridden to change the prefix used for this control.
            </summary>
            
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.PropCount">
            <summary>
            The number of properties that should be sent down to the client. 
            This value should come from the Object's Props Enumeration "Count";
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.XAttribute">
            <summary>
            Indicates which attribute should be used for XAttribute.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.SupportsAjaxIndicator">
            <summary>
            Returns true if control wants to support ajax indicator
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.CustomAJAXResponse">
            <summary>
            Container for values passed to client within AJAX response.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.OptimizeCollectionsState">
            <summary>
            The collections client state will be stored in the view state and 
            the client collections will not be sent from the client on postback. This is possible because
            client collections contain static data that does not change on the client. This data is used by
            the client API and when something is updated it is stored in the transactions list.
            If false the collections from the client side will be uploaded as before.
            Setting this to true, will increase page size in terms of view state, but will decrease
            the postback time numerously, because the collections state will not be uploaded from the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.DelayLoadingClientCollections">
            <summary>
            If true will delay the client collections loading in LoadPostData,
            after the view state has been loaded.
            If false the client collections will be loaded in HandleOnInit, when LoadClientState is called.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.WidthOfControl">
            <summary>
            Width of control which includes Width and Attributes.CssStyle["width"]
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.HeightOfControl">
            <summary>
            Height of control which includes Height and Attributes.CssStyle["height"]
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.EnableEmbeddedJavaScript">
            <summary>
            Instructs the control to load its embedded Java Script. 
            </summary>
            <remarks>
            When the controls Java Script is explicitly disabled, it must be 
            loaded via the ScriptManager instance on the page.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RunBot.ParentEnabled">
            <summary>
            Checks whether the parent controls is enabled or not.
            Returns false if any of its parent controls is disabled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.ProgressBarBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.DisplayControls.ProgressBarBot">ProgressBarBot</see>
            </summary>
            <param name="iControlMain">The WebControl that the ProgressBarBot should help.</param>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.ProgressBarBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.ProgressBarBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.ProgressBarBot.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.ProgressBarBot.AppStyleInfo">
            <summary>
            Provides Css class information for AppStyling
            </summary>
            <returns>The component, its Css class, the tag prefix, and all of the roles.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.ProgressBarBot.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents">
            <summary>
            Client events used by the <see cref="T:Infragistics.Web.UI.DisplayControls.WebProgressBar">WebProgressBar</see> control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ClientEventsBase">
            <summary>
            Base class for ClientSideEvents properties exposed by controls.
            This object handles the persistence and rendering of client events on behalf of a control.  This object also enables the
            developer to determine if a client event will cause a postback to the server when fired.
            The GetClientEventNameList method is called by the base class to allow derived classes to add their client events to the list which
            will be processed at render time.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.ClientEventsBase.NumberOfProperties">
            <summary>
            Returns the number of properties for this object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ClientEventsBase.#ctor(System.Web.UI.WebControls.WebControl,System.Boolean)">
            <summary>
            Create WebObjectBase with required value of isTrackingViewState
            </summary>
            <param name="owner">Reference to owner control (optional)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ClientEventsBase.AddNames(System.String[])">
            <summary>
            Add additional properties the base ClientEvents.
            </summary>
            <param name="propNames">Names of properties which will be appended to the base list. They should start with the base.NumberOfProperties.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ClientEventsBase.GetClientEventNameList">
            <summary>
            Get list of property names which should be used on client.
            </summary>
            Items in that list should match with ids used to get/set properties.
            That method can be overriden only if control modifies/hides properties of base class.
            Note: that method is called multiple time on any get/set property value.
            <returns>Array of names of all properties.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ClientEventsBase.PostBackAction(System.Int32)">
            <summary>
            Return postback action if client event with a particular name should be posted to server.
            </summary>
            <param name="indexOfClientEventName">Index of event at which it appears in the GetClientEventNameList()</param>
            <returns>Postback action. Default implementation returns Off.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ClientEventsBase.GetProperty(System.Int32)">
            <summary>
            Get value of a property.
            </summary>
            <param name="id">Id of property. That is a constant defined by control which is used as index of property within array returned by GetClientEventNameList().</param>
            <returns>Value of property.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ClientEventsBase.SetProperty(System.Int32,System.String)">
            <summary>
            Set value of a property with validation for illegal characters.
            </summary>
            <param name="id">Id of property. That is a constant defined by control which is used as index of property within array returned by GetClientEventNameList().</param>
            <param name="value">New value for a property</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ClientEventsBase.ToString">
            <summary>String formatted for visual designer.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientEventsBase.Owner">
            <summary>
            Get reference to owner.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientEventsBase.Initialize">
            <summary>
            Gets sets name of javascript function which is called after javascript object was created and initialized.
            </summary>
            <remarks>
            That event may fire after a control was resized and painted.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientEventsBase.AJAXResponse">
            <summary>
            Event fired when control gets AJAX response from the server.
            </summary>
            <remarks>
            Second param in handler is instance of AJAXResponseEventArgs class, which provides information about response objects.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientEventsBase.AJAXResponseError">
            <summary>
            Event fired when control gets AJAX response from the server.
            </summary>
            <remarks>
            Default alert message can be canceled.
            Second param in handler is instance of AJAXResponseErrorEventArgs class, which provides information about response objects.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientEventsBase.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents.#ctor(Infragistics.Web.UI.DisplayControls.WebProgressBar,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents">ProgressBarClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents.ProgressChanging">
            <summary>
            Event fired when the value of the progressbar is changing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents.ProgressChanged">
            <summary>
            Event fired when the value of the progressbar has changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents.Click">
            <summary>
            Event fired when the progressbar is clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents.MouseOut">
            <summary>
            Event fired when the mouse leaves the progressbar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents.MouseOver">
            <summary>
            Event fired when the mouse enters the progressbar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents.DoubleClick">
            <summary>
            Event fired when the progressbar is double clicked.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.ProgressBarRenderer">
            <summary>
            Inherits from <see cref="T:Infragistics.Web.UI.Framework.RendererBase">RendererBase</see>. 
            This is the renderer for the <see cref="T:Infragistics.Web.UI.DisplayControls.WebProgressBar">WebProgressBar</see>.
            Note that it does not render the label in the proper position.  That has to happen client side.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.RendererBase">
            <summary>
            The principle base class for implementation of the Visitor pattern for rendering markup.  This base class contains
            context information and utility methods to support rendering methods that output markup to the HtmlTextWriter.  This 
            class is used by control developers only as a base class for specific rendering implementations.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.RendererBase.ClientAttributeAddress">
            <summary>
            Attribute-name for html element used on client to create item by this._createItem(elem, adr)
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.RendererBase.ClientAttributeObject">
            <summary>
            Attribute-name for html element used on client to create object by this._createObject(elem, obj)
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.RendererBase.ClientAttributeMarker">
            <summary>
            Attribute-name for html element used on client to fill this._elements[mkr]=elem
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.RendererBase.ClientAttributeNoWalk">
            <summary>
            Attribute-name for html element used on client to stop __walkThrough: processing adr, obj and mkr.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.RendererBase.ClientAttributeMain">
            <summary>
            Attribute-name for html element used on client to stop __walkThrough: processing adr, obj and mkr.
            That attribute also is used as identifier of main html element used by control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.RendererBase.ClientValueForLayoutAttributeMain">
            <summary>
            Attribute-value for ClientAttributeMain attribute-name to mark layout-manager control, which can have dependant child controls.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.RendererBase.ClientStateIDSuffix">
            <summary>
            Suffix for id/name of input field used to store client state of control. The prefix of id is Control.ClientID.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            The main entry point for the Renderer.  Derived renderers create the primary markup for the control and then
            walk the object model to create the remaining markup.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.RenderClientStateField(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders a hidden data field where clientState can be stored for the page submit and sent
            back to the server
            </summary>
            <param name="writer">The HtmlTextWriter that will be used to write the hidden field.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.NewLine(System.Web.UI.HtmlTextWriter)">
            <summary>
            Writes a newline character combination to the output stream when DEBUG is defined.
            Performs a no-op otherwise.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.AddXAttribute(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>
            Writes multiple attribute string to the HtmlTextWriter
            </summary>
            <param name="writer">The HtmlTextWriter where the attribute will be added.</param>
            <param name="attributes">a string containing attribute settings of the form </param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.AddXAttribute(System.Web.UI.HtmlTextWriter,System.String,System.String)">
            <summary>
            Writes an attribute string to the specified HtmlTextWriter.  The string is initially encoded into the id atttribute and to conform
            to XHTML standards, and is then decoded on the client and applied as an attribute to the corresponding element.
            Note: If not DesignMode, then before call to that method owner of this RunBot should call InitializeXAttributes() before every Render.
            </summary>
            <param name="writer">The HtmlTextWriter where the attribute will be added.</param>
            <param name="attribute">The string name of the attribute.</param>
            <param name="value">The value of the attribute to be written.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.AddXAttributeToClassName(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String)">
            <summary>
            Write class to writer with extra attribute. That method can be used only for the html element of main control which has normal id.
            </summary>
            <param name="writer">Writer used to output class (and id) attribute for html element</param>
            <param name="className">Original value for class attribute used by control</param>
            <param name="attribute">Attribute marker</param>
            <param name="val">Value for attribute marker</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.AddAttributesToRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Adds all of the standard attributes to the writer.
            </summary>
            <param name="writer">Writer to render attributes into.</param>
            <remarks>The method invokes all of the following methods: 
            <see cref="M:Infragistics.Web.UI.Framework.RendererBase.AddStandardPropertiesToRender(System.Web.UI.HtmlTextWriter)"/>, <see cref="M:Infragistics.Web.UI.Framework.RendererBase.AddStyleAttributeToRender(System.Web.UI.HtmlTextWriter)"/>, 
            <see cref="M:Infragistics.Web.UI.Framework.RendererBase.AddStandardAttributesToRender(System.Web.UI.HtmlTextWriter)"/>.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.AddStandardPropertiesToRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Adds standard properties of a WebControl to the writer.
            </summary>
            <param name="writer">Writer to render attributes into.</param>
            <remarks>Standard properties include: ID, AccessKey, Enabled, TabIndex, ToolTip.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.AddStyleAttributeToRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Adds style attribute to the writer.
            </summary>
            <param name="writer">Writer to render the attribute into.</param>
            <remarks>Adds styles off the control itself such as BackColor, Font etc., as well as off 
            the STYLE attribute. The STYLE attribute settings will take precedence over the control's
            settings.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.AddStandardAttributesToRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Adds attributes from the Attributes collection of the control to the writer.
            </summary>
            <param name="writer">Writer to render attributes into.</param>
            <remarks>
            The method adds all of the attributes from the Attributes collection of 
            the control except STYLE and CLASS.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RendererBase.AddStandardAttributesToRender(System.Web.UI.HtmlTextWriter,System.Web.UI.AttributeCollection)">
            <summary>
            Adds attributes from any Attributes collection to the writer.
            </summary>
            <param name="writer">Writer to render attributes into.</param>
            <param name="attrs">The attribute collection that you would like to render. </param>
            <remarks>
            The method adds all of the attributes from the Attributes collection of 
            specified by the developer
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RendererBase.RunBot">
            <summary>
            Provides access to the RunBot object for the Control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RendererBase.StyleBot">
            <summary>
            Provides access to the StyleBot object for the Control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RendererBase.Control">
            <summary>
            Provides access to the Control or ControlMain that the object is associated with.
            </summary>
            <remarks>
            Most derived rendering classes add a more type specific member that provides access to the 
            most derived Control type.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RendererBase.Page">
            <summary>
            Provides access to the Page object of the Control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RendererBase.ClientID">
            <summary>
            Provides access to the clientID for the Control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RendererBase.UniqueID">
            Provides access to the UniqueID for the Control
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RendererBase.DesignMode">
            <summary>
            Returns true if the Control is currently in Design Mode.  False is returned otherwise.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.ProgressBarRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Main entry point for the renderer.
            </summary>
            <param name="writer">The writer in which all HTML is written for the control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.ProgressBarRenderer.CalculateSnapping">
            <summary>
            Calculates the percentage of the bar region that should be displayed as unfilled based on the SnapInterval property.
            </summary>
            <returns>String percentage representing the unfilled bar region.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.DisplayControls.WebProgressBar">
            <summary>
            Main class for the WebProgressBar control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ControlMain">
             <summary>
             The base class for controls in the Framework.  This class communicates and coordinates with
             other classes in the framework such as RendererBase, ExtenderBase and DesignerBase to perform tasks on behalf
             of the control.
             </summary>
            
        </member>
        <member name="T:Infragistics.Web.UI.IControlMain">
            <summary>
            Interface implemented by ControlMain class which abstracts various methods so that a control can still function
            within the framework even if it does not inherit from ControlMain.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.IControlMain.Renderer">
            <summary>
            A property on the Control object which end-users can use to create and store a custom renderer.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.IControlMain.TemplateContainerControl">
            <summary>
            Provides access to the one and only Container for Templates.  This Control is used as a collection manager for
            all templates created for objects that are not part of the control tree.  In order to be more light weight,
            many collection objects do not inherit from WebControl and do not get added to the control tree.  Therefore, they
            need a place to store templates so that they are contained in the control tree.  The TemplateContainerControl is the place 
            where they are maintained.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.IControlMain.RunBot">
            <summary>
            Obtains a reference to the RunBot associated with this ControlMain 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.IUltraLicensedComponent">
            <summary>
            Interface implemented by Infragistics licensed componenents
            and controls.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.IUltraLicensedComponent.License">
            <summary>
            Returns the component's license object (read-only) 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.CreateRunBot">
            <summary>
            Creates a run bot for this control
            </summary>
            <returns>A RunBot</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.GetClientEventsObject">
            <summary>
            Control which exposes ClientEvents should return that method within its ClientEvents property with a proper typecast.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.ShouldSerializeClientEvents">
            <summary>
            Check if ClientEvents has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.ResetClientEvents">
            <summary>Clears the ClientEvents</summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.CreateRenderer">
            <summary>
            A virtual method called by the framework base when a renderer is required for the control.  Derived classes
            may override this method in order to provide specific rendering markup.  Many of the rendering 
            methods within the Renderer class may also be overridable in order to customize specific aspects of the rendering.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.CreateChildControls">
            <summary>
            Overrides CreateChildControls and calls EnsureTemplates
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.OnInit(System.EventArgs)">
            <summary>
            Process OnInit
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.OnPreRender(System.EventArgs)">
            <summary>
            Process OnPreRender
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders this control
            </summary>
            <param name="writer">The HtmlTextWriter to use</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Override the WebControl RenderContents method to redirect rendering to the appropriate 
            renderer.
            </summary>
            <param name="writer">The HtmlTextWriter where the rendered markup will be written.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.EnsureTemplates">
            <summary>
            Method to override to ensure that templates have been created
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.ClearTemplates">
            <summary>
            Method to override to ensure that templates are cleared
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.SaveAdditionalViewState">
            <summary>
            Save ViewStates of additional objects used by extended classes.
            </summary>
            <returns>Data of additional objects</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.LoadAdditionalViewState(System.Object)">
            <summary>
            Load ViewStates of additional objects used by extended classes.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            If any properties, objects, or collections were modified on the client, their transacation lists are loaded here. 
            Also, if this is a Callback, it is where CallbackCreated is called from.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>true if the server control's state changes as a result of the postback; otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.RaisePostDataChangedEvent">
            <summary>
            Used to notify the ASP.Net application that the state of the control has changed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during LoadPostData during a Callback. This method should be used perform any operations neccessary for the callback.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback. This method should be used to render any html or objects that need
            to be sent down in the Callback's response. 
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlMain.Dispose">
            <summary>
            Disposes of this control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.RunBot">
            <summary>
            Provides the Control with access to runtime support services provided by the RunBot class.  By separating these services from
            the control itself, there is no requirement that a particular control must inherit from a specific base class in order to
            benefit from the services provided.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.StyleBot">
            <summary>
            Provides the Control with access to style support services provided by the StyleBot class.  By separating these services from
            the control itself, there is no requirement that a particular control must inherit from a specific base class in order to
            benefit from the services provided.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.Renderer">
            <summary>
            Sets or Gets a rendering object derived from RendererBase that serves to emit html markup that is appropriate to the
            control.  This property can be set by an application to a Renderer other than the one normally provided by the Control.
            The Custom Renderer can override any of the virtual methods exposed or can implement an entirely new set of rendering
            logic if desired.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.StyleSetName">
            <summary>
            Name of the Application Styling Framework(tm) style set defining the
            themed appearance for this control.
            </summary>
            <value>
            <p class="body">The name of the Application Styling Framework(tm) (ASF)
            style set which has been designed to give this control a consistent
            appearance with other controls in your application.</p>
            <p class="body">This property may return the empty string ("") to
            imply that the default style set (named "Default") should be used.
            </p>
            </value>
            <remarks>
            <p class="body">Web sites can configure a single, consistent,
            application-wide style set through the <em>styleSetName</em>
            attribute in their "web.config" file. Alternately, they can
            define the style set to apply Application Styling to all
            controls on a Page by placing a <strong>WebPage</strong>
            control on that Page and setting it's StyleSetName property.</p>
            <p class="body">At the control level this property allows an
            application developer to customize the style set applied to a
            single instance of a control.</p>
            <p class="body">Normally, graphics designers will furnish you
            with a style set containing one or more style sheet files (one
            for each type of control) and image files. The name of the style
            set (with the exception of the "Default" style set) must appear
            in each Cascading Style Sheet (CSS) class name defined by this
            control's style sheet file. For example, two WebTree controls
            that each use a different style set, "Aqua" and "Onyx", would
            expect their CSS class names for the ASF <em>Node</em> role to
            be "igdt_AquaNode" and "igdt_OnyxNode", respectively. This
            allows the uniqueness of CSS class names necessary to distinguish
            multiple style sets for the same type of control, without there
            being any naming collisions.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.Framework.ControlMain.StyleSetPath"/>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.StyleSetPath">
            <summary>
            Path containing the Application Styling Framework(tm) style set files
            for this type of control.
            </summary>
            <remarks>
            <p class="body">Web sites can configure the directory path containing
            their style set files application-wide by using the <em>styleSetPath</em>
            attribute of their "web.config" file. It is also possible to configure
            the style set path applicable to all controls on a Page that are subject
            to Application Styling by placing a <strong>WebPage</strong> control
            on that Page and setting it's StyleSetPath property.</p>
            <p class="body">At the control level this property allows an
            application developer to customize the location of the style set
            being applied to a single instance of a control.</p>
            <p class="note">Be aware that customizing the style set path at the control
            level will not allow you to copy a style set's files to this new location,
            changing a few style property values in them, and then use it successfully
            with separate instances of the control referencing the original style set
            of the same name. This is because there would be naming collisions in the
            Cascading Style Sheet (CSS) class names, which will produce an undefined
            appearance. You must ensure the CSS class names defined by style sheets
            in the new style set path are unique from those CSS class names being
            used by other style sheets that may continue to be referenced. The
            recommended guidance in this scenario is to create a new style set
            having a new style set name, that contains your modifications.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.Framework.ControlMain.StyleSetName"/>
            <seealso cref="!:StyleSetPathResolved"/>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.TemplateContainerControl">
            <summary>
            A control to hold templates in its child collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.EnableAjaxViewState">
            <summary>
            Gets sets ability to maintain view state of controls on page if their properties were modified while asynchronous postback of this control.
            </summary>
            <remarks>
            <p class="body">
            That property has effect only when asynchronous postback is triggered by this control.
            Those can be postbacks triggered by AutoPostBackFlags with value "Async", or internal postbacks such as sorting of grid.</p>
            <p class="note">
            If that property is disabled, then properties of any control on page modified while that async postback will be lost after a full postback.
            Value false will also reduce size of response stream.
            If that property is enabled, then in some applications the server exception related to EventValidation is possible. If it happens, then
            application should disable that property or set EnableEventValidation attribute of page to false.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.CustomAJAXResponse">
            <summary>
            Container for values passed to client within AJAX response.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.WidthOfControl">
            <summary>
            Width of control which includes Width and Attributes.CssStyle["width"]
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.HeightOfControl">
            <summary>
            Height of control which includes Height and Attributes.CssStyle["height"]
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.IsDesignMode">
            <summary>
            A.T. we need this property because in WebControl it is protected, so we cannot check
            the "real" design mode. HttpContext is not good, because in the Unit test context
            it still returns true, which is incorrect. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.OptimizeCollectionsState">
            <summary>
            The collections client state will be stored in the view state and the client collections will not be sent from the client on postback.
            This will increase page size in terms of view state, but will decrease the postback time numerously, because the collections state will not be uploaded from the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.IsOptimizeCollectionsStateSupported">
            <summary>
            Not all of the existing controls follow the design principles of Aikido
            and OptimizeCollectionsState can break some of their functionality.
            
            So this property will be overriden from the controls that
            support this feature and return true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.EnableEmbeddedJavaScript">
            <summary>
            Instructs the control to load its embedded Java Script. 
            </summary>
            <remarks>
            When the controls Java Script is explicitly disabled, it must be 
            loaded via the ScriptManager instance on the page.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.Enabled">
            <summary>
            Gets or sets a value whether the Aikido control is enabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.InsecureSubmitTokensAsString">
            <summary>
            Gets sets list of insecure strings separated by the "|" character.<br></br>
            That property is designed to protect application from scripting vulnerability.
            When request comes from client and the value of the hidden field contains insecure tokens, then all changes on client are discarded.
            </summary>
            <remarks>
            <p class="note">Note: In order to set the "|" character in token, the flag "&amp;pipe;" should be used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlMain.InsecureSubmitTokens">
            <summary>
            Gets sets list of insecure strings as array.<br></br>
            That property is designed to protect application from scripting vulnerability.
            When request comes from client and the value of the hidden field contains insecure tokens, then all changes on client are discarded.
            </summary>
            <remarks>
            <p class="note">Note: In order to set the "|" character in token, the flag "&amp;pipe;" should be used.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.WebProgressBar.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.DisplayControls.WebProgressBar">WebProgressBar</see> Class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.WebProgressBar.Format(System.String)">
            <summary>
            Returns a string for the label based upon the given token format string
            </summary>
            <param name="tokenizedFormatString">The format string to use</param>
            <returns>A string with the tokenized label</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.WebProgressBar.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents">ProgressBarClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.WebProgressBar.CreateRunBot">
            <summary>
            A virtual method called by the framework base when the RunBot is required for the control.  Derived classes
            may override this method in order to provide extra functionality to the RunBot.  Many of the 
            methods within the RunBot class may also be overridable in order to add additional logic to the control.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.DisplayControls.ProgressBarBot">ProgressBarBot</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DisplayControls.WebProgressBar.CreateRenderer">
            <summary>
            A virtual method called by the framework base when a renderer is required for the control.  Derived classes
            may override this method in order to provide specific rendering markup.  Many of the rendering 
            methods within the Renderer class may also be overridable in order to customize specific aspects of the rendering.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.DisplayControls.ProgressBarRenderer">ProgressBarRenderer</see>. object</returns>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Orientation">
            <summary>
            Gets or sets the orientation of the WebProgressBar.
            <para>Horizontal - Bar will fill either Left to Right or Right to Left, depending on FillDirection.</para>
            <para>Vertical - Bar will fill either Top to Bottom or Bottom to Top, depending on FillDirection.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.FillDirection">
            <summary>
            Gets or sets the direction that the progress bar will fill.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.LabelFormatString">
            <summary>
            String that will be used as a format for the progress bar labels.
            six different values may be inserted in C# style string formatting:
            {0} or {ProgressValue} - Current Progress Value
            {1} or {PercentProgress}- Current Percent Progress
            {2} or {RemainingProgress}- Remaining progress to be completed
            {3} or {PercentageRemaining}- Percentage remaining
            {4} or {Min}- Minimum value
            {5} or {Max}- Maximum value
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.FormattedLabel">
            <summary>
            Returns Tokenized Label Format String
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.ToolTip">
            <summary>
            String that will be used as a format for the progress bar labels.
            six different values may be inserted in C# style string formatting:
            {0} or {ProgressValue} - Current Progress Value
            {1} or {PercentProgress}- Current Percent Progress
            {2} or {RemainingProgress}- Remaining progress to be completed
            {3} or {PercentageRemaining}- Percentage remaining
            {4} or {Min}- Minimum value
            {5} or {Max}- Maximum value
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.FormattedTooltip">
            <summary>
            Returns Tokenized Tooltip Format String 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.LabelAlignment">
            <summary>
            Positioning of the label within the progress bar.  Note: When the orientation is set to Vertical the various values of LabelAlignment will not 
            take effect at design time.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Value">
            <summary>
            Current progress of the bar
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Minimum">
            <summary>
            Start value of the bar.  Corresponds to 0%.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Maximum">
            <summary>
            End value of the bar.  Corresponds to 100% fill.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Height">
            <summary>
            Height of the component.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.Width">
            <summary>
            Width of the component
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.SnapInterval">
            <summary>
            Separation between displayed progresses.  Ex. A snap of 10% would display 38% as 40%.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.FillMode">
            <summary>
            Mode of displaying the fill image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.AnimationThreshold">
            <summary>
            Cutoff value for the minimum change that will trigger an animation.  A value of -1 will result in no animation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.AnimationType">
            <summary>
            The equation used to animate the progress bar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.AnimationDuration">
            <summary>
            Duration of each animation in milliseconds.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DisplayControls.WebProgressBar.ClientEvents">
            <summary>
            Get reference to the <see cref="T:Infragistics.Web.UI.DisplayControls.ProgressBarClientEvents">ProgressBarClientEvents</see>..
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CaptchaAudioManager">
            <summary>
            This class merges a couple of WAV files into one WAV file
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaAudioManager.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaAudioManager.MergeFiles(System.Collections.Generic.IList{System.Byte[]})">
            <summary>
            merges several wave file byte arrays into a single one, and generates a new header for it.
            </summary>
            <param name="audioFiles"> a list of byte arrays containing binary wave file data </param>
            <returns> a byte array of merged files, along with generated new header </returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaAudioManager.ExtractDataLength(System.Byte[],System.Int32@,System.Int32@)">
            <summary>
            extract the data length and the total length for the specified WAV file 
            </summary>
            <param name="wav"> byte array holding all of the WAV file contents </param>
            <param name="length"> will store the total length here </param>
            <param name="dataLength">will store the data length here </param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaAudioManager.GenerateHeader(System.IO.MemoryStream,System.Int32,System.Int32)">
            <summary>
            generates a header for the resulting WAV file that will be streamed 
            </summary>
            <param name="ms"> reference to the memory stream </param>
            <param name="length">the total length (bytes) of the resulting WAV file </param>
            <param name="dataLength">the data length (without the header) of the resulting WAV file</param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CaptchaBot">
            <summary>
            RunBot for the WebCaptcha control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Default constructor 
            </summary>
            <param name="controlMain"> infragistics control instance </param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaBot.SaveClientProperties">
            <summary>
            Save client only properties 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaBot.AppStyleInfo">
            <summary>
            Provides Css class information for AppStyling
            </summary>
            <returns>The component, its Css class, the tag prefix, and all of the roles.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaBot.PropCount">
            <summary>
            properties count - that will be sent to the client 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CaptchaClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.EditorControls.WebCaptcha">WebCaptcha</see> class
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaClientEvents.#ctor">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.EditorControls.CaptchaClientEvents">CaptchaClientEvents</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaClientEvents.#ctor(Infragistics.Web.UI.EditorControls.WebCaptcha,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.EditorControls.CaptchaClientEvents">CaptchaClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CaptchaImage">
            <summary>
            class that is responsible for generating the captcha image 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaImage.#ctor(Infragistics.Web.UI.EditorControls.CaptchaImageSettings)">
            <summary>
            Creates a CaptchaImage with the given settings
            </summary>
            <param name="settings">The settings to use</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaImage.ApplyWarpToChar(System.Drawing.Rectangle,System.Drawing.Drawing2D.GraphicsPath)">
            <summary>
            applies warping transformation for a rectangle where a single character will be drawn 
            </summary>
            <param name="canvas"></param>
            <param name="path"></param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImage.Image">
            <summary>
            Returns the Bitmap for this image
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CaptchaImageButton">
            <summary>
            Class for a CaptchaImageButton that overrides some properties
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.DisabledImageButton">
            <summary>
            Represents an Image Button capable of display in several visual states including a Disabled state.. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ImageButton">
            <summary>
            Represents an Image Button capable of display in several visual states. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ImageObject">
            <summary>
            Represents an Image object capable of display in several visual states. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ImageObject.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="runbot"></param>
            <param name="markerName"></param>
            <param name="defaultAltText"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ImageObject.#ctor(System.Boolean)">
            <summary>
            Constructor with trackViewState.
            </summary>
            <param name="trackViewState">True: request to call TrackViewState</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ImageObject.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ImageObject.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render image as img tag.
            </summary>
            <param name="writer">Reference to writer</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageObject.ImageUrl">
            <summary>
            The url that will be used for the image. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageObject.HoverImageUrl">
            <summary>
            The url that will be used for the image when the button is hovered. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageObject.AltText">
            <summary>
            The alternate text that will be displayed when the image can't be rendered.
            <para>The default value is [Default]. This means that a Default value will be used unless otherwise specified.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageObject.Visible">
            <summary>
            Determines if the image is rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageObject.ToolTip">
            <summary>
            The tooltip that will be displayed when the image is hovered over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageObject.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ImageButton.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="runbot"></param>
            <param name="markerName"></param>
            <param name="defaultAltText"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ImageButton.#ctor(System.Boolean)">
            <summary>
            Constructor with trackViewState.
            </summary>
            <param name="trackViewState">True: request to call TrackViewState</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageButton.PressedImageUrl">
            <summary>
            The url that will be used for the image when the button is pressed. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.DisabledImageButton.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="runbot"></param>
            <param name="markerName"></param>
            <param name="defaultAltText"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.DisabledImageButton.#ctor(System.Boolean)">
            <summary>
            Constructor with trackViewState.
            </summary>
            <param name="trackViewState">True: request to call TrackViewState</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.DisabledImageButton.DisabledImageUrl">
            <summary>
            The url that will be used for the image when the button is disabled. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.DisabledImageButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaImageButton.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            Creates a new CaptchaImageButton
            </summary>
            <param name="runbot"></param>
            <param name="markerName"></param>
            <param name="defaultAltText"></param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageButton.HoverImageUrl">
            <summary>
            Not supported
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageButton.DisabledImageUrl">
            <summary>
            Not supported
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageButton.PressedImageUrl">
            <summary>
            Not supported
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaImageHandler.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaImageHandler.ProcessRequest(System.Web.HttpContext)">
            <summary>
            Generates captcha image or audio file depending on request parameter 
            </summary>
            <param name="context">reference to the current HttpContext instance</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageHandler.IsReusable">
            <summary>
            IHttpHandler.IsReusable
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CaptchaImageSettings">
            <summary>
            Configuration settings for WebCaptcha
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.Random">
            <summary>
            Random generator 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.Width">
            <summary>
            Width of the Captcha image 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.Height">
            <summary>
            Height of the Captcha image 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.BackgroundNoise">
            <summary>
            noise for the generated Captcha Image
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.FontWarping">
            <summary>
            Warping applied to the text on the generated image
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.LinesNoise">
            <summary>
            Lines that will be added to the generated Captcha image 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.RotationNoise">
            <summary>
            Lines that will be added to the letters on the generated Captcha image
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.TextColor">
            <summary>
            color of image text 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.BackgroundColor">
            <summary>
            color of the background
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.Text">
            <summary>
            Captcha image Text 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.AltText">
            <summary>
            Captcha image ALT Text 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.Tooltip">
            <summary>
            Captcha image Tooltip
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.CharacterSet">
            <summary>
            Character Set for text 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.TextLength">
            <summary>
            Fixed Length of Text 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.EnableUniqueChars">
            <summary>
            if enabled, only unique characters will be generated 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.FontName">
            <summary>
            Captcha Image Settings Font Family
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.FontSize">
            <summary>
            Font size 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.FontStyle">
            <summary>
            Font style 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.EnableRandomFonts">
            <summary>
            Font style 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.EnableCaseSensitivity">
            <summary>
            Case sensitivty for the image contents (letters)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CaptchaImageSettings.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CaptchaRenderer">
            <summary>
            Inherits from <see cref="T:Infragistics.Web.UI.Framework.RendererBase">RendererBase</see>. 
            This is the renderer for the <see cref="T:Infragistics.Web.UI.EditorControls.WebCaptcha">WebCaptcha</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CaptchaRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            renders the WebCaptcha
            </summary>
            <param name="writer"> reference to HtmlTextWriter </param>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.ProtectionMode.Captcha">
            <summary>
            renders a captcha image 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.ProtectionMode.FormSubmissionTimeout">
            <summary>
            if form is submitted faster than the specified timeout, validation fails it assumes that a spam bot has submitted the form 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.ProtectionMode.InvisibleInputField">
            <summary>
            an invisible field will be rendered on the form, and if it is filled, validation fails it assumes that a spam bot has submitted the form 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CaptchaDictionaryMode.Off">
            <summary>
            no dictionary will be used= default mode 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CaptchaDictionaryMode.Words">
            <summary>
            words will be loaded from dictionary, and image will be generated based on them 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CaptchaDictionaryMode.LogicalQuestionAnswer">
            <summary>
            no image will be generated, and the captcha will be in the format of logical question => answer 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.NoiseLevel">
            <summary>
            Captcha image noise level: used for background noise, font warping, and lines noise 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebCaptchaRoles">
            <summary>
            Roles defined for the ig_captcha.css file.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebCaptcha">
            <summary>
            Main class for the WebCaptcha control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.#ctor">
            <summary>
            Default Constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.EditorControls.CaptchaClientEvents">CaptchaClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.CreateRunBot">
            <summary>
            A virtual method called by the framework base when the RunBot is required for the control.  Derived classes
            may override this method in order to provide extra functionality to the RunBot.  Many of the 
            methods within the RunBot class may also be overridable in order to add additional logic to the control.
            </summary>
            <returns>Returns a new <see cref="!:WebCaptchaBot">CaptchaBot</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.CreateRenderer">
            <summary>
            A virtual method called by the framework base when a renderer is required for the control.  Derived classes
            may override this method in order to provide specific rendering markup.  Many of the rendering 
            methods within the Renderer class may also be overridable in order to customize specific aspects of the rendering.
            </summary>
            <returns>Returns a new <see cref="!:WebRatingRenderer">CaptchaRenderer</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.CreateChildControls">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.OnLoad(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.OnPreRender(System.EventArgs)">
            <summary>
            
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            
            </summary>
            <param name="callbackObject"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            
            </summary>
            <param name="callbackObject"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.RandomString(System.Boolean)">
            <summary>
            Generates a random string to be used for Captcha image generation
            </summary>
            <param name="size"> number of characters </param>
            <param name="lowerCase"> if the generated text should be lower or upper case </param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.Validate">
            <summary>
            Performs validation on the Captcha image against the entered text 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.OnInit(System.EventArgs)">
            <summary>
            Enable ControlState.
            </summary>
            <param name="e">EventArgs reference</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.LoadControlState(System.Object)">
            <summary>
            Load's the control's state
            </summary>
            <param name="savedState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCaptcha.SaveControlState">
            <summary>
            Saves the control's state
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.ClientEvents">
            <summary>
            Get reference to the <see cref="T:Infragistics.Web.UI.EditorControls.CaptchaClientEvents">CaptchaClientEvents</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.EnableCaptchaImageRegeneration">
            <summary>
            allows captcha image to be generated (manually), if it is not readable by the user 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaImageRegenerationTimeout">
            <summary>
            defines after how many seconds the captcha image will get automatically regenerated (refreshed)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaDictionaryPath">
            <summary>
            path from where the Dictionary will be loaded, if CaptchaDictionaryMode is "Words" or "LogocalQuestionAnswer"
            the dictionary format is : when CaptchaDictionaryMode is Words, every line represents some word(s)
            when CaptchaDictionaryMode is LogicalQuestionAnswer, then first line is question, second line is answer, and so on
            two lines each 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaDictionaryMode">
            <summary>
            sets the mode of the captcha
            Off  - random text generated on an image
            Words - words loaded from dictionary and generated on an image
            LogicalQuestionAnswer - question that will be not generated on the image but will be plain text 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.DictionaryWords">
            <summary>
            stores captcha words 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.DictionaryQuestions">
            <summary>
            stores captcha words 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.AllKeys">
            <summary>
            stores captcha words 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaImageSettings">
            <summary>
            ImageSettings Object 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.Value">
            <summary>
            Current Captcha Value (server-side only!)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.PreviousValue">
            <summary>
            Previous value - to compare on postback against back-button security 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.ChallengeValue">
            <summary>
            This is only supported and used when CaptchaDictionaryMode = LogicalQuestionAnswer
            this basically represents the key (captcha challenge question)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.ProtectionMode">
            <summary>
            Protection mode - Captcha, FormSubmissionTimeout, and InvisibleInputField
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.InputValueEditor">
            <summary>
            Reference to WebTextEditor control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.InputValue">
            <summary>
            Value that was entered by the user 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaEditorID">
            <summary>
            ID of server-side control on the form that we are going to use as an editor for the captcha (where the end user will enter text)
            the editor must implement ITextControl
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.InvisibleTextBox">
            <summary>
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.InvisibleTextBoxValue">
            <summary>
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CurrentFormSubmissionTimeoutSeconds">
            <summary>
            internal value indicating the actual time for form submission, calculated onb the server 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.FormSubmissionTimeoutGuid">
            <summary>
            we store this guid in the session, and it is used to retrieve the current submission timeout value 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.FormSubmissionTimeoutSeconds">
            <summary>
            the maximum form submission timeout allowed, to which we compare the value of CurrentFormSubmissionTimeoutSeconds
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaSoundsPath">
            <summary>
            Path from where the Captcha audio files will be loaded - so that we can support different languages 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaImagesPath">
            <summary>
            Path from where predefined images will be loaded, and an image from the list will be randomly chosen
            this is sort-of logical captchas, but instead of text (question), an image will be displayed
            and the end user will type what he sees on the image 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaErrorLabelID">
            <summary>
            ID of server-side control on the form that we are going to use to visualize the error message 
            it must implement ITextControl
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.CaptchaInfoTextLabel">
            <summary>
            Label that will be rendered below the captcha image (text used for informative purposes about what the end user should do
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.SubmitButton">
            <summary>
            ASP:Button that will be rendered below image and input
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.RefreshButton">
            <summary>
            refresh button for captcha image 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.AudioButton">
            <summary>
            audio button for captcha image
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.ValidationGroup">
            <summary>
            ASP.NET 2.0 validation groups support - if this is specified, validation will be performed by calling
            Page.Validate(ValidationGroup)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.ErrorMessage">
            <summary>
            error message in case IsValid is false 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCaptcha.IsValid">
            <summary>
            value indicating whether validation has succeeded or failed 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarAutoPostBackFlags">
            <summary>
            Container of properties which define auto postback options used by WebMonthCalendar.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for CalendarAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarAutoPostBackFlags.SelectionChanged">
            <summary>
            Gets sets auto postback options applied to selection change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarAutoPostBackFlags.VisibleMonthChanged">
            <summary>
            Gets sets auto postback options applied to visible month change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarClientEvents">
            <summary>
            ClientEvents used by the WebMonthCalendar class
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarClientEvents.NumberOfProperties">
            <summary>
            Returns the number of properties
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarClientEvents.#ctor(Infragistics.Web.UI.EditorControls.WebMonthCalendar,System.Boolean)">
            <summary>
            Create instance of CalendarClientEvents.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarClientEvents.PostBackAction(System.Int32)">
            <summary>
            Returns postback action for a particular event.
            </summary>
            <param name="indexOfClientEventName">Index of event at which it appears in the GetClientEventNameList()</param>
            <returns>Postback action. Default implementation returns Off.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.VisibleMonthChanging">
            <summary>
            Gets sets name of javascript function which is called before visible month is changed.
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.VisibleMonthChanged">
            <summary>
            Gets sets name of javascript function which is called after visible month was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.SelectionChanging">
            <summary>
            Gets sets name of javascript function which is called before selected date is changed.
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.SelectionChanged">
            <summary>
            Gets sets name of javascript function which is called after selected date was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.RenderDay">
            <summary>
            Gets sets name of javascript function which is called when a day in month is rendered.
            </summary>
            <remarks>
            <p class="body">Rendering can be modified using properties of eventArgs.
            Default rendering can be canceled and application can implement custom rendering.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.Focus">
            <summary>
            Gets sets name of javascript function which is called when control gets focus event of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.Blur">
            <summary>
            Gets sets name of javascript function which is called when control gets blur event (lost focus) of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.KeyDown">
            <summary>
            Gets sets name of javascript function which is called on keydown event of a browser.
            </summary>
            <remarks>
            <p class="note">Action triggered by that event can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.MouseDown">
            <summary>
            Gets sets name of javascript function which is called on mousedown event of a browser.
            </summary>
            <remarks>
            <p class="body">The returned value by <tt>sender.idFromMouse(eventArgs.get_browserEvent())</tt> can be used to check id of element under mouse.</p>
            <p class="note">Action triggered by that event can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.MouseOver">
            <summary>
            Gets sets name of javascript function which is called when active element in calendar gets mouse-over event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.MouseOut">
            <summary>
            Gets sets name of javascript function which is called when active element in calendar gets mouse-out event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.ListOpening">
            <summary>
            Gets sets name of javascript function which is called before list of months, years or year groups is opened or list of years is updated with next range.
            </summary>
            <remarks>
            <p class="body">Open-list action can be canceled.</p>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.ListOpened">
            <summary>
            Gets sets name of javascript function which is called after list of months, years or year groups was opened or list of years was updated with next range.
            </summary>
            <remarks>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.ListClosing">
            <summary>
            Gets sets name of javascript function which is called before list of months, years or year groups is closed.
            </summary>
            <remarks>
            <p class="body">Close-list action can be canceled only if item was selected in list of months or years.</p>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.ListClosed">
            <summary>
            Gets sets name of javascript function which is called after list of months, years or year groups was closed.
            </summary>
            <remarks>
            <p class="body">Update action from list-selection can be canceled.</p>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarClientEvents.ListAnimationStopped">
            <summary>
            Gets sets name of javascript function which is called after animation of list of months, years or year groups was stopped.
            </summary>
            <remarks>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarCssClasses">
            <summary>
            Custom css classed used by WebMonthCalendar.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCssClasses.#ctor(Infragistics.Web.UI.Framework.RunBot)">
            <summary>
            Constructor for CalendarCssClasses
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCssClasses.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCssClasses.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.HeaderCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders title.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.FooterCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a footer.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.HoverFooterCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a footer while mouse-over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.PressedFooterCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a footer in pressed state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.DayOfTheWeekCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a day header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.DayCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a day of the month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.HoverDayCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a day of the month while mouse-over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.WeekendDayCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a weekend day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.OtherMonthDayCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a day which belongs to next or previous month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.TodayDayCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders the today day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.SelectedDayCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a selected day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.FocusDayCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a selected day when control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.DisabledDayCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a day which is outside of minimum or maximum dates or a disabled custom day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.WeekNumberCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders a week number.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.NextPrevButtonCssClass">
            <summary>
            Gets sets the custom css class applied to buttons which allow navigation to next and previous months.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.HoverNextPrevButtonCssClass">
            <summary>
            Gets sets the custom css class applied to buttons which allow navigation to next and previous months while mouse-over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.PressedNextPrevButtonCssClass">
            <summary>
            Gets sets the custom css class applied to pressed buttons which allow navigation to next and previous months.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.MonthYearCssClass">
            <summary>
            Gets sets the custom css class applied to month and year labels.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.HoverMonthYearCssClass">
            <summary>
            Gets sets the custom css class applied to month and year labels while mouse over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.PressedMonthYearCssClass">
            <summary>
            Gets sets the custom css class applied to pressed month and year labels.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.DropDownListCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders area of drop-down list of years and months.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.ListItemCssClass">
            <summary>
            Gets sets the custom css class applied to an item in drop-down list of months or years.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.HoverListItemCssClass">
            <summary>
            Gets sets the custom css class applied to an item in drop-down list of months or years while mouse over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.SelectedListItemCssClass">
            <summary>
            Gets sets the custom css class applied to selected item in drop-down list of months or years.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCssClasses.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarCustomDays">
            <summary>
            Custom days used by WebMonthCalendar.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDays.#ctor(Infragistics.Web.UI.Framework.RunBot)">
            <summary>
            Constructor for CalendarCustomDays
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDays.Add">
            <summary>
            Creates new custom day and adds it to collection.
            </summary>
            <returns>Reference to custom day.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDays.Add(Infragistics.Web.UI.EditorControls.CalendarCustomDay)">
            <summary>
            Creates new custom day and adds it to collection.
            </summary>
            <returns>Reference to custom day.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDays.OnRemoveComplete(System.Int32,System.Object)">
            <summary></summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDays.OnClearComplete">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDays.Remove(Infragistics.Web.UI.EditorControls.CalendarCustomDay)">
            <summary>
            Removes custom day from collection.
            </summary>
            <param name="day">Reference to custom day.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDays.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDays.Item(System.Int32)">
            <summary>
            Gets sets reference to custom day at particular index.
            </summary>
            <param name="index">Index of custom day.</param>
            <returns>Reference to custom day.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarCustomDay">
            <summary>
            Custom day used by CalendarCustomDays of WebMonthCalendar.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDay.#ctor">
            <summary>
            Creates default CalendarCustomDay
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDay.#ctor(System.DateTime)">
            <summary>
            Creates CalendarCustomDay and sets values for Day, Month and Year properties.
            </summary>
            <param name="date">Date for custom day.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarCustomDay.ToString">
            <summary>String representation of custom day.</summary>
            <returns>String formatted for visual designer.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDay.CssClass">
            <summary>
            Gets sets css class for custom day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDay.Text">
            <summary>
            Gets sets text for custom day.
            </summary>
            <remarks>
            <p class="body">If value may contains the "{0}", then that substring is replaced by the day of the month.
            Value may contain html tags.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDay.Disabled">
            <summary>
            Gets set for disabled state of custom day.
            </summary>
            <remarks>
            <p class="body">The day is rendered as disabled and it can not be selected.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDay.Year">
            <summary>
            Gets sets year of custom day.
            </summary>
            <remarks>
            <p class="body">If value is set to 0, then custom day is applied for all years.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDay.Month">
            <summary>
            Gets sets month of custom day.
            </summary>
            <remarks>
            <p class="body">If value is set to 0, then custom day is applied for all months.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDay.Day">
            <summary>
            Gets sets day of month of custom day.
            </summary>
            <remarks>
            <p class="body">If value is set to 0, then custom day is applied for all days in month.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDay.DayOfWeek">
            <summary>
            Gets sets day of the week of custom day.
            </summary>
            <remarks>
            <p class="body">If value is set to None, then custom day is applied for all days of week.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarCustomDay.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarHotKeys">
            <summary>
            Hot keys used by WebMonthCalendar.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarHotKeys.#ctor(Infragistics.Web.UI.Framework.RunBot)">
            <summary>
            Constructor for CalendarHotKeys
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarHotKeys.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarHotKeys.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.OpenListOfMonths">
            <summary>
            Gets sets list of key actions which will open drop-down list of months.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.OpenListOfYears">
            <summary>
            Gets sets list of key actions which will open drop-down list of years.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.OpenListOfYearGroups">
            <summary>
            Gets sets list of key actions which will open drop-down list of year groups.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.OpenNextList">
            <summary>
            Gets sets list of key actions which will open next drop-down list.
            </summary>
            <remarks>
            <p class="note">If there was no list opened, then the list of months will be opened. If list of months was opened, then list of years will be opened. If list of years was opened, then list of year groups will be opened.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.OpenPreviousList">
            <summary>
            Gets sets list of key actions which will open previous drop-down list.
            </summary>
            <remarks>
            <p class="note">If list of year groups was opened, then the list of years will be opened. If list of years was opened, then list of months will be opened. If list of months was opened, then list is closed.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.NextRange">
            <summary>
            Gets sets list of key actions which will display next range of years or year groups.
            </summary>
            <remarks>
            <p class="note">If list of year groups was opened, then the next page of year groups will be displayed. If list of years was opened, then the next page of years will be displayed. If list of months was opened, then the year will be incremented.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.PreviousRange">
            <summary>
            Gets sets list of key actions which will display previous range of years or year groups.
            </summary>
            <remarks>
            <p class="note">If list of year groups was opened, then the previous page of year groups will be displayed. If list of years was opened, then the previous page of years will be displayed. If list of months was opened, then the year will be decremented.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.SelectToday">
            <summary>
            Gets sets list of key actions which will select today date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.ShowToday">
            <summary>
            Gets sets list of key actions which will show month with today date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarHotKeys.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarRenderer">
            <summary>
            Class used to render WebMonthCalendar.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render all html tags related to control, including hidden fields.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            
            </summary>
            <param name="iControlMain"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.SaveClientProperties">
            <summary>
            Pass server properties to client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.HandleOnInit(System.Web.HttpContext)">
            <summary>
            Process latest state of control.
            </summary>
            <param name="context"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.HandleLoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Ensure that additional client state is updated.
            </summary>
            <param name="postDataKey"></param>
            <param name="postCollection"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.LoadAdditionalClientState(System.Object)">
            <summary>
            This method is called when additional information is passed from the client, via the _saveAdditionalClientState javascript method.
            </summary>
            <param name="state">Value and SecondaryValue separated by |.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarRunBot.AppStyleInfo">
            <summary>
            Returns data for appstyling.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarRunBot.DeferLoadPostDataProcessing">
            <summary>
            Returns false.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarSelectedDates">
            <summary>
            Selected dates used by WebMonthCalendar.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.ISupportPersistence">
            <summary>
            Allows a control/object to control its own serialization and deserialization.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.ISupportPersistence.SaveSettings">
            <summary>
            Serializes the state of a control/object to a ControlData object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.ISupportPersistence.LoadSettings(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Restores the state of a control/object from a ControlData object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.Add(System.DateTime)">
            <summary>
            Adds date to collection in sorted order.
            </summary>
            <remarks>
            <p class="note">Added date keeps values only its Year, Month and Day fields.</p>
            <p class="note">After call to that method IndividualDates, RangeMin and RangeMax properties are reset.</p>
            </remarks>
            <param name="date">Reference to date</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.Remove(System.DateTime)">
            <summary>
            Removes date from collection.
            </summary>
            <remarks>
            <p class="note">After call to that method IndividualDates, RangeMin and RangeMax properties are reset.</p>
            </remarks>
            <param name="date">Reference to date.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.SetIndividualDatesAndRange(System.Collections.IEnumerable,System.DateTime,System.DateTime)">
            <summary>
            Sets individually selected dates and range selection.
            </summary>
            <remarks>
            <p class="body">That method allows to set individually selected dates and range of selected dates.</p>
            </remarks>
            <param name="individualDates">Array of individually selected dates or null. Items should be instances of DateTime objects sorted in ascending order.</param>
            <param name="rangeMin">Minimum date in range of selected dates.</param>
            <param name="rangeMax">Maximum date in range of selected dates.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.OnClearComplete">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.OnInsertComplete(System.Int32,System.Object)">
            <summary></summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.OnRemoveComplete(System.Int32,System.Object)">
            <summary></summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.OnSetComplete(System.Int32,System.Object,System.Object)">
            <summary></summary>
            <param name="index"></param>
            <param name="oldValue"></param>
            <param name="newValue"></param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.Item(System.Int32)">
            <summary>
            Gets reference to selected day at particular index.
            </summary>
            <remarks>
            <p class="note">If value of item is set, then IndividualDates, RangeMin and RangeMax properties are reset.</p>
            </remarks>
            <param name="index">Index of selected date</param>
            <returns>Selected date at index</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.RangeMin">
            <summary>
            Gets sets minimum date of the range of selected in the calendar.
            </summary>
            <remarks>
            <p class="note">Notes:<br></br>Change of that property resets all selected dates.
            <br></br>That property is reset on any change of items in CalendarSelectedDates.
            <br></br>When that property is set, then it is equivalent to the following: SetIndividualDatesAndRange(null, value, RangeMax)</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.RangeMax">
            <summary>
            Gets sets maximum date of the range of selected in the calendar.
            </summary>
            <remarks>
            <p class="note">Notes:<br></br>Change of that property resets all selected dates.
            <br></br>That property is reset on any change of items in CalendarSelectedDates.
            <br></br>When that property is set, then it is equivalent to the following: SetIndividualDatesAndRange(null, RangeMin, value)</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.IndividualDates">
            <summary>
            Gets array of individually selected dates as DateTime objects or null.
            </summary>
            <remarks>
            <p class="note">Notes:<br></br>Items in returned array should not be modified, but SetIndividualDatesAndRange should be used.
            <br></br>That property is reset to null on any change of items in CalendarSelectedDates or any change of RangeMin or RangeMax properties.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarSelectedDates.HasRange">
            <summary>
            Checks if range of selected dates is set.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarWeekendDays">
            <summary>
            Days which are rendered by WebMonthCalendar with WeekendDay css style.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarWeekendDays.#ctor(Infragistics.Web.UI.Framework.RunBot)">
            <summary>
            Constructor for CalendarWeekendDays
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarWeekendDays.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.CalendarWeekendDays.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarWeekendDays.DayOfWeek1">
            <summary>
            Gets sets day of the week which is rendered with WeekendDay css class.
            </summary>
            <remarks>
            <p class="body">Default value of that property is set to Sunday.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarWeekendDays.DayOfWeek2">
            <summary>
            Gets sets day of the week which is rendered with WeekendDay css class.
            </summary>
            <remarks>
            <p class="body">Default value of that property is set to Saturday.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarWeekendDays.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.VisibleDays">
            <summary>
            Visibility of the text strings that represent names of the days of the week in WebMonthCalendar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.VisibleDays.AllDays">
            <summary>
            Show all days.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.VisibleDays.WeekDays">
            <summary>
            Do not show weekends.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.VisibleDays.None">
            <summary>
            Hide all days.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarTitleFormat">
            <summary>
            Type of month and year buttons located in the title of WebMonthCalendar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarTitleFormat.Month">
            <summary>
            Show only month button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarTitleFormat.MonthYear">
            <summary>
            Show month and year as a single button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarTitleFormat.MonthAndYear">
            <summary>
            Show month and year as 2 separate buttons.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek">
            <summary>
            Value which represent a day of the week in WebMonthCalendar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek.Sunday">
            <summary>
            Value represents Sunday.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek.Monday">
            <summary>
            Value represents Monday.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek.Tuesday">
            <summary>
            Value represents Tuesday.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek.Wednesday">
            <summary>
            Value represents Wednesday.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek.Thursday">
            <summary>
            Value represents Thursday.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek.Friday">
            <summary>
            Value represents Friday.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek.Saturday">
            <summary>
            Value represents Saturday.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarDayOfWeek.None">
            <summary>
            Value represents no day of the week.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarSelectionType">
            <summary>
            Type of selection of WebMonthCalendar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarSelectionType.Single">
            <summary>
            Single date selection.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarSelectionType.Week">
            <summary>
            Week selection. All days in one week can selected or unselected.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarSelectionType.Multi">
            <summary>
            Multiple dates selection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarRoles">
            <summary>
            Roles defined for the ig_calendar.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.Control">
            <summary>
            Css for control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.Header">
            <summary>
            Css for header area.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.Footer">
            <summary>
            Css for footer area.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.HoverFooter">
            <summary>
            Css for footer area while mouse-over.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.PressedFooter">
            <summary>
            Css for footer area while mouse-over.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.DOW">
            <summary>
            Css for day of the week area.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.NextPrev">
            <summary>
            Css for next and previous month buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.HoverNextPrev">
            <summary>
            Css for next and previous month buttons while mouse-over.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.PressedNextPrev">
            <summary>
            Css for pressed next and previous month buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.MonthYear">
            <summary>
            Css for month and year (drop-down buttons).
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.HoverMonthYear">
            <summary>
            Css for month and year labels while mouse-over.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.PressedMonthYear">
            <summary>
            Css for pressed month and year labels.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.Day">
            <summary>
            Css for day in calendar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.WeekNumber">
            <summary>
            Css for week number.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.WeekendDay">
            <summary>
            Css for weekend days.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.OtherMonthDay">
            <summary>
            Css for days which belong to previous and next months.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.TodayDay">
            <summary>
            Css for today day.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.HoverDay">
            <summary>
            Css for day in calendar while mouse-over.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.SelectedDay">
            <summary>
            Css for selected day.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.FocusDay">
            <summary>
            Css for selected day when calendar has focus.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.DisabledDay">
            <summary>
            Css for day which outside minimum or maximum dates.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.DropDownList">
            <summary>
            Css for drop-down list.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.ListItem">
            <summary>
            Css for drop-down list item.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.HoverListItem">
            <summary>
            Css for drop-down list item while mouse-over.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.CalendarRoles.SelectedListItem">
            <summary>
            Css for selected drop-down list item.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarSelectedDateChangedEventArgs">
            <summary>
            Argument used for event which is raised by WebCalendar when selected date was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarSelectedDateChangedEventArgs.OldDate">
            <summary>
            Gets old value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarSelectedDateChangedEventArgs.NewDate">
            <summary>
            Gets new value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarVisibleMonthChangedEventArgs">
            <summary>
            Argument used for event which is raised by WebCalendar when visible month was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarVisibleMonthChangedEventArgs.OldDate">
            <summary>
            Gets old value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.CalendarVisibleMonthChangedEventArgs.NewDate">
            <summary>
            Gets new value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarSelectedDateChangedEventHandler">
            <summary>
            Event delegate used by WebCalendar when value was changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.CalendarVisibleMonthChangedEventHandler">
            <summary>
            Event delegate used by WebCalendar when visible month was changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebMonthCalendar">
            <summary>
            Control which implements the functionality of one month calendar.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeFooterContent">
            <summary>
            Check if FooterContent has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetFooterContent">
            <summary>
            Clears the FooterContent.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeCssClasses">
            <summary>
            Check if CssClasses has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetCssClasses">
            <summary>Clears the CssClasses</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeHotKeys">
            <summary>
            Check if HotKeys has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetHotKeys">
            <summary>Clears the HotKeys</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeListAnimation">
            <summary>
            Check if ListAnimation has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetListAnimation">
            <summary>Clears the ListAnimation</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeNextMonthButton">
            <summary>
            Check if NextMonthButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetNextMonthButton">
            <summary>Clears the NextMonthButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializePreviousMonthButton">
            <summary>
            Check if PreviousMonthButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetPreviousMonthButton">
            <summary>Clears the PreviousMonthButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetAutoPostBackFlags">
            <summary>Clears the AutoPostBackFlags</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeCustomDays">
            <summary>
            Check if CustomDays has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetCustomDays">
            <summary>Clears the CustomDays</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeSelectedDates">
            <summary>
            Used to enable persistence of selected dates
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeWeekendDays">
            <summary>
            Check if WeekendDays has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetWeekendDays">
            <summary>Clears the WeekendDays</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShouldSerializeCulture">
            <summary>
            Check if Culture should be serialized.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ResetCulture">
            <summary>
            Reset Culture.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.Focus">
            <summary>
            Set focus to control on initialization of the page.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.CreateRunBot">
            <summary>
            Creates new instance of CalendarRunBot.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.CreateRenderer">
            <summary>
            Creates new instance of CalendarRenderer.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.SaveAdditionalViewState">
            <summary>
            Save data of subobjects modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.LoadAdditionalViewState(System.Object)">
            <summary>
            Load data for subobjects modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.LoadViewState(System.Object)">
            <summary>
            Load view state.
            </summary>
            <param name="savedState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.OnSelectedDateChanged(Infragistics.Web.UI.EditorControls.CalendarSelectedDateChangedEventArgs)">
            <summary>
            Raise event when value was changed.
            </summary>
            <param name="e">Instance of CalendarSelectedDateChangedEventArgs created by CalendarRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.OnVisibleMonthChanged(Infragistics.Web.UI.EditorControls.CalendarVisibleMonthChangedEventArgs)">
            <summary>
            Raise event when visible month was changed.
            </summary>
            <param name="e">Instance of CalendarSelectedDateChangedEventArgs created by CalendarRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.OnInit(System.EventArgs)">
            <summary>
            Enable ControlState.
            </summary>
            <param name="e">EventArgs reference</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.LoadControlState(System.Object)">
            <summary>
            Restore values after postback.
            </summary>
            <param name="savedState">Array of 2 objects: [Value(as double), SecondaryValue(as double)]</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMonthCalendar.SaveControlState">
            <summary>
            Save values before postback.
            </summary>
            <returns>Array of 2 objects: [Value(as double), SecondaryValue(as double)]</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.SelectedDate">
            <summary>
            Gets sets selected date in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.MaxDate">
            <summary>
            Gets sets maximum date that can be selected in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.MinDate">
            <summary>
            Gets sets minimum date that can be selected in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.VisibleMonth">
            <summary>
            Gets sets currently displayed month and year in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.CellSpacing">
            <summary>
            Gets sets spacing between cells of days in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.DropDownYearRows">
            <summary>
            Gets sets number of rows in the drop-down list of years.
            </summary>
            <remarks>
            <p class="body">Range of values: 1-30.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.DropDownYearColumns">
            <summary>
            Gets sets number of columns in the drop-down list of years.
            </summary>
            <remarks>
            <p class="body">Range of values: 1-8.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.DropDownMonthColumns">
            <summary>
            Gets sets number of columns in the drop-down list of months.
            </summary>
            <remarks>
            <p class="body">Range of values: 1-4.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.FooterContent">
            <summary>
            Gets sets content of footer.
            </summary>
            <remarks>
            <p class="body">If value contains format string like "{0:d}", then that value formatted to today-date.</p>
            <p class="note">Value may contain html tags.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.WeekNumberLabel">
            <summary>
            Gets sets a label which is displayed in column header of week numbers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ValidationGroup">
            <summary>
            Gets sets validation group.
            </summary>
            <remarks>
            <p class="body">That property is similar to the corresponding property of asp:TextBox.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShowNextPrevMonth">
            <summary>
            Gets sets visibility of the active areas in the calendar that allow you to increment and decrement the displayed month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShowHeader">
            <summary>
            Gets sets visibility of the text string in the calendar that shows the displayed month and year.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.EnableMonthDropDown">
            <summary>
            Gets sets ability to show drop-down list of months on month-label click or on hot keys.
            </summary>
            <remarks>
            <p class="note">If ShowHeader is false, then list can be opened by hot keys.
            If ShowHeader is false and VisibleDayNames is None, then drop-down list is not supported.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.EnableYearDropDown">
            <summary>
            Gets sets ability to show drop-down list of years on year-label click or on hot keys.
            </summary>
            <remarks>
            <p class="note">If ShowHeader is false, then list can be opened by hot keys.
            If ShowHeader is false and VisibleDayNames is None, then drop-down list is not supported.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.EnableYearGroupDropDown">
            <summary>
            Gets sets ability to show drop-down list of year groups.
            </summary>
            <remarks>
            <p class="note">Size of group is defined by number of years in drop-down list of years.</p>
            <p class="note">List of year groups may appear only on corresponding hot key actions.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ShowFooter">
            <summary>
            Gets sets visibility of the footer area in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ReadOnly">
            <summary>
            Gets sets ability to change the selected date in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.AllowNull">
            <summary>
            Gets sets ability to unselect a date in the calendar.
            </summary>
            <remarks>
            <p class="note">Note: selection can be toggled by mouse-down with combination of Ctrl key.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ChangeMonthToDateClicked">
            <summary>
            Gets sets ability to change the displayed month when a day located on the next or previous month was selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.HideOtherMonthDays">
            <summary>
            Gets sets an option to hide day numbers in day-cells that belong to previous and next months.
            </summary>
            <remarks>
            <p class="note">If that property is enabled, then the ChangeMonthToDateClicked has no effect.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.EnableWeekNumbers">
            <summary>
            Gets sets an option to show week numbers.
            </summary>
            <remarks>
            <p class="note">If that property is enabled, then week rule is defined by WeekRule property.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.SelectionType">
            <summary>
            Gets sets selection type such as single day, single week, multiple days.
            </summary>
            <remarks>
            <p class="note">If that property is set to Week or Multi and the EnableWeekNumbers is enabled, then mouse click on week number will select all days in week.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.Focusable">
            <summary>
            Gets sets an ability to get focus.
            </summary>
            <remarks>
            <p class="note">Note: If header, footer and days of the week are hidden, then focus and keyboard are not supported.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.CausesValidation">
            <summary>
            Gets sets an option to fire validation before postback.
            </summary>
            <remarks>
            <p class="body">That property is similar to the corresponding property of asp:TextBox.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.DayNameFormat">
            <summary>
            Gets sets format of text strings that represent days of the week: full, short, 2 letters, 1 letter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.VisibleDayNames">
            <summary>
            Gets sets visibility of the text strings that represent days of the week: all, only week-days, none.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.FirstDayOfWeek">
            <summary>
            Gets sets first day of the week: Sunday, Monday, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.NextPrevFormat">
            <summary>
            Gets sets format of text strings that appear on the active areas of the calendar that allow to increment and decrement the displayed month.
            </summary>
            <remarks>
            <p class="note">Note: If value is set to CustomText, then the Text property of Next/PreviousMonthButton is used.
            If the Text property is not set, then the default images igmc_prev*.gif and igmc_next*.gif are used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.TitleFormat">
            <summary>
            Gets sets configuration of month and year labels/buttons located in the title of WebMonthCalendar.
            </summary>
            <remarks>
            <p class="note">Notes: In case of MonthAndYear the month and year will appear as 2 separate labels, otherwise,
            a single label is used.
            If drop-down lists are enabled, then corresponding month and year labels will
            behave as buttons with support of different states: normal, mouse-over and pressed.
            Appearance of labels is defined by css classes.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.WeekRule">
            <summary>
            Gets sets rule for week numbers.
            </summary>
            <remarks>
            <p class="note">Note: If the EnableWeekNumbers is disabled, then that property has no effect.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.BackColor">
            <summary>
            Background color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ForeColor">
            <summary>
            Foreground color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.BorderColor">
            <summary>
            Border color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.BorderWidth">
            <summary>Border width of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.BorderStyle">
            <summary>Border style of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.CssClass">
            <summary>Gets sets css class applied to html element which represents this control on client</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.CssClasses">
            <summary>
            Gets reference to container of properties related to custom css classes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.HotKeys">
            <summary>
            Gets reference to container of properties related to hot keys used by WebMonthCalendar.
            </summary>
            <remarks>
            <p class="body">
            A key should contain an English letter, or a digit, or 2/3-digit key-code used by browser's keydown events, or a predifined flag such as HOME, DOWN, UPARROW, etc.
            Example, the "065" or "65" is the same as "A", the "040" is down-arrow key, and the "113" is "F2" key.
            In case of multiple keys, values should be separated by the "," (coma) character. Example: "B,2,191" means that "B", "2" and "?" keyboard keys will trigger action.
            Each value may contain optional modifiers such as Shift, Ctrl or Alt with optional + or space separator. Example: "Shift+A,Up Ctrl,Shift+Space,F2".
            </p>
            <p class="body">
            All entries are case insensitive and suffix "Arrow" is optional for "Up/Down/Left/Right" arrow keys.
            </p>
            <p class="note">Notes: If Focusable is false, then that property is not supported.</p>
            <p class="note">Hot keys will trigger action regardless if ShowHeader or ShowFooter are enabled or not, though in this case the days of week should be visible.</p>
            <p class="note">In case of modifiers and some of F# keys, a browser may override key event and drop-down action may fail.</p>
            <p class="note">Different browsers may have different codes for same keys. For example: key-code of "+" in IE is 181, but in Firefox it is 107.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ListAnimation">
            <summary>
            Gets reference to container of properties related to animation used for drop-down lists of WebMonthCalendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.ClientEvents">
            <summary>
            Gets reference to reference to the CalendarClientEvents.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.NextMonthButton">
            <summary>
            Gets reference to container for properties that are related to the next-month button of calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.PreviousMonthButton">
            <summary>
            Gets reference to container for properties that are related to the previous-month button of calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.AutoPostBackFlags">
            <summary>
            Gets reference to container for properties that are related to the auto postback options supported by WebMonthCalendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.CustomDays">
            <summary>
            Gets reference to collection of custom days.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.SelectedDates">
            <summary>
            Gets reference to collection of custom days.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.WeekendDays">
            <summary>
            Gets reference to container of properties related to days of the week which are rendered with WeekendDay css style.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMonthCalendar.Culture">
            <summary>
            Gets sets the <see cref="T:System.Globalization.CultureInfo"/> object used by the control.
            </summary>
            <remarks>
            	<p class="body">If value is not set, then the <see cref="!:System.Threading.Thread.CurrentThread.CurrentCulture"/> is used.
            </p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebMonthCalendar.SelectedDateChanged">
            <summary>
            Adds removes event handler which is fired when selected date in calendar was changed on client.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebMonthCalendar.VisibleMonthChanged">
            <summary>
            Adds removes event handler which is fired when visible month was changed on client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebRatingProps">
            <summary>
            An enumeration of all the properties that <see cref="T:Infragistics.Web.UI.EditorControls.WebRating">WebRating</see> will send to the client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingProps.Value">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.WebRating.Value">Value</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingProps.ReadOnly">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.WebRating.ReadOnly">ReadOnly</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingProps.Average">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.WebRating.Average">Average</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingProps.VoteCount">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.WebRating.VoteCount">VoteCount</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingProps.Precision">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.WebRating.Precision">Precision</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingProps.EnableContinuousSelection">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.WebRating.EnableContinuousSelection">EnableContinuousSelection</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingProps.SelectionOnHover">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.WebRating.EnableShowSelectionOnHover">EnableShowSelectionOnHover</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingProps.Count">
            <summary>
            Total number of positional properties for WebRating
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingBaseImageProps">
            <summary>
            An enumeration of all the properties that <see cref="T:Infragistics.Web.UI.EditorControls.RatingBaseImage">RatingBaseImage</see> will send to the client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingBaseImageProps.ImageCss">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.ImageCssClass">ImageCssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingBaseImageProps.SelectedCss">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.SelectedImageCssClass">SelectedImageCssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingBaseImageProps.HoveredCss">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.HoveredImageCssClass">HoveredImageCssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingBaseImageProps.DisabledImageCss">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.DisabledImageCssClass">DisabledImageCssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingBaseImageProps.DisabledSelectedCss">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.DisabledSelectedImageCssClass">DisabledSelectedImageCssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingBaseImageProps.Count">
            <summary>
            Total number of positional properties for RatingBaseImage
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebRatingRoles">
            <summary>
            Names of the css classes for the progress bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.Control">
            <summary>
            The CSS Class that will be applied to the outer control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.EmptyContainer">
            <summary>
            The CSS Class that is applied to the div showing non-filled images.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.SelectedContainer">
            <summary>
            The CSS Class that is applied to the div showing filled images.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.HoveredContainer">
            <summary>
            The CSS Class that is applied to the div showing hovered images.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.ImageSpan">
            <summary>
            The CSS Class that is applied to the spans when the rating orientation is horizontal.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.ImageSpanVert">
            <summary>
            The CSS Class that is applied to the spans when the rating orientation is vertical.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.ControlFocus">
            <summary>
            The CSS Class that will be applied the main div when it has keyboard focus.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.EmptyImg">
            <summary>
            The CSS Class that will be applied to empty image spans to give default image and size.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.SelectedImg">
            <summary>
            The CSS Class that will be applied to selected image spans to give default image and size.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.HoveredImg">
            <summary>
            The CSS Class that will be applied to hovered image spans to give default image and size.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.DisabledEmptyImg">
            <summary>
            The CSS Class that will be applied to empty image spans when rating is disabled to give default image and size.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.DisabledSelectedImg">
            <summary>
            The CSS Class that will be applied to selected image when rating is disabled spans to give default image and size.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRatingRoles.ControlDisabled">
            <summary>
            The CSS Class that will be applied the main div when the rating is disabled.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingFillDirection">
            <summary>
            Represents the direction from which the WebRating will fill from
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingFillDirection.FromLeftOrTop">
            <summary>
            The rating will start from the left or the top depending on orientation.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingFillDirection.FromRightOrBottom">
            <summary>
            The rating will start from the right or the bottom depending on orientation.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingPrecision">
            <summary>
            Represents the degree of precision with which image objects are hovered and selected
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingPrecision.Whole">
            <summary>
            Selection is made in whole item increments
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingPrecision.Half">
            <summary>
            Selection is made in half item increments
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingPrecision.Exact">
            <summary>
            Selection is made as exactly as possible
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingAutoPostBackFlags">
            <summary>
            Class used to hold autopostback flags for <see cref="T:Infragistics.Web.UI.EditorControls.WebRating"/> WebRating
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for RatingAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingAutoPostBackFlags.ToString">
            <summary>
            Overrides the toString to indicate whether this set of flags is empty or not.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingAutoPostBackFlags.Rated">
            <summary>
            Gets or sets auto postback options applied to rated client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingBot">
            <summary>
            RunBot for the WebRating control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.EditorControls.RatingBot">RatingBot</see>
            </summary>
            <param name="iControlMain">The WebControl that the RatingBot should help.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array.
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.LoadTransactionList(System.Boolean)">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>      
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.LoadAdditionalClientState(System.Object)">
            <summary>
            This method is called when additional information is passed from the client, via the _saveAdditionalClientState javascript method.
            </summary>
            <param name="state">Old Value and SecondaryValue separated by |.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBot.AppStyleInfo">
            <summary>
            Provides Css class information for AppStyling
            </summary>
            <returns>The component, its Css class, the tag prefix, and all of the roles.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingBot.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.EditorControls.WebRating">WebRating</see> class
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.RatingClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingClientEvents.#ctor">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.EditorControls.RatingClientEvents">RatingClientEvents</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingClientEvents.#ctor(Infragistics.Web.UI.EditorControls.WebRating,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.EditorControls.RatingClientEvents">RatingClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingClientEvents.KeyDown">
            <summary>
            This event is fired, when a key is pressed down.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingClientEvents.MouseOver">
            <summary>
            This event is fired, after mouse hovers over control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingClientEvents.MouseOut">
            <summary>
            This event is fired after the mouse leaves the control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingClientEvents.MouseMove">
            <summary>
            This event is fired as the mouses moves while on the control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingClientEvents.Rating">
            <summary>
            This event is fired before the user rates via the UI.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingClientEvents.Rated">
            <summary>
            This event is fired after the user rates via the UI.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingClientEvents.Focus">
            <summary>
            This event is when the rating receives focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingClientEvents.Blur">
            <summary>
            This event is fired after the rating loses focus
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingBaseImage">
            <summary>
            The class used to define the custom css classes of a base item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBaseImage.#ctor">
            <summary>
            Creates an empty RatingBaseImage object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingBaseImage.ToString">
            <summary>
            Returns whether the object has non-default values.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.ImageCssClass">
            <summary>
            Returns/sets a css class that will be used for the empty image.  This should contain the image 
            a background image url.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.SelectedImageCssClass">
            <summary>
            Returns/sets a css class that will be used for the selected image.  This should contain the image 
            a background image url.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.DisabledImageCssClass">
            <summary>
            Returns/sets a css class that will be used for the empty image.  This should contain the image 
            a background image url.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.DisabledSelectedImageCssClass">
            <summary>
            Returns/sets a css class that will be used for the selected image.  This should contain the image 
            a background image url.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.HoveredImageCssClass">
            <summary>
            Returns/sets a css class that will be used for the hovered image.  This should contain the image 
            a background image url.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.ToolTipFormat">
            <summary>
            Returns/sets a tooltip format that will be used for the image.  
            {0} will display the value (selected or hovered).
            {1} will display the Average value property.
            {2} will display the VoteCount value property.
            {3} will display the Minimum value property.
            {4} will display the Maximum value property.
            {5} will display the the number of items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingBaseImage.PropCount">
            <summary>
            For internal use.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingImageItem">
            <summary>
            The class used for setting custom objects in a WebRating
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ICollectionObject">
            <summary>
            Interface used by sub objects that will be part of a keyed 
            collection (where each item can be accessed either through 
            a zero based index or a string key)
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ICollectionObject.GetObjectType">
            <summary>
            Called during ViewState operations to determine an index value that represents the 
            type of a CollectionObject.  Used only in situations where a collection can contain
            multipe types within it, where all the types still derive from CollectionObject.
            In the default case where there is only one type in the collection, the base implementation returns 0.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ICollectionObject.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this object is being removed from the passed
            in collection. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ICollectionObject.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this object is being added to the passed
            in collection. 
            		/// </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ICollectionObject.SetDirty">
            <summary>
            Marks all properties of the object for saving to ViewState
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ICollectionObject.Index">
            <summary>
            returns an integer Index of the item within its collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingImageItem.ToString">
            <summary>
            Returns class name
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingImageItem.CalculatedValue">
            <summary>
            Returns the Value that is calculated and used for the custom image if none was
            specified.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingImageItem.Value">
            <summary>
            Gets/sets a custom value for the image.  If none is set, NaN is returned until
            set by the rating when rendering. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingRenderer">
            <summary>
            Inherits from <see cref="T:Infragistics.Web.UI.Framework.RendererBase">RendererBase</see>. 
            This is the renderer for the <see cref="T:Infragistics.Web.UI.EditorControls.WebRating">WebRating</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Main entry point for the renderer.
            </summary>
            <param name="writer">The writer in which all HTML is written for the control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingRenderer.RenderImages(System.Web.UI.HtmlTextWriter,System.Int32)">
            <summary>
            Writes out the divs holding the images along with the inner spans
            </summary>
            <param name="writer">The html writer rendering the rating</param>
            <param name="state">The state of the images: 0-empty, 1-selected, 2-hovered</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingRenderer.underForVal(System.Double)">
            <summary>
            Calculates the largest number that is a whole number less than a given value.
            So 3 returns 2.  3.5 returns 3.
            </summary>
            <param name="Val">The value to calculate the amount under for</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingRenderer.oppositeVal(System.Double)">
            <summary>
            Returns resolved item count of the rating minus given value
            </summary>
            <param name="Val">The value to calculate opposite for</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebRating">
            <summary>
            Main class for the WebRating control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRating.DefaultEmptyImage">
            <summary>
            Default image name for empty item
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRating.DefaultSelectedImage">
            <summary>
            Default image name for selected item
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.WebRating.DefaultHoveredImage">
            <summary>
            Default image name for hovered item
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.EditorControls.WebRating">WebRating</see> Class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.ShouldSerializeCustomImages">
            <summary>
            Enables persistence for CustomImages.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.ShouldSerializeAutoPostBackFlags">
            <summary>
            Enables persistence for AutoPostBackFlags.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.OnRated(Infragistics.Web.UI.EditorControls.RatingRatedEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.EditorControls.WebRating.Rated">Rated</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.EditorControls.RatingRatedEventArgs">RatingRatedEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.EditorControls.RatingClientEvents">RatingClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.CreateRunBot">
            <summary>
            A virtual method called by the framework base when the RunBot is required for the control.  Derived classes
            may override this method in order to provide extra functionality to the RunBot.  Many of the 
            methods within the RunBot class may also be overridable in order to add additional logic to the control.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.EditorControls.RatingBot">RatingBot</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.CreateRenderer">
            <summary>
            A virtual method called by the framework base when a renderer is required for the control.  Derived classes
            may override this method in order to provide specific rendering markup.  Many of the rendering 
            methods within the Renderer class may also be overridable in order to customize specific aspects of the rendering.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.EditorControls.RatingRenderer">RatingRenderer</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            This is called during an async postback to re-render the rating.
            </summary>
            <param name="callbackObject">Object to send back to the client</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRating.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.Orientation">
            <summary>
            Gets or sets the orientation of the WebRating.
            <para>Horizontal - Rating will fill either Left to Right or Right to Left, depending on FillDirection.</para>
            <para>Vertical - Rating will fill either Top to Bottom or Bottom to Top, depending on FillDirection.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.ItemCount">
            <summary>
            Gets or sets the number of items in the rating if the custom collection is empty
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.Value">
            <summary>
            Gets or sets the current value of the rating.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.Average">
            <summary>
            Gets or sets the average that the rating is storing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.VoteCount">
            <summary>
            Gets or sets the vote count that the rating is storing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.ValueForLength">
            <summary>
            Returns the value converted into a number suitable to calculate length
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.Precision">
            <summary>
            Gets or sets the precision with which a star is shown.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.EnableContinuousSelection">
            <summary>
            Gets or sets the selection mode of the rating control.
            True- up to and including current value is selected/hovered.
            False- only current value is selected/hovered
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.EnableShowSelectionOnHover">
            <summary>
            Gets or sets whether to show the current selected value when hovering over the rating
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.EnableFocusOnClick">
            <summary>
            Gets or sets whether to apply browser focus to the rating when it is clicked
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.ReadOnly">
            <summary>
            Gets or sets whether the rating is read only
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.EnableAnimations">
            <summary>
            Gets or sets whether the rating uses animation
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.MinimumValue">
            <summary>
            Gets or sets the minimum value of the rating.  This corresponds to the number if the rating were empty.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.MaximumValue">
            <summary>
            Returns the calculated maximum value of the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.ImageHeight">
            <summary>
            Gets or sets the height of the span for the images.  It should match the height of
            the image set as a background url for RatingImage css classes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.ImageWidth">
            <summary>
            Gets or sets the width of the span for the images.  It should match the width of
            the image set as a background url for RatingImage css classes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.FillDirection">
            <summary>
            Gets or sets the direction that the rating will fill from.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.RatingImage">
            <summary>
            Object to customize the image urls used by non custom images
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.CustomImages">
            <summary>
            The collection of custom images in the <see cref="T:Infragistics.Web.UI.EditorControls.WebRating">WebRating</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.ItemCountResolved">
            <summary>
            Returns the number of items in the collection if it is not null or empty.  
            Otherwise return the ItemCount property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.IsCustom">
            <summary>
            Returns whether the rating is using custom images or not.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.Height">
            <summary>
            Height of the component.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.Width">
            <summary>
            Width of the component
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.AutoPostBackFlags">
            <summary>
            Auto postback flags allow the developer to configure automatic postbacks when some client side events are invoked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.EnableHtml5Rendering">
            <summary>
            Gets or sets whether the rating is rendered with HTML 5 elements.  If IE 8 
            or below is used, this will be ignored if true.  This property is a preview as 
            Html 5 is not fully supported in all browsers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.PrecisionZeroVote">
            <summary>
            Gets or sets part of vote-size, which is considered as zero value.
            It has effect only when precision is set to "half" or "whole" and this is greater than 0.
            If user clicks between edge of the first vote and (ImageSize * PrecisionZeroVote), then value is set to 0.
            Same is applied for mouseover as well.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebRating.Rated">
            <summary>
            Occurs when the rating has been rated upon on the client
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRating.ClientEvents">
            <summary>
            Get reference to the <see cref="T:Infragistics.Web.UI.EditorControls.RatingClientEvents">RatingClientEvents</see>.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingRatedEventHandler">
            <summary>
            Event Delegate for <see cref="E:Infragistics.Web.UI.EditorControls.WebRating.Rated">Rated</see> event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.RatingRatedEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.EditorControls.WebRating.Rated"></see> events of a WebRating control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.RatingRatedEventArgs.#ctor(System.Double,System.Double)">
            <summary>
            Creates a new set of arguments for WebRating Rated event
            </summary>
            <param name="PreviousValue">The previous value of the rating</param>
            <param name="NewValue">The new value of the rating</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingRatedEventArgs.PreviousValue">
            <summary>
            The previous value of the rating
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.RatingRatedEventArgs.NewValue">
            <summary>
            The new value of the rating
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebRatingImageCollection">
            <summary>
            Used to hold a collection of custom images for a <see cref="T:Infragistics.Web.UI.EditorControls.WebRating"/>WebRating
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ObjectCollection">
            <summary>
            ObjectCollection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.#ctor">
            <summary>
            Protected parameterless constructor for the ObjectCollection class
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.InitializeReferences(System.Web.UI.WebControls.WebControl,System.Object)">
            <summary>
            Initializes needed references for the ObjectCollection class.
            </summary>
            <param name="controlMain">The ControlMain object to which this object collection belongs.</param>
            <param name="owner">The immediate owner of this objectCollection. (May be the same as controlMain).</param>
            <remarks>
            This method is required in addition to the constructor because at design time and when loading the initial aspx page,
            objects are pushed onto a deserialization stack and do not have immediate access to their parent and owning objects.
            Therefore, these references must be established after the objects themselves have been created.
            </remarks>
            
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.WriteTrackingJournal">
            <summary>
            Writes out the view state tracking journal as the collection currently is,
            if the collection if currently tracking the journal.  This function
            needs to be called when the collection does not live off of the control
            and the view state tracking is turned on after the collection already has
            items in it.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.CreateCollectionObject(System.String)">
            <summary>
            
            </summary>
            <param name="objectType"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.SetDirty">
            <summary>
            Marks the ViewState of every object in the collection as Dirty so that it gets stored for round tripping to the client and back.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.GetItem(System.Int32)">
            <summary>
            Virtual method that returns the object at the specified index
            </summary>
            <param name="index"></param>
            <returns>The object at the index</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.IndexOf(Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Returns the index of the object in the collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.Contains(Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Returns true if the collection contains this item
            </summary>
            <param name="value">Item to check for.</param>
            <returns>True if item exists, false if item does not exist.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.InternalAdd(Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Appends the object to the collection
            </summary>
            <param name="obj"><see cref="!:SubObjectBase"/> to add to the collection.</param>
            <returns>Index of the added item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.InternalInsert(System.Int32,Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Inserts the object to the underlying collection ArrayList
            </summary>
            <param name="index">Item insertion index.</param>
            <param name="collectionObject"><see cref="!:SubObjectBase"/> to insert into the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.ReCreateIds">
            <summary>
            Recreates the Ids of CollectionControlObjects and the TemplateContainers of UIObjects.  This is necessary
            whenever an object is inserted in the middle or removed from the collection so that the Ids of Controls will
            be sequential and can thereby be matched during ViewState processing.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.Clear">
            <summary>
            Clears the ObjectCollection of its contents and removes any associated Controls from the control tree.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.InternalClear">
            <summary>
            Clears the internal collection data structure
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.OnClear">
            <summary>
            Clears associated Templates when the collection is cleared.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.OnRemove(System.Int32,System.Object)">
            <summary>
            Clears associated Template when an object is removed from the collection.
            </summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.InternalRemove(Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Removes an item from the collection
            </summary>
            <param name="collectionObject">Item to remove</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.InternalMove(Infragistics.Web.UI.ICollectionObject,System.Int32)">
            <summary>
            Moves an item from one index to another within the collection
            </summary>
            <param name="collectionObject"><see cref="!:SubObjectBase"/> to insert into the collection.</param>
            <param name="newIndex">Index of destination</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.InternalRemove(System.Int32)">
            <summary>
            Removes an item from the collection
            </summary>
            <param name="index">Index of the item to remove.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.Remove(Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Removes the specified collectionObject if found in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectCollection.OnValidate(System.Object)">
            <summary>
            Validates that the value is not null.
            </summary>
            <param name="value">Value to check</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectCollection.Owner">
            <summary>
            The owner to which this ObjectCollection belongs.
            </summary> 
            <remarks>
            The Owner property is required when ObjectCollections are nested within a tree structure.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectCollection.ControlMain">
            <summary>
            The Control to which this ObjectCollection belongs.
            </summary> 
            <remarks>
            ControlMain is required so that objects within the collection can gain access to the main control object.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectCollection.ViewStateJournal">
            <summary>
            The parent owner to which this object belongs.
            </summary> 
            <remarks>
            </remarks>
            
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectCollection.IsReadOnly">
            <summary>
            Returns true if the collection is read-only
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.#ctor">
            <summary>
            Creates a new WebRatingImageCollection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.#ctor(Infragistics.Web.UI.EditorControls.WebRating)">
            <summary>
            Creates a new WebRatingImageCollection
            </summary>
            <param name="owner">The WebRating this collection belongs to</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.Add(Infragistics.Web.UI.EditorControls.RatingImageItem)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.EditorControls.RatingImageItem">RatingImageItem</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.IndexOf(Infragistics.Web.UI.EditorControls.RatingImageItem)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.EditorControls.RatingImageItem">RatingImageItem</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.Insert(System.Int32,Infragistics.Web.UI.EditorControls.RatingImageItem)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.EditorControls.RatingImageItem">RatingImageItem</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.Contains(Infragistics.Web.UI.EditorControls.RatingImageItem)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.EditorControls.RatingImageItem">RatingImageItem</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.Remove(Infragistics.Web.UI.EditorControls.RatingImageItem)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.EditorControls.RatingImageItem">RatingImageItem</see> from the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.RecalculateValues">
            <summary>
            This will calculate all values for the collection based on the rating minimum and 
            any specified values.  The items will no longer have NaN for their value afterwards.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.CreateCollectionObject(System.String)">
            <summary>
            For internal use.
            </summary>
            <param name="objectType">Not used.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.CreateItem">
            <summary>
            For internal use.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.ToolTips(Infragistics.Web.UI.EditorControls.RatingFillDirection)">
            <summary>
            A '|' delimeted list that contains all the tooltip formats of the images in the list.
            </summary>
            <param name="fillDir">The fill direction of the rating that owns the collection.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.CssClasses(System.Int32,System.Boolean)">
            <summary>
            A '|' delimeted string that contains all the css classes of the images according
            to the given state.
            </summary>
            <param name="state">The state of the images: 0-empty, 1-selected, 2-hovered</param>
            <param name="enabled">Whether the rating is enabeld or disabled</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.EditorControls.RatingImageItem">RatingImageItem</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.IsMonoIncreasing">
            <summary>
            Tells whether the values are only increasing
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebRatingImageCollection.Values">
            <summary>
            A '|' delimeted string that contains all the values of the images in the list.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses">
            <summary>
            Custom css classed related to track of WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.#ctor(Infragistics.Web.UI.EditorControls.SliderTrack)">
            <summary>
            Constructor for SliderTrackCssClasses
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.CssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders track bar.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_TrackH or igsli_TrackV depending on orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.ValueFillCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders part of track bar located between edge of track and main thumb.
            </summary>
            <remarks>
            <p class="note">
            In case of horizontal orientation that is part of track located on the left side from the thumb.<br></br>
            In case of vertical orientation that is part of track located below the thumb.<br></br>
            In case of both thumbs that is part of track located between thumbs.<br></br>
            That class is merged with AppStyling css class igsli_TrackValueH or igsli_TrackValueV depending on orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.SecondaryValueFillCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders left edge of track bar for horizontal slider or bottom edge of track bar for vertical slider when FillValueMode is set to All and EnableSecondaryValue of WebSlider is enabled.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_TrackValue2H or igsli_TrackValue2V depending on orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.MarginCssClass">
            <summary>
            Gets sets the custom css class responsible for margins between increment/decrement buttons and slider track.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_MarginH or igsli_MarginV depending on orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.HoverCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders track bar when mouse is moved over track bar.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with CssClass and AppStyling css class igsli_TrackHover.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.FocusCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders track bar when slider has focus.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with CssClass and AppStyling css class igsli_TrackFocus.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.DisabledCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders track bar when slider is disabled.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with CssClass and AppStyling css class igsli_TrackDisabled.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.LeftOrTopEdgeCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders left edge of track bar for horizontal slider or top edge of track bar for vertical slider.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_TrackEdgeL or igsli_TrackEdgeT depending on orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.ValueEdgeCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders left edge of track bar for horizontal slider or bottom edge of track bar for vertical slider when FillValueMode is set to MainValue or All.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_TrackValueEdgeL or igsli_TrackValueEdgeB depending on orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.RightOrBottomEdgeCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders right edge of track bar for horizontal slider or bottom edge of track bar for vertical slider.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_TrackEdgeR or igsli_TrackEdgeB depending on orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrackCssClasses.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.DatePickerClientEvents">
            <summary>
            ClientEvents used by the WebDatePicker class
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextEditorClientEvents">
            <summary>
            ClientEvents used by the WebTextEditor class
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.#ctor(Infragistics.Web.UI.EditorControls.WebTextEditor,System.Boolean)">
            <summary>
            Create instance of TextEditorClientEvents.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.PostBackAction(System.Int32)">
            <summary>
            Returns postback action for a particular event.
            </summary>
            <param name="indexOfClientEventName">Index of event at which it appears in the GetClientEventNameList()</param>
            <returns>Postback action. Default implementation returns Off.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.ValueChanging">
            <summary>
            Gets sets name of javascript function which is called before value is changed.
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.ValueChanged">
            <summary>
            Gets sets name of javascript function which is called after value was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.TextChanged">
            <summary>
            Gets sets name of javascript function which is called after text was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.KeyDown">
            <summary>
            Gets sets name of javascript function which is called before keydown event.
            </summary>
            <remarks>
            <p class="body">Action can be canceled or key can be modified.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.KeyPress">
            <summary>
            Gets sets name of javascript function which is called before keypress event.
            </summary>
            <remarks>
            <p class="body">Action can be canceled or key can be modified.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.KeyUp">
            <summary>
            Gets sets name of javascript function which is called before keyup event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.Focus">
            <summary>
            Gets sets name of javascript function which is called when control gets focus event of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.Blur">
            <summary>
            Gets sets name of javascript function which is called when control gets blur event (lost focus) of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.Spin">
            <summary>
            Gets sets name of javascript function which is called when value is incremented or decremented by a spin button or by up/down arrow key.
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.InvalidValueEntered">
            <summary>
            Gets sets name of javascript function which is called when control loses the input focus and has an invalid value.
            </summary>
            <remarks>
            <p class="note">Notes: That event was designed for extended editors.<br></br>
            In case of numeric editor the eventArgs is instance of NumericEditorInvalidValueEventArgs,
            date-time editors: DateTimeEditorInvalidValueEventArgs and
            mask editor: MaskEditorInvalidValueEventArgs.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.MouseDown">
            <summary>
            Gets sets name of javascript function which is called when input field or spin button gets mousedown event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.MouseUp">
            <summary>
            Gets sets name of javascript function which is called when input field or spin button gets mouseup event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.MouseMove">
            <summary>
            Gets sets name of javascript function which is called when input field or spin button gets mousemove event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.MouseOut">
            <summary>
            Gets sets name of javascript function which is called when input field or spin button gets mouseout event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorClientEvents.CustomButtonClick">
            <summary>
            Gets sets name of javascript function which is called on custom button click or on CustomButtonHotKeys.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.DatePickerClientEvents.#ctor(Infragistics.Web.UI.EditorControls.WebDatePicker,System.Boolean)">
            <summary>
            Create instance of TextEditorClientEvents.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.DatePickerClientEvents.CalendarOpening">
            <summary>
            Gets sets name of javascript function which is called before drop-down calendar is opened.
            </summary>
            <remarks>
            <p class="body">This action can be canceled.</p>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.DatePickerClientEvents.CalendarOpened">
            <summary>
            Gets sets name of javascript function which is called after drop-down calendar was opened.
            </summary>
            <remarks>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.DatePickerClientEvents.CalendarClosed">
            <summary>
            Gets sets name of javascript function which is called after drop-down calendar was closed.
            </summary>
            <remarks>
            <p class="body">Update of WebDatePicker from selected date in calendar can be canceled and value can be modified.</p>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.DatePickerClientEvents.CalendarAnimationStopped">
            <summary>
            Gets sets name of javascript function which is called after animation of close or open action for drop-down calendar was stopped.
            </summary>
            <remarks>
            <p class="note">Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser.</p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.ButtonDisplay">
            <summary>
            Location and visibility of spin buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.ButtonDisplay.None">
            <summary>
            Button is not displayed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.ButtonDisplay.OnRight">
            <summary>
            Button is displayed on the right side of the control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.ButtonDisplay.OnLeft">
            <summary>
            Button is displayed on the left side of the control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SelectionOnFocus">
            <summary>
            Type of selection on start of edit mode.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SelectionOnFocus.SelectAll">
            <summary>
            Select all text.
            </summary>
            <p class="note"><b>Note</b> In some browsers, this setting may lead to losing the edit-mode mouse pointer until the first keyboard entry.</p>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SelectionOnFocus.CaretToBeginning">
            <summary>
            Destroy the selection and move the caret to the beginning of text.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SelectionOnFocus.CaretToEnd">
            <summary>
            Destroy the selection and move the caret to the end of text.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SelectionOnFocus.NotSet">
            <summary>
            Do not adjust selection on focus. That value is availiable for WebTextEditor only.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.MaskDisplayMode">
            <summary>
            The approach that used to build the display string when there is no data in the <tt>WebMaskEdit</tt> control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.MaskDisplayMode.Mask">
            <summary>
            The literal characters and not-filled required mask positions are displayed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.MaskDisplayMode.BlankWhenEmpty">
            <summary>
            The blank string is displayed when there is no data.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.MaskDataMode">
            <summary>
            The approach that used to build string for the <tt>Value</tt> property of the <tt>WebMaskEdit</tt> control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.MaskDataMode.RawText">
            <summary>
            Raw text.  No empty prompt-mask positions and no literal-mask characters.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.MaskDataMode.RawTextWithRequiredPrompts">
            <summary>
            Raw text with empty required prompt-mask positions replaced by the <tt>EmptyPositionChar</tt> characters.  No empty optional prompt-mask positions and no literal-mask characters.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.MaskDataMode.RawTextWithAllPrompts">
            <summary>
            Raw text with all empty prompt-mask positions replaced by the <tt>EmptyPositionChar</tt> characters.  No literal-mask characters.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.MaskDataMode.RawTextWithLiterals">
            <summary>
            Raw text with literal-mask characters.  No empty prompt-mask positions.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.MaskDataMode.RawTextWithRequiredPromptsAndLiterals">
            <summary>
            Raw text with empty required prompt-mask positions replaced by the <tt>EmptyPositionChar</tt> characters.  Literal-mask characters are included.  No empty optional prompt-mask positions.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.MaskDataMode.AllText">
            <summary>
            Text with all empty prompt-mask positions replaced by the <tt>EmptyPositionChar</tt> characters and literal-mask characters.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.DateDataMode">
            <summary>
            Type of object that is used to get and set the <tt>Value</tt> property by the WebDateTimeEdit control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.DateDataMode.Date">
            <summary>
            The <tt>Date</tt> property is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.DateDataMode.EditModeText">
            <summary>
            The <tt>EditModeText</tt> property is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.DateDataMode.Text">
            <summary>
            The <tt>Text</tt> property is used.
            </summary>
            <remarks>
            <p class="note">The <tt>set</tt> property for month will recognize only integer value and days of the week is ignored.</p>
            </remarks>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.DateDataMode.DateOrNull">
            <summary>
            The <tt>Date</tt> property is used.  If the value is equal to <tt>DateTime.MinValue</tt>, then <tt>null</tt> is returned.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.DateDataMode.DateOrDBNull">
            <summary>
            The <tt>Date</tt> property is used.  If the value is equal to <tt>DateTime.MinValue</tt>, then <tt>DBNull.Value</tt> is returned.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.DatePickerEditMode">
            <summary>
            Type of object that is used to get and set the <tt>Value</tt> property by the WebDateTimeEdit control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.DatePickerEditMode.KeyboardAndCalendar">
            <summary>
            Allows changing value in editor by keyboard and drop-down calendar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.DatePickerEditMode.CalendarOnly">
            <summary>
            Allows changing value in editor only by drop-down calendar.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.NumericDataMode">
            <summary>
            Type of object that is used to get and set the <tt>Value</tt> property by WebNumericEdit control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Text">
            <summary>
            The <tt>Text</tt> property is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Double">
            <summary>
            The <tt>ValueDouble</tt> property is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Float">
            <summary>
            The <tt>float</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Decimal">
            <summary>
            The <tt>decimal</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Long">
            <summary>
            The <tt>long</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Ulong">
            <summary>
            The <tt>ulong</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Int">
            <summary>
            The <tt>int</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Uint">
            <summary>
            The <tt>uint</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Short">
            <summary>
            The <tt>short</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Ushort">
            <summary>
            The <tt>ushort</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Sbyte">
            <summary>
            The <tt>sbyte</tt> is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.NumericDataMode.Byte">
            <summary>
            The <tt>byte</tt> is used.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.InvalidValueType">
            <summary>
            Type of error that is raised when invalid-value event was fired.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.InvalidValueType.Invalid">
            <summary>
            Invalid string which could not be converted to a valid value.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.InvalidValueType.MinMaxLimit">
            <summary>
            Entered value was beyond minimum or maximum limits.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.InvalidValueType.Null">
            <summary>
            Null was entered when Nullable is false.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextEditorRoles">
            <summary>
            Roles defined for the ig_textEditor.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ControlWithButtons">
            <summary>
            Css for control with buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ControlWithoutButtons">
            <summary>
            Css for control without buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.EditInContainer">
            <summary>
            Css for edit field when buttons are enabled.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ControlMultiline">
            <summary>
            Css for control with enabled multiline.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ControlFocus">
            <summary>
            Css for control when it has focus.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ControlHover">
            <summary>
            Css for control when mouse is moved over it.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ButtonSize">
            <summary>
            Css for width and height of buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ButtonNormal">
            <summary>
            Css for buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ButtonHover">
            <summary>
            Css for button when it has mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ButtonPressed">
            <summary>
            Css for button when it is pressed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ButtonDisabled">
            <summary>
            Css for disable button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ButtonFocus">
            <summary>
            Css for button when control has focus.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.Inner">
            <summary>
            Css for inner part of control with buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.InnerFocus">
            <summary>
            Css for inner part of control when it has focus.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.InnerHover">
            <summary>
            Css for inner part of control when mouse is moved over control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.ButtonImg">
            <summary>
            Css for IMG element used by spin and custom buttons. It has no effect if button shows text.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.TextEditorRoles.NullText">
            <summary>
            Css for INPUT which is used when control has no Value, no focus and NullText is set.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextEditorValueChangedEventArgs">
            <summary>
            Argument used for event which is raised by WebTextEditor when value of a thumb was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorValueChangedEventArgs.OldValue">
            <summary>
            Gets old value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorValueChangedEventArgs.NewValue">
            <summary>
            Gets new value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs">
            <summary>Event that is fired when invalid date was entered.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.Year">
            <summary>
            Value of year field that was entered in the control.
            </summary>
            <remarks>
            	<p class="note">Valid range of values: 1-9999.<br></br>
            If value is -1, then it means that year field is not in input mask or value was not entered.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.Month">
            <summary>
            Value of month field that was entered in the control.
            </summary>
            <remarks>
            	<p class="note">Valid range of values: 1-12.<br></br>
            If value is -1, then it means that month field is not in input mask or value was not entered.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.Day">
            <summary>
            Value of day field that was entered in the control.
            </summary>
            <remarks>
            	<p class="note">Valid range of values: 1-31.<br></br>
            If value is -1, then it means that day field is not in input mask or value was not entered.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.Hours">
            <summary>
            Value of hour field that was entered in the control.
            </summary>
            <remarks>
            	<p class="note">Valid range of values: 0-23.<br></br>
            If value is -1, then it means that hour field is not in input mask or value was not entered.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.Minutes">
            <summary>
            Value of minute field that was entered in the control.
            </summary>
            <remarks>
            	<p class="note">Valid range of values: 0-59.<br></br>
            If value is -1, then it means that minute field is not in input mask or value was not entered.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.Seconds">
            <summary>
            Value of second field that was entered in the control.
            </summary>
            <remarks>
            	<p class="note">Valid range of values: 0-59.<br></br>
            If value is -1, then it means that second field is not in input mask or value was not entered.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.Milliseconds">
            <summary>
            Value of millisecond field that was entered in the control.
            </summary>
            <remarks>
            	<p class="note">Valid range of values: 0-999.<br></br>
            If value is -1, then it means that millisecond field is not in input mask or value was not entered.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.SuggestedValue">
            <summary>
            Suggested value of the date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidDateEventArgs.Type">
            <summary>Type of invalid entry.</summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.InvalidNumberEventArgs">
            <summary>Event that is fired when invalid number was entered.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidNumberEventArgs.Text">
            <summary>
            Value of text that was entered in the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidNumberEventArgs.SuggestedValue">
            <summary>
            Suggested value of a number.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.InvalidNumberEventArgs.Type">
            <summary>Type of invalid entry.</summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextEditorValueChangedEventHandler">
            <summary>
            Event delegate used by WebTextEditor when value was changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextEditorEnterKeyPressEventHandler">
            <summary>
            Event delegate used by WebTextEditor when postback was triggered by Enter key was pressed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.InvalidValueHandler">
            <summary>Handler for invalid value event of WebTextEditor.</summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.InvalidNumberHandler">
            <summary>Handler for invalid value event of WebNumericEditor.</summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.InvalidDateHandler">
            <summary>Handler for invalid value event of WebDateTimeEditor.</summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.MultiLine">
            <summary>
            Collection of properties related to multiline used by WebTextEditor control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.MultiLine.ToString">
            <summary>String formatted for visual designer.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.MultiLine.Overflow">
            <summary>
            Gets sets overflow style attribute of TEXTAREA.
            </summary>
            <remarks>
            	<p class="note">The value Visible means that overflow attribute is not rendered and browser-default is used. Some browsers may not support that attribute.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.MultiLine.Rows">
            <summary>
            Gets sets the rows attribute of TEXTAREA.
            </summary>
            <remarks>
             <p class="note">The Height of WebTextEditor may have priority over that property.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.MultiLine.Columns">
            <summary>
            Gets sets the cols attribute of TEXTAREA.
            </summary>
            <remarks>
             <p class="note">The Width of WebTextEditor may have priority over that property.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.MultiLine.Wrap">
            <summary>
            Gets sets the wrap attribute of TEXTAREA.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.MultiLine.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextEditorAutoPostBackFlags">
            <summary>
            Container of properties which define auto postback options used by WebTextEditor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for TextEditorAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorAutoPostBackFlags.ValueChanged">
            <summary>
            Gets sets auto postback options applied to value change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorAutoPostBackFlags.EnterKeyDown">
            <summary>
            Gets sets auto postback options applied to enter key press.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorAutoPostBackFlags.CustomButtonClick">
            <summary>
            Gets sets auto postback options applied to custom button click.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextEditorButtons">
            <summary>
            Collection of properties related to buttons that are used by WebTextEditor control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ShouldSerializeCustomButtonDisplay">
            <summary>
            Check if CustomButtonDisplay should be serialized.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ResetCustomButtonDisplay">
            <summary>
            Resets the CustomButtonDisplay to default value.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ShouldSerializeUpperSpinButton">
            <summary>
            Check if UpperSpinButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ResetUpperSpinButton">
            <summary>Clears the UpperSpinButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ShouldSerializeLowerSpinButton">
            <summary>
            Check if LowerSpinButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ResetLowerSpinButton">
            <summary>Clears the LowerSpinButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ShouldSerializeCustomButton">
            <summary>
            Check if CustomButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ResetCustomButton">
            <summary>Clears the CustomButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.GetListValueAtIndex(System.Int32)">
            <summary>
            Get item from ListOfValues at particular index.
            </summary>
            <param name="index">Index of item.</param>
            <returns>Item. If index is negative or larger than count of items, then null is returned.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.SetListValueAtIndex(System.Int32,System.String)">
            <summary>
            Set item from ListOfValues at particular index.
            </summary>
            <param name="index">Index of item.</param>
            <param name="value">New value for item.</param>
            <returns>True: item was set, false: failure, index is negative or larger than count of items.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.InsertListValueAtIndex(System.Int32,System.String)">
            <summary>
            Insert item into ListOfValues at particular index.
            </summary>
            <param name="index">Index at which item will be inserted. If that value is negative or larger than count of items, then new item is appended to list.</param>
            <param name="value">New item.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.RemoveListValueAtIndex(System.Int32)">
            <summary>
            Remove item from ListOfValues at particular index.
            </summary>
            <param name="index">Index of item to remove.</param>
            <returns>True: item was removed, false: failure, index is negative or larger than count of items.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.RemoveListValue(System.String)">
            <summary>
            Remove items from ListOfValues which match with particular value.
            </summary>
            <param name="value">Value to remove.</param>
            <returns>Number of removed items.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.ToString">
            <summary>String formatted for visual designer.</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorButtons.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.ButtonCssClass">
            <summary>
            Gets sets custom css class which is applied to spin buttons in normal state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.ButtonFocusCssClass">
            <summary>
            Gets sets custom css class which is applied to spin buttons when control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.ButtonHoverCssClass">
            <summary>
            Gets sets custom css class which is applied to spin buttons in mouse-over state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.ButtonPressedCssClass">
            <summary>
            Gets sets custom css class which is applied to spin buttons in pressed state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.ButtonDisabledCssClass">
            <summary>
            Gets sets custom css class which is applied to spin buttons in disabled state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.ButtonSizeCssClass">
            <summary>
            Gets sets custom css class which defines width and height of spin buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.InnerCssClass">
            <summary>
            Gets sets custom css class which is applied to inner area (container of edit field) when control is in normal state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.InnerFocusCssClass">
            <summary>
            Gets sets custom css class which is applied to inner area (container of edit field) when control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.InnerHoverCssClass">
            <summary>
            Gets sets custom css class which is applied to inner area (container of edit field) when mouse is moved over control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.ButtonImgCssClass">
            <summary>
            Gets sets custom css class which is applied to IMG element used by spin and custom buttons.
            </summary>
            <remarks>
            <p class="body">Notes:<br></br>
            It can be used to stretch image to size of button (which is TD element) by width:100%;height:100%;<br></br>
            It has no effect if button shows text.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.ListOfValues">
            <summary>
            Gets sets list of strings that will be used to set value of editor on spin events.
            </summary>
            <remarks>
            <p class="body">If list is set, then default increment/decrement actions are disabled and list-items are used.</p>
            <p class="body">Items in list should be separated by the "|" character.</p>
            <p class="body">In order to use the "|" character in item, the flag "&amp;pipe;" should be used.</p>
            <p class="body">At run time the Get/Set/Insert/RemoveListValueAtIndex methods can be used.</p>
            <p class="note">On client the set_value(listItem) is used to process items.</p>
            <p class="note">In case of numeric editor, an item should have javascript format, because the parseFloat(item) is used.</p>
            <p class="note">In case of date-time editor, an item should have format "yyyy-MM-dd-hh-mm-ss-tt" (year-month-day-hours-minutes-seconds-milliseconds).</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.CustomButtonHotKeys">
            <summary>
            Gets sets list of key actions which will trigger CustomButton click-event.
            </summary>
            <remarks>
            <p class="body">
            A key should contain an English letter, or a digit, or 2/3-digit key-code used by browser's keydown events, or a predifined flag such as HOME, DOWN, UPARROW, etc.
            Example, the "065" or "65" is the same as "A", the "040" is down-arrow key, and the "113" is "F2" key.
            In case of multiple keys, values should be separated by the "," (coma) character. Example: "B,2,191" means that "B", "2" and "?" keyboard keys will trigger drop down action.
            Each value may contain optional modifiers such as Shift, Ctrl or Alt with optional + or space separator. Example: "Shift+A,Up Ctrl,Shift+Space,F2".
            </p>
            <p class="body">
            All entries are case insensitive and suffix "Arrow" is optional for "Up/Down/Left/Right" arrow keys.
            </p>
            <p class="note">Notes: This property has effect regardless of visibility of custom button.</p>
            <p class="note">In case of modifiers and some of F# keys, a browser may override key event and drop-down action may fail.</p>
            <p class="note">Different browsers may have different codes for same keys. For example: key-code of "+" in IE is 181, but in Firefox it is 107.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.SpinButtonsDisplay">
            <summary>
            Gets sets visibility and location of spin buttons.
            </summary>
            <remarks>
            <p class="note">Note: If TextMode of editor is set to MultiLine, then buttons are not supported and that property has no effect.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.CustomButtonDisplay">
            <summary>
            Gets sets visibility and location of custom button.
            </summary>
            <remarks>
            <p class="body">WebTextEditor raises client and server events related to CustomButton.
            Those events can be used by application to implement custom actions like showing alert, dialog or drop-down, performing validations, raising postback, etc.</p>
            <p class="note">Note: If TextMode of editor is set to MultiLine, then buttons are not supported and that property has no effect.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.SpinDelay">
            <summary>
            Gets sets initial delay in milliseconds between increment/decrement spin events.
            </summary>
            <remarks>
            <p class="note">Default value is set to 200.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.SpeedUpRate">
            <summary>
            Gets sets ability to automatically increase/decrease the delay with spin events while mouse is pressed on a spin button.
            </summary>
            <remarks>
            	<p class="note">This property allows to increase, decrease or keep permanent delay between spin events.
            <br></br>Positive values will gradually decrease delay (increase speed) until the value of the <tt><b>(Delay / 2 ^ value)</b></tt> is reached.
            <br></br>Negative values will increase delay (decrease speed) until the value of the <tt><b>(Delay * 2 ^ value)</b></tt> is reached.
            <br></br>Value of zero will keep permanent delay between spin events.
            <br></br>Range of values is -3..0..+6. The value of -3 will slow down initial delay in 8 times. The value of 6 will speed up initial delay in 64 times.
            </p>
            	<p class="note">Default value is set to 3.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.SpinOnArrowKeys">
            <summary>
            Gets sets ability to increment/decrement a value on the Up/Down arrow keys.
            </summary>
            <remarks>
            <p class="note">This property has effect regardless of visibility of spin buttons.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.SpinOnReadOnly">
            <summary>
            Gets sets ability to increment/decrement a value when ReadOnly is true.
            </summary>
            <remarks>
            	<p class="note">This property has no effect, when ReadOnly is false. Default value is set to false.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.EnsureFocus">
            <summary>
            Gets sets ability to ensure input focus on spin events.
            </summary>
            <remarks>
            	<p class="note">Notes:<br></br>If that property is false and a spin-button is pressed, then value is incremented/decremented, though, focus remains at the control which had input focus before a spin-button was pressed.</p>
            	<p class="note">If the NullText property of WebTextEditor is set, then editor gets focus on spin event regardless of that property.</p>
            	<p class="note">Default value is set to false.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.InlineRendering">
            <summary>
            Gets sets option to add "display:inline" attribute to the main TABLE html-element of control.
            </summary>
            <remarks>
            <p class="note">Note: that feature is supported only for IE browser.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.SpinWrap">
            <summary>
            Gets sets option to automatically "roll-over" to the minimum/maximum value when the maximum/minimum limit was exceeded while pressing on a spin button or on an arrow key.
            </summary>
            <remarks>
            <p class="body">That property has effect only for Numeric and DateTime controls that modified both MinValue and MaxValue properties.</p>
            <p class="body">Default value is false.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.CellSpacing">
            <summary>
            Gets sets option to use spacing between inner elements: input field and buttons.
            </summary>
            <remarks>
            <p class="note">Note: if the background of buttons is not set then light gray color is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.UpperSpinButton">
            <summary>
            Gets reference to object which contains properties of upper spin button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.LowerSpinButton">
            <summary>
            Gets reference to object which contains properties of lower spin button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.CustomButton">
            <summary>
            Gets reference to object which contains properties of custom button.
            </summary>
            <remarks>
            <p class="body">WebTextEditor raises client and server events related to CustomButton.
            Those events can be used by application to implement custom actions like showing alert, dialog or drop-down, performing validations, raising postback, etc.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorButtons.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextImageButton">
            <summary>
            Class used for buttons which may have text instead of image.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextImageButton.#ctor(System.Boolean)">
            <summary>
            Constructor for TextImageButton
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextImageButton.Text">
            <summary>
            Gets sets text displayed on button.
            </summary>
            <remarks>
            <p class="note">
            If value is set, then instead of image the text is dislayed on button.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextImageButton.Visible">
            <summary>
            Not available.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextImageButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.TextEditorRenderer">
            <summary>
            Class used to render WebTextEditor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render all html tags related to control, including hidden fields.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            
            </summary>
            <param name="iControlMain"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.SaveClientProperties">
            <summary>
            Pass server properties to client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.HandleOnInit(System.Web.HttpContext)">
            <summary>
            Process latest state of control.
            </summary>
            <param name="context"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.HandleLoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Ensure that additional client state is updated.
            </summary>
            <param name="postDataKey"></param>
            <param name="postCollection"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.LoadAdditionalClientState(System.Object)">
            <summary>
            This method is called when additional information is passed from the client, via the _saveAdditionalClientState javascript method.
            </summary>
            <param name="state">Value and SecondaryValue separated by |.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.TextEditorRunBot.AppStyleInfo">
            <summary>
            Returns data for appstyling.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.TextEditorRunBot.DeferLoadPostDataProcessing">
            <summary>
            Returns false.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebCurrencyEditor">
            <summary>
            Control that renders number editor.
            </summary>
            <remarks>
            <p class="body">The number pattern and other aspects of number string are defined by the values
            found in the <tt>NumberFormat</tt> property.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebNumericEditor">
            <summary>
            Control that renders number editor.
            </summary>
            <remarks>
            <p class="body">The number pattern and other aspects of number string are defined by the values
            found in the <tt>NumberFormat</tt> property.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebTextEditor">
            <summary>
            Control which implements the functionality of a text editor.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ISupportSpellCheck">
            <summary>
            Interface to make a control compatible with the Infragistics.WebUI.WebSpellChecker
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportSpellCheck.EnableSpellChecking">
            <summary>
            Indicates whether the spell checking is supported by the implementing object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportSpellCheck.ClientSideObjectDelegate">
            <summary>
            A string value of the ClientSide function to be called to retrieve the ClientSide object from it's ClientId. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportSpellCheck.ClientSideGetTextDelegate">
            <summary>
            A string value of the ClientSide function to be called from the ClientSide object to retrieve the text to be checked. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportSpellCheck.ClientSideSetTextDelegate">
            <summary>
            A string value of the ClientSide function to be called from the ClientSide object to set the text that was checked. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.IPasswordContainer">
            <summary>
            Interface for controls which can be used to store text as password
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.IPasswordContainer.IsInPasswordMode">
            <summary>
            Determines whether the control is in password mode
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.IPasswordContainer.GetPasswordProperty">
            <summary>
            Rerurns the properties which hold the password, could be multiple, for example Text and Value
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.#ctor">
            <summary>
            The control's default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ShouldSerializeValue">
            <summary>
            Check if Value has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ResetValue">
            <summary>Clears the Text</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ShouldSerializeText">
            <summary>
            Check if Text has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ResetText">
            <summary>
            Clears the Text.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ResetAutoPostBackFlags">
            <summary>Clears the AutoPostBackFlags</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ShouldSerializeButtons">
            <summary>
            Check if Buttons has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ResetButtons">
            <summary>Clears the Buttons</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ShouldSerializeMultiLine">
            <summary>
            Check if MultiLine has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.ResetMultiLine">
            <summary>Clears the MultiLine</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.CreateRunBot">
            <summary>
            Creates new instance of TextEditorRunBot.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.CreateRenderer">
            <summary>
            Creates new instance of TextEditorRenderer.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.SaveAdditionalViewState">
            <summary>
            Save data of subobjects modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.LoadAdditionalViewState(System.Object)">
            <summary>
            Load data for subobjects modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.OnValueChanged(Infragistics.Web.UI.EditorControls.TextEditorValueChangedEventArgs)">
            <summary>
            Raise event after value was changed.
            </summary>
            <param name="e">Instance of TextEditorValueChangedEventArgs created by TextEditorRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.OnTextChanged(System.EventArgs)">
            <summary>
            Raise event after value was changed.
            </summary>
            <param name="e">Instance of EventArgs created by TextEditorRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.OnEnterKeyPress(System.EventArgs)">
            <summary>
            Raise event when postback was triggered by Enter key press.
            </summary>
            <param name="e">Instance of EventArgs created by TextEditorRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.OnCustomButtonClick(System.EventArgs)">
            <summary>
            Raise event when postback was triggered by custom button.
            </summary>
            <param name="e">Instance of EventArgs created by TextEditorRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.Focus">
            <summary>
            Set focus to control on initialization of the page.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render control
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.OnInit(System.EventArgs)">
            <summary>
            Enable ControlState.
            </summary>
            <param name="e">EventArgs reference</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.LoadControlState(System.Object)">
            <summary>
            Restore values after postback.
            </summary>
            <param name="savedState">Array of 2 objects: [Value(as double), SecondaryValue(as double)]</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.SaveControlState">
            <summary>
            Save values before postback.
            </summary>
            <returns>Array of 2 objects: [Value(as double), SecondaryValue(as double)]</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.SetPostValue(System.String)">
            <summary>
            Convert post value to the Value object.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.GetClientText">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.BeforeRenderToClient">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.RenderProps(System.Text.StringBuilder)">
            <summary>
            Append specific client-side properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebTextEditor.GetExtraPropertiesToUpdate">
            <summary>
            List of properties which should be updated in designer when Value is changed.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.ReadOnly">
            <summary>
            Get sets ability for the user to edit the text of the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.EnableAltPlusDigits">
            <summary>
            Gets sets ability for user to enter characters by using the ALT key + numeric keypad digits method.
            </summary>
            <remarks>
            <p class="body">Default value is true.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.HideEnterKey">
            <summary>
            Gets sets ability to hide the Enter key.
            </summary>
            <remarks>
            <p class="body">Setting this property to true disables the default response of the browser to an Enter key press.</p>
            <p class="body">Default value is false.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.MaxLength">
            <summary>
            Gets sets maximum length of a text string that can be entered into a control.
            </summary>
            <remarks>
            	<p class="body">Default value is 0 and default value of browser is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.FocusOnInitialization">
            <summary>
            Gets sets an attempt to set input focus to the control on the initialization of a page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.FocusCssClass">
            <summary>
            Gets sets custom css class which is applied to control when it has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.HoverCssClass">
            <summary>
            Gets sets custom css class which is applied to control when mouse is moved over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.NullTextCssClass">
            <summary>
            Gets sets custom css class which is applied to INPUT when control has no focus, has no Value and NullText property is set.
            </summary>
            <remarks>
            <p class="body">If NullText is not set, then that property has no effect.</p>
            <p class="note">Note: It is recommended to set the Width property of editor. Otherwise,
            visible width of control may jump on focus and blur events, due to italic, bold and other attributes of NullTextCssClass.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.NullText">
            <summary>
            Gets sets text displayed in the control when it has no focus and the Value is not set (Value is empty string or null).
            </summary>
            <remarks>
            <p class="body">If that property is set, then NullTextCssClass is used for the INPUT element.</p>
            <p class="note">Notes:<br></br>
            It is recommended to set the Width property of editor. Otherwise,
            visible width of control may jump on focus and blur events, due to italic, bold and other attributes of NullTextCssClass.
            <br></br>If that property is set and control has no focus, then edit actions like paste and spin are not supported.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.CausesValidation">
            <summary>
            Gets sets an option to fire validation before postback.
            </summary>
            <remarks>
            <p class="body">That property is similar to the corresponding property of asp:TextBox.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.ValidationGroup">
            <summary>
            Gets sets validation group.
            </summary>
            <remarks>
            <p class="body">That property is similar to the corresponding property of asp:TextBox.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.Nullable">
            <summary>
            Gets sets ability to support null value and use System.Nullable for the Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.CssClass">
            <summary>Gets sets css class applied to html element which represents this control on client.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.TextMode">
            <summary>
            Gets sets text mode of editor such as single line, multiline or password.
            </summary>
            <remarks>
            <p class="body">Setting this property to MultiLine creates TEXTAREA html element. Spin buttons and custom button in that mode are not supported.</p>
            <p class="body">Setting this property to Password creates INPUT with type=password and browser defines how text string is displayed.</p>
            <p class="body">Default value is SingleLine.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.HorizontalAlign">
            <summary>
            Gets sets horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.SelectionOnFocus">
            <summary>
            Gets sets type of selection on the start of edit mode.
            </summary>
            <remarks>
            	<p class="body">Default value is set to the <tt>NotSet</tt>.</p>
            	<p class="note">The value of <tt>NotSet</tt> is supported by WebTextEditor only, but none of its extensions.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.ToolTip">
            <summary>Gets sets the tooltip of control.</summary>
            <remarks>
            <p class="body">In order to specify tooltip which includes the current value of control, the "{0}" flag should be used. In this case that flag will be replaced by the text in editor.</p>
            <p class="note">Note: If TextMode is set to Password, then empty string is used as the default value of ToolTip.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.BackColor">
            <summary>
            Background color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.ForeColor">
            <summary>
            Foreground color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.BorderColor">
            <summary>
            Border color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.BorderWidth">
            <summary>Border width of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.BorderStyle">
            <summary>Border style of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.Value">
            <summary>Gets sets value in control.</summary>
            <remarks>
            <p class="body">In the WebTextEdit control, this property is simply a wrapper for the <see cref="P:Infragistics.Web.UI.EditorControls.WebTextEditor.Text"/> property.</p>
            <p class="body">This virtual property is overriden by every extended class. 
            The type of value (structure in case of string) depends on the value of <see cref="!:Infragistics.WebUI.WebDataInput.WebDateTimeEdit.DataMode"/> property. 
            For example, in case of WebDateTimeEdit, Value can be
            <b>DateTime</b>, focus string or no-focus string.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.Text">
            <summary>Gets sets text displayed in control.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.PersistantText">
            <summary>Text that persists between sessions.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.ClientEvents">
            <summary>
            Gets reference to reference to the TextEditorClientEvents.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.AutoPostBackFlags">
            <summary>
            Gets reference to container for properties that are related to the auto postback options supported by WebTextEditor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.Buttons">
            <summary>
            Gets reference to container of properties which are related to custom and spin buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebTextEditor.MultiLine">
            <summary>
            Gets reference to container of properties which are related to multiline text mode.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebTextEditor.ValueChanged">
            <summary>
            Adds removes event handler which is fired when value in editor was changed on client.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebTextEditor.TextChanged">
            <summary>
            Adds removes event handler which is fired when text in editor was changed on client and its value after postback became different from value before postback.
            </summary>
            <remarks>
            <p class="body">That is event required by IEditableTextControl and it is identical to ValueChanged event. It is raised before ValueChanged.</p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebTextEditor.EnterKeyPress">
            <summary>
            Adds removes event handler which is fired when postback was triggered by Enter key press.
            </summary>
            <remarks>
            <p class="note">Event is raised when AutoPostBackFlags.EnterKeyDown is set to "On".</p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebTextEditor.CustomButtonClick">
            <summary>
            Adds removes event handler which is fired when postback was triggered by custom button click.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.#ctor">
            <summary>
            Creates WebNumericEditor control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.ShouldSerializeNullValue">
            <summary>
            Check if NullValue has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.ResetNullValue">
            <summary>
            Clears the NullValue.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.ShouldSerializeValue">
            <summary>
            Check if Value has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.ResetValue">
            <summary>
            Clears the Value.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.ShouldSerializeText">
            <summary>Check if Text has data.</summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.ShouldSerializeCulture">
            <summary>
            Check if Culture should be serialized.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.ResetCulture">
            <summary>
            Reset Culture.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.GetClientText">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.SetTxt(System.String)">
            <summary>
            Convert dirty number-text to clean-number.
            </summary>
            <param name="value">Dirty number-text</param>
            <returns>Clean number-text</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.GetTxt">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.GetTxt(System.Object)">
            <summary>
            
            </summary>
            <param name="val"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.RenderProps(System.Text.StringBuilder)">
            <summary>
            Append specific client-side properties for an UpLevel renderer.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.GetExtraPropertiesToUpdate">
            <summary>
            List of properties which should be updated in designer when Value is changed.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.SetPostValue(System.String)">
            <summary>
            Convert post value to the Value object.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebNumericEditor.OnInvalidValue(Infragistics.Web.UI.EditorControls.InvalidNumberEventArgs)">
            <summary>
            Raise event when invalid value was entered.
            </summary>
            <param name="e">Instance of InvalidNumberEventArgs</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.DataMode">
            <summary>
            Gets sets type of object that is used to wrap the <tt>Value</tt> property.
            </summary>
            <remarks>
            <p class="body">Default value is set to the <tt>Double</tt>.</p>
            <p class="note">That property is designed to be used when this editor is embedded into grid or other control.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.NullValue">
            <summary>
            Gets sets number that is returned by the <tt>Value</tt> property when Nullable is disabled and value is not set.
            </summary>
            <remarks>
            <p class="body">If property is set to the <tt>NaN</tt>, then NaN is used for Double and Float types defined by DataMode, and 0 is used for integer types.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.NegativeCssClass">
            <summary>Gets sets css class which is applied to the INPUT element when Value is negative.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.MinDecimalPlaces">
            <summary>
            Gets sets minimum number of decimal places used for text in control when it has no focus.
            </summary>
            <remarks>
            <p class="body">Note: in case of null, the setting for NumberDecimalDigits of NumberFormat property of Culture is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.MaxDecimalPlaces">
            <summary>
            Gets sets maximum number of decimal places used for text in control when it has no focus.
            </summary>
            <remarks>
            <p class="note">Notes:<br></br>In case of null, the setting for decimal places of Culture is used.
            <br></br>If MinDecimalPlaces is set to the larger value than that property, then MinDecimalPlaces has priority.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.DisplayFactor">
            <summary>
            Get sets multiplier applied to Value for displayed text.
            </summary>
            <remarks>
            <p class="body">List of supported values: 1, 10, 100, 1000, 10000, 100000, 1000000. Default value is set to 1.</p>
            <p class="note">Notes:<br></br>
            That property affects text displayed to end user: number appears larger than actual value in editor. The Min/MaxValue are not affected by this property.<br></br>
            That property should not be modified after Value or Text was set, because format of Value which persists in ViewState is based on Text property.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.SpinDelta">
            <summary>
            Gets sets value that is used to increment/decrement the editing value on spin events.
            </summary>
            <remarks>
            	<p class="note">That value is also used when increment/decrement happens on the up/down arrow keys.</p>
            	<p class="note">If Buttons.ListOfValues is set, then that property has no effect.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.MaxValue">
            <summary>
            Gets sets maximum value.
            </summary>
            <remarks>
            <p class="note">Value is validated on lost focus or spin events only.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.MinValue">
            <summary>
            Gets sets minimum value.
            </summary>
            <remarks>
            <p class="note">Value is validated on lost focus or spin events only.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.SelectionOnFocus">
            <summary>
            Value that specifies the style of selection on the start of edit mode.
            </summary>
            <remarks>
            	<p class="body">Default value is set to the <tt>SelectAll</tt>.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.HorizontalAlign">
            <summary>
            Value that specifies the horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.Nullable">
            <summary>
            Ability to use null when the value is not set.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.EnableAltPlusDigits">
            <summary>This property is disabled and returns false.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.TextMode">
            <summary>This property is not supported.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.MultiLine">
            <summary>This property is not supported.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValueDouble">
            <summary>
            Value in the editor as a double.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValueFloat">
            <summary>
            Value in the editor as a float.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValueLong">
            <summary>
            Value in the editor as a long.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValueInt">
            <summary>
            Value in the editor as an int.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValueShort">
            <summary>
            Value in the editor as a short.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValueByte">
            <summary>
            Value in the editor as a byte.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValueDecimal">
            <summary>
            Value in the editor as a decimal.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValueText">
            <summary>
            Value in the editor as text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.ValidationValueText">
            <summary>
            Gets the Value in the editor as text for MSValidators.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.Value">
            <summary>Value defined by the <tt>DataMode</tt> property.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.Text">
            <summary>
            Text displayed in the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebNumericEditor.Culture">
            <summary>
            Gets sets the <see cref="T:System.Globalization.CultureInfo"/> object used by the control.
            </summary>
            <remarks>
            	<p class="body">The <tt>Culture</tt> property allows to customize all aspects of format that is applied to numeric value while converting it to string.
            If value is not set, then the <see cref="!:System.Threading.Thread.CurrentThread.CurrentCulture"/> is used.<br></br>
            The <tt>WebNumericEditoror</tt> uses the properties of the <tt>NumberFormatInfo</tt> that starts with the "Number", for example, <tt>NumberDecimalDigits</tt>.<br></br>
            The <tt>WebCurrencyEditor</tt> uses the properties of the <tt>NumberFormatInfo</tt> that starts with the "Currency", for example, <tt>CurrencyDecimalDigits</tt>.<br></br>
            The <tt>WebPercentEditor</tt> uses the properties of the <tt>NumberFormatInfo</tt> that starts with the "Percent", for example, <tt>PercentDecimalDigits</tt>.
            </p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebNumericEditor.InvalidValue">
            <summary>
            Adds removes event handler which is fired when invalid value was entered.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCurrencyEditor.#ctor">
            <summary>
            Creates a WebCurrencyEditor control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebCurrencyEditor.GetTxt(System.Object)">
            <summary>
            Build text from a value.
            </summary>
            <param name="val">value</param>
            <returns>string</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebCurrencyEditor.MinDecimalPlaces">
            <summary>
            Gets sets minimum number of decimal places used for text in control when it has no focus.
            </summary>
            <remarks>
            <p class="body">Note: in case of null, the setting for CurrencyDecimalDigits of NumberFormat property of Culture is used.</p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebDatePicker">
            <summary>
            Control that renders date editor with drop-down calendar.
            </summary>
            <remarks>
            <p class="body">In order to use custom calendar the <see cref="P:Infragistics.Web.UI.EditorControls.WebDatePicker.DropDownCalendarID"/> property should set.</p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebDateTimeEditor">
            <summary>
            Control that renders date editor.
            </summary>
            <remarks>
            <p class="body">The date pattern and other aspects of date string are defined by the values
            found in the <see cref="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Culture"/> property.</p>
            <p class="body">Appearance of strings and particular types of date formats at edit and display
            modes are defined by the <see cref="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.EditModeFormat"/> and <see cref="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.DisplayModeFormat"/> properties.</p>
            <p class="note"><b>Note</b> The ValidationProperty attribute is linked to the <see cref="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Text"/> property for this control.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.#ctor">
            <summary>Creates WebDateTimeEditor control</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.ShouldSerializeValue">
            <summary>
            Check if Value has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.ResetValue">
            <summary>Clears the Text</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.ShouldSerializeText">
            <summary>Check if Text has data.</summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.ShouldSerializeCulture">
            <summary>Check if Culture should be serialized</summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.ResetCulture">
            <summary>Reset Culture</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.GetClientText">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.BeforeRenderToClient">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.GetCalendarID">
            <summary>
            Returns empty string.
            </summary>
            <returns>Empty string</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.RenderProps(System.Text.StringBuilder)">
            <summary>
            Append specific client-side properties for UpLevel renderer.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.GetExtraPropertiesToUpdate">
            <summary>
            List of properties which should be updated in designer when Value is changed.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.GetMask(System.Boolean)">
            <summary>
            Build input mask. Fields replace by the explicit int with lengths of 2. 
            </summary>
            <param name="edit">True: mask for edit mode, false: mask for display mode</param>
            <returns>Mask</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.GetTxt(System.Boolean,System.DateTime,System.Boolean)">
            <summary>
            Return display/edit date string.
            </summary>
            <param name="edit">false - display date, true - edit date</param>
            <param name="d">DateTime</param>
            <param name="cultureYear">Request to adjust year for current culture</param>
            <returns>Display date or edit date as string</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.ToDate(System.String,System.Boolean,System.Boolean)">
            <summary>
            Convert string to date using edit-mode(short) mask or display-mode(long) mask
            </summary>
            <param name="v"></param>
            <param name="edit"></param>
            <param name="cultureYear">Request to adjust year for current culture</param>
            <returns>Date</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.GetInt(System.String,System.Int32@)">
            <summary>
            Get numeric value from string, and move current index i
            </summary>
            <param name="v">source string</param>
            <param name="i">current index</param>
            <returns>int or -1 (no digit found)</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.GetMonth(System.String,System.Int32@,System.Boolean)">
            <summary>
            Get numeric value from month-name string, and move current index i
            </summary>
            <param name="v">source string</param>
            <param name="i">current index</param>
            <param name="dow">day of the week</param>
            <returns>int or -1 (no month found)</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.DoPattern(System.String,System.Boolean)">
            <summary>
            Build mask for edit-mode(short) or for display-mode(long) and set AM/PM
            That method should be called before any access to "masks".
            </summary>
            <param name="v">DateFormatPattern</param>
            <param name="edit">true: build edit-mode mask</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.SetPostValue(System.String)">
            <summary>
            Convert post value to the Value object.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.OnInvalidValue(Infragistics.Web.UI.EditorControls.InvalidDateEventArgs)">
            <summary>
            Raise event when invalid value was entered.
            </summary>
            <param name="e">Instance of InvalidNumberEventArgs</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.EditModeFormat">
            <summary>
            Gets sets format of date used for edit mode when control has input focus.
            </summary>
            <remarks>
            <p class="body">Default value is set to the <tt>"d"</tt>.
            If value has length of 1 (single flag-character such as: d, f, g, s, etc.),
            then the System.Threading.Thread.CurrentThread.CurrentCulture is used to obtain date pattern.
            Otherwise, this property is treated as explicit date pattern.</p>
            <p class="body">Example of explicit pattern: <tt>"dd-MM-yyyy"</tt> 
            To learn about format flags and patterns, see documentation for the System.Globalization.DateTimeFormatInfo class.</p>
            <p class="note"><b>Note</b> The "z" and "g" characters and "%c" style in pattern are ignored. Possible day of the week field is ignored, and abbriviated month name is converted to digit.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.DisplayModeFormat">
            <summary>
            Gets sets format of date used for display mode when control does not have input focus.
            </summary>
            <remarks>
            <p class="body">Default value is set to the empty string.
            If value is empty, then the value of <see cref="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.EditModeFormat"/> is used.
            If value has a length of 1 (single flag-character such as: d, f, g, s, etc.),
            then the System.Threading.Thread.CurrentThread.CurrentCulture is used to obtain date pattern.
            Otherwise, this property is treated as explicit date pattern.</p>
            <p class="body">Example of an explicit pattern: <tt>"dd-MM-yyyy"</tt> 
             To learn about format flags and patterns, see documentation for the System.Globalization.DateTimeFormatInfo class.</p>
            <p class="note"><b>Note</b> The "z" and "g" characters and "%c" style in pattern are ignored.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.PromptChar">
            <summary>
            Gets sets character that is used to fill missing date fields while control has focus.
            </summary>
            <remarks>Default value is set to the underscore '_' character.</remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.DataMode">
            <summary>
            Gets sets name of property used to wrap the <see cref="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Value"/> property.
            </summary>
            <remarks>
            <p class="body">Default value is set to the <see cref="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Date"/>.</p>
            <p class="note">That property is designed to be used when this editor is embedded into grid or other control.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.MinimumNumberOfValidFields">
             <summary>
             Gets sets minimum number of valid fields in the date string which must be present to consider the date valid.
             </summary>
             <remarks>
             <p class="body">Range of values: 0-7. If this property is set to 0, all fields are validated. Default value is 3.</p>
             <p class="body">Missing hour, minute, second, millisecond fields are replaced by 0, and missing year, month, day fields are replaced by the fields of the today date. Date fields are counted from the left to right as they appear in the pattern of date format.</p>
             <p class="body">When validating, the day-of-week and AM-PM fields are skipped and not included for the purposes of this property. For example, if the pattern of date format is <tt>"M-d-yy H:mm:ss"</tt> and the <b>MinimumNumberOfValidFields</b> is 4, then strings are validated as indicated below:</p>
            <p class="body">
             <ul>
             <li class="taskitem"><span class="taskitemtext"><b>"10-20-2 5:20:__"</b> - represents valid date "10-20-02 5:20:00".</span></li>
             <li class="taskitem"><span class="taskitemtext"><b>"10-20-2 5:__:__"</b> - represents valid date "10-20-02 5:00:00".</span></li>
             <li class="taskitem"><span class="taskitemtext"><b>"10-20-2 _:__:__"</b> - represents an invalid date.</span></li>
             <li class="taskitem"><span class="taskitemtext"><b>"10-20-_ 5:20:30"</b> - represents an invalid date.</span></li>
             </ul>
             </p>
             </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.UseLastGoodDate">
            <summary>
            Gets sets ability to automatically use the last good date value when control loses focus and entered value cannot be converted to a date.
            </summary>
            <remarks>
            <p class="note">Notes: If entered date can be converted to a date, but it is outside of minimum or maximum limits,
            or value of day field is larger than maximum day for a particular month, then that property is not applied to that date.<br></br>
            If Nullable property is enabled and all fields were erased by user, then that entry is considered as valid and null is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.CenturyThreshold">
            <summary>
            Gets sets value that is used to autofill year field to the 20th or 21st century if only 1 or 2 digits are entered by user.
            </summary>
            <remarks>
            <p class="body">Range of values: from -1 to 99.</p>
            <p class="body">If value is set to -1, then autofill is disabled.</p>
            <p class="body">If entered year is less or equal to the value of that property, then 2000 is added to the year field.</p>
            <p class="body">If entered year is larger than the value of that property and less than 100, then 1900 is added to the year field.</p>
            <p class="body">Default value is 29.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.ReduceDayOnInvalidDate">
            <summary>Gets sets ability to reduce day of month, when maximum day of entered month-field is smaller than entered value of day-field.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.ShowPatternOnFocus">
            <summary>
            Gets sets option to show all pattern characters while control has focus.
            </summary>
            <remarks>
            <p class="body">Default value is set to true.</p>
            <p class="note">If that property is set to false, then text displayed in focus state is cut off by the last filled character and part of pattern on the right side is hidden.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.MaxLength">
            <summary>
            This property is disabled and has no effect.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.SelectionOnFocus">
            <summary>
            Value that specifies the style of selection when entering edit mode.
            </summary>
            <remarks>
            <p class="body">Default value is set to 'SelectAll'.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Nullable">
            <summary>Ability to use null when value is not set.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.EnableAltPlusDigits">
            <summary>This property is not supported.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.TextMode">
            <summary>This property is not supported.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.MultiLine">
            <summary>This property is not supported.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.SpinDelta">
            <summary>
            Gets sets value that is used to increment/decrement the editing value on spin events.
            </summary>
            <remarks>
            	<p class="note">If Buttons.ListOfValues is set, then that property has no effect.</p>
            	<p class="note">That value is also used when increment/decrement happens on the up/down arrow keys.</p>
            	<p class="note">If value is set to 0, then the value of 1 is used to increment/decrement a field where caret is located.</p>
            	<p class="note">Default value is set to 1. For editor with date-format 1 day is used and for edtor with time-format: 1 minute.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.SpinOnlyOneField">
            <summary>
            Gets sets ability to increment/decrement the value of one field only.
            </summary>
            <remarks>
            <p class="body">If value is true, then only one current field is incremented/decremented and all other fieds remain unchanged.
            <br></br>If value is false, then other date fields can be affected too.
            </p>
            <p class="note">Default value is set to false.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Fields">
            <summary>
            Date fields.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Date">
            <summary>
            Gets sets value in control as DateTime object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.MaxValue">
            <summary>
            Gets sets maximum date.
            </summary>
            <remarks>
            <p class="note"><b>Note</b> Value is validated on lost focus or spin events only.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.MinValue">
            <summary>
            Gets sets minimum date.
            </summary>
            <remarks>
            <p class="note"><b>Note</b> Value is validated on lost focus or spin events only.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Value">
            <summary>
            Value defined by the <see cref="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.DataMode"/> property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Text">
            <summary>Text displayed in the control.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.EditModeText">
            <summary>This property allows you to retrieve the text that is displayed in the WebDateTimeEditor control during edit mode.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.Culture">
            <summary>Gets sets the System.Globalization.CultureInfo object is used by control.</summary>
            <remarks>
            <p class="body">The <tt>Culture</tt> property allows to customize all aspects of format that is applied to a <tt>DateTime</tt> object while converting it to string.
            Those format properties include field separators, date/time patterns, names of months, etc.<br></br>
            If value is not set, then the System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat object is used.</p>
            <p class="note">Abbriviated month names for short-date pattern are not supported and months are converted to digits.</p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebDateTimeEditor.InvalidValue">
            <summary>
            Adds removes event handler which is fired when invalid date was entered.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.#ctor">
            <summary>Creates WebDatePicker control</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.ShouldSerializeClientSideEvents">
            <summary>
            Check if ClientSideEvents has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.ResetClientSideEvents">
            <summary>Clears the ClientSideEvents</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.ShouldSerializeCalendarAnimation">
            <summary>
            Check if CalendarAnimation has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.ResetCalendarAnimation">
            <summary>Clears the CalendarAnimation</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.SetDropDownCalendar(Infragistics.Web.UI.EditorControls.WebMonthCalendar)">
            <summary>
            Set calendar which will be used as drop-down.
            </summary>
            <remarks>
            <p class="body">That method is equivalent to setting value of DropDownCalendarID to the ClientID of calendar.</p>
            <p class="note">That method can be used only after calendar was added to its container and Page,
            otherwise, the ClientID and drop-down functionality may fail.</p>
            <p class="note">It is not recommended to set that property after the Page.OnLoad event.</p>
            </remarks>
            <param name="calendar">Reference to calendar.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.FindSharedCalendar">
            <summary>
            This method attempts to find reference to shared drop-down calendar.
            </summary>
            <returns>Reference to WebMonthCalendar or null</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.GetCalendarID">
            <summary>
            Returns ClientID of drop-down calendar.
            </summary>
            <returns>Empty string or ClientID of WebMonthCalendar</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.RenderProps(System.Text.StringBuilder)">
            <summary>
            Append specific client-side properties for UpLevel renderer.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.OnPreRender(System.EventArgs)">
            <summary>
            Find custom calendar and hide it.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.OnLoad(System.EventArgs)">
            <summary>
            Ensure default drop-down calendar.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.EnsureSharedCalendar">
            <summary>
            Ensure that shared default calendar is created and added to form.
            </summary>
            <remarks>
            <p class="note">That method can be used when WebDatePicker is located in FormView or some other
            containers, which block access to Page.LoadComplete event or if shared calendar is not created for other reasons.
            </p>
            <p class="note">That method can be called within Page.OnLoad event.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebDatePicker.EnsureSharedCalendar(System.Web.UI.Page)">
            <summary>
            Ensure that shared default calendar is created and added to form.
            </summary>
            <remarks>
            <p class="note">That method can be used when WebDatePicker is located in FormView or some other
            containers, which block access to Page.LoadComplete event or if shared calendar is not created for other reasons.
            </p>
            <p class="note">That method can be called within Page.OnLoad event.
            </p>
            </remarks>
            <param name="page">Reference to Page</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDatePicker.DropDownCalendarID">
            <summary>
            Gets sets the ID of WebMonthCalendar which will be used as drop-down calendar.
            </summary>
            <remarks>
            <p class="body">If that property is not set, then default calendar is used. That default calendar is shared between all WebDatePickers on page.</p>
            <p class="note">Notes:</p>
            <p class="note">The drop-down calendar on client cannot be used for actions which will conflict with default behavior of WebDatePicker. For example,
            set_selectedDate(date), setFocus() and similar actions are not supported.
            </p>
            <p class="note">If calendar is located directly in the Form, or in the same container(s) where the WebDatePicker is,
            then the ID property of calendar can be used.
            Otherwise, WebDatePicker will not be able to find calendar on server.
            Therefore, application should use ClientID property of calendar and it should ensure
            following style attributes<br></br>
            display:none;<br></br>
            visibility:hidden;</p>
            <p class="note">It is not recommended to set that property after the Page.OnLoad event. Also to ensure shared calendar the local EnsureSharedCalendar() and static WebDatePicker.EnsureSharedCalendar(page) methods can be used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDatePicker.AlwaysInEditMode">
            <summary>
            Gets sets ability to modify value in editor by keyboard while drop-down calendar is opened.
            </summary>
            <remarks>
            <p class="note">Note: only digits, backspace and delete keys are supported.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDatePicker.OpenCalendarOnFocus">
            <summary>
            Gets sets ability to automatically open drop-down calendar when editor gets focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDatePicker.EditMode">
            <summary>
            Gets sets value that allows to enable or disable ability to edit value by keyboard.
            </summary>
            <remarks>
            <p class="note">Note: In order to disable ability to edit value by drop-down calendar, the ReadOnly property should be used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDatePicker.ClientEvents">
            <summary>
            Hides base class property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDatePicker.ClientSideEvents">
            <summary>
            Gets reference to reference to the DatePickerClientEvents.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebDatePicker.CalendarAnimation">
            <summary>
            Gets reference to container of properties related to animation used for drop-down WebMonthCalendar.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebMaskEditor">
            <summary>
            Control that renders mask editor.
            </summary>
            <remarks>
            <p class="body">The property that defines the keyboard filter and appearance of displayed string has name the <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.InputMask"/>.</p>
            <p class="body">The properties <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.PadChar"/> and <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.PromptChar"/> define character that is used to replace empty mask positions for no-focus and focus states. The <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.EmptyPositionChar"/> is used to build string returned by the <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.Value"/> property.</p>
            <p class="body">The structure of string used by the <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.Value"/> property is defined by the <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.DataMode"/>.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.#ctor">
            <summary>Creates WebMaskEdit control</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.ShouldSerializeText">
            <summary>
            Check if Text has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.ResetText">
            <summary>Clears the Text</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.ShouldSerializeRealText">
            <summary>
            Check if RealText has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.ResetRealText">
            <summary>Clears the RealText</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.GetClientText">
            <summary></summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.LoadViewState(System.Object)">
            <summary></summary>
            <param name="savedState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.RenderProps(System.Text.StringBuilder)">
            <summary>
            Append specific client-side properties for UpLevel renderer.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.IsRequiredMaskFilled">
            <summary>
            Check if all required positions in the input mask are filled by data.
            </summary>
            <returns>True: all required positions are filled.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.GetExtraPropertiesToUpdate">
            <summary>
            List of properties which should be updated in designer when Value is changed.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.SetPostValue(System.String)">
            <summary>
            Convert post value to the Value object.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.OnInvalidValue(System.EventArgs)">
            <summary>
            Raise event when invalid value was entered.
            </summary>
            <param name="e">Instance of EventArgs</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebMaskEditor.LoadControlState(System.Object)">
            <summary>Load saved state.</summary>
            <param name="savedState">Saved state.</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.InputMask">
            <summary>
            Gets sets input mask used to filter keyboard entries.
            </summary>
            <remarks>
            <p class="body">Default value is set to "<tt>CCCCCCCCCCCC</tt>".</p>
            <p class="note">The mask may contain literal characters and input-mask-flags such as
            <ul>
              <li><tt>&amp;</tt> - any keyboard character (entry is required)</li>
              <li><tt>L</tt> - letter (entry is required)</li>
              <li><tt>0</tt> - digit (entry is required)</li>
              <li><tt>A</tt> - letter or digit (entry is required)</li>
              <li><tt>C</tt> - any keyboard character (entry is optional)</li>
              <li><tt>?</tt> - letter (entry is optional)</li>
              <li><tt>#</tt> - digit or +/- (entry is optional with replacement by EmptyPositionChar or PadChar)</li>
              <li><tt>9</tt> - digit (entry is optional)</li>
              <li><tt>a</tt> - letter or digit (entry is optional)</li>
              <li><tt>&gt;</tt> - all letters to the right are converted to the upper case</li>
              <li><tt>&lt;</tt> - all letters to the right are converted to the lower case</li>
            </ul>
            </p>
            For information on how to customize input masks, see the following topic section of the help: Developer's Guide &gt; The Toolset &gt; Controls and Components &gt; WebMaskEdit.
            <p class="note">Notes:
            <ul>
              <li>If in front of any flag-character appears the <tt>"\"</tt> (escape) character, then that character becomes the literal part of mask.
              For example, if mask is set to the <tt>"A\A\BB\\##\99"</tt> and control has no data, then text in edit mode will appear
              as <tt>"_A\BB\#_9_"</tt>. Where the <tt>"_"</tt> are available positions for entry.</li>
              <li>To cancel upper/lower case convertion which was set by the <tt>&gt;</tt> or <tt>&lt;</tt> flag, that flag should be used one more time.
              For example, if mask is set to the <tt>"&gt;CC-&gt;CC-&gt;CC"</tt> and user entered the <tt>"XxXxXx"</tt>, then resulting text should appear
              as <tt>"XX-Xx-XX"</tt>.</li>
              <li>While control has no input focus, the optional empty mask positions are not displayed.</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.PadChar">
            <summary>
            Gets sets character that is used to fill required empty mask positions in the display text while the control does not have focus.
            </summary>
            <remarks>
            <p class="body">Default value is set to the Space character.</p>
            <p class="note">While control has no input focus, the optional empty mask positions are not displayed.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.PromptChar">
            <summary>
            Gets sets character that is used to fill empty mask positions in the display text while the control has focus.
            </summary>
            <remarks>
            <p class="body">Default value is set to the '_' (underscore) character.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.EmptyPositionChar">
            <summary>
            Gets sets character that is used to replace empty (not filled) positions in the <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.InputMask"/> while building string returned by the <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.Value"/> and <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.RawText"/> properties.
            </summary>
            <remarks>
            <p class="body">Default value is set to the Space character.</p>
            <p class="note">This property is designed for situation when empty position characters expected by application (database) would be confusing if used as prompts. For example '?' or '0' characters.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.DataMode">
            <summary>
            Gets sets rules that are used to get/set the <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.Value"/> property.
            </summary>
            <remarks>
            <p class="body">Those rules define various combinations of the following conditions:
            <ul>
            <li>Whether or not the literal characters (not editable part of mask) should be included.</li>
            <li>Whether or not the required empty mask positions should be included.</li>
            <li>Whether or not the optional empty mask positions should be included.</li>
            </ul>
            Default value is set to 'RawTextWithRequiredPrompts'. This property is designed to be used when this editor is embedded into grid or other control.</p>
            <p class="note">Note: When literal characters are included and the value is set,
            then characters in that new value which positions match with the positions of the literal characters in mask are ignored.
            Though, those "dummy" characters should be present in the value, otherwise, the "data" characters will be lost and may appear shifted to wrong positions.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.DisplayMode">
            <summary>
            Gets sets options for displayed text when control has no focus and has no data.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.ShowMaskOnFocus">
            <summary>
            Gets sets option to show all mask characters while control has focus.
            </summary>
            <remarks>
            <p class="body">Default value is set to true.</p>
            <p class="note">If that property is set to false, then text displayed in focus state is cut off by the last filled character and part of mask on right side is hidden.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.MaxLength">
            <summary>This property is not supported.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.SelectionOnFocus">
            <summary>
            Value that specifies the style of selection when entering edit mode.
            </summary>
            <remarks>
            <p class="body">Default value is set to the <tt>SelectAll</tt>.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.TextMode">
            <summary>This property is not supported.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.MultiLine">
            <summary>This property is not supported.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.RawText">
            <summary>
            Gets sets string that represents the current contents of the control without literal characters and empty mask positions.
            </summary>
            <remarks>
            <p class="body">This text represents only the characters entered into the control by the user.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.Value">
            <summary>Value as defined by the <see cref="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.DataMode"/> property.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.Text">
            <summary>Text displayed in the control.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebMaskEditor.RealText">
            <summary>
            Text that is displayed in control.
            </summary>
            <remarks>
            <p class="body">This text represents the text displayed in the control when it loses focus, including any literal and pad characters.</p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebMaskEditor.InvalidValue">
            <summary>
            Adds removes event handler which is fired when not all required positions in input mask were filled by user.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.StringDoubleConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
            <summary></summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebPercentEditor">
            <summary>
            Control that renders number editor.
            </summary>
            <remarks>
            <p class="body">The number pattern and other aspects of number string are defined by the values
            found in the <tt>NumberFormat</tt> property.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebPercentEditor.#ctor">
            <summary>
            Creates a WebPercentEditor control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebPercentEditor.GetTxt(System.Object)">
            <summary>
            Build text from a value.
            </summary>
            <param name="val">value</param>
            <returns>string</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebPercentEditor.MinDecimalPlaces">
            <summary>
            Gets sets minimum number of decimal places used for text in control when it has no focus.
            </summary>
            <remarks>
            <p class="body">Note: in case of null, the setting for PercentDecimalDigits of NumberFormat property of Culture is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebPercentEditor.DisplayFactor">
            <summary>
            Gets sets multiplier applied to Value for displayed text.
            </summary>
            <remarks>
            <p class="body">Default value is set to 100.</p>
            <p class="note">Notes:<br></br>
            That property affects text displayed to end user: number appears larger than actual value in editor. The Min/MaxValue are not affected by this property.<br></br>
            That property should not be modified after Value or Text was set, because format of Value which persists in ViewState is based on Text property.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.NullValueStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
            <summary></summary>
        </member>
        <member name="T:Infragistics.Web.UI.AjaxIndicator">
            <summary>
            Class used for AjaxIndicator of asynchronous postbacks used by Infragistics.Web.UI controls.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.AjaxIndicator.ShouldSerializeEnabled">
            <summary>
            Check if Enabled has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.AjaxIndicator.ResetEnabled">
            <summary>Clears the Enabled</summary>
        </member>
        <member name="M:Infragistics.Web.UI.AjaxIndicator.ShouldSerializeAltText">
            <summary>
            Check if AltText has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.AjaxIndicator.ResetAltText">
            <summary>
            Clears the AltText.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.AjaxIndicator.Reset">
            <summary>
            Reset all properties to defaults.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.AjaxIndicator.ToString">
            <summary>String representation of AjaxIndicator.</summary>
            <returns>String formatted for visual designer.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.Enabled">
            <summary>
            Gets sets option to enable or disable indicator.
            </summary>
            <remarks>
            <p class="body">Default value of that property for local indicator is NotSet and default value of that property for shared indicator is True.</p>
            <p class="body">If value is NotSet, then corresponding property of shared indicator is used.
            If both shared and local properties are NotSet, then indicator is disabled.</p>
            <remarks>
            <p class="body">That property does not affect BlockType.</p>
            </remarks>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.AltText">
            <summary>
            Gets sets alt attribute for image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.CssClass">
            <summary>
            Gets sets css class for indicator.
            </summary>
            <remarks>
            <p class="body">If value is not set, then corresponding property of shared indicator is used.
            If both shared and local properties are not set, then ig_AjaxIndicator or similar class of current AppStyling is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.BlockCssClass">
            <summary>
            Gets sets css class for blocking element which is used when BlockArea property is enabled.
            </summary>
            <remarks>
            <p class="body">If value is not set, then corresponding property of shared indicator is used.
            If both shared and local properties are not set, then ig_AjaxIndicatorBlock or similar class of current AppStyling is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.Text">
            <summary>
            Gets sets innerHTML for indicator.
            </summary>
            <remarks>
            <p class="body">That may include any kinds of html tags and optional {0} flag which will be replaced on client by IMG with ImageUrl.</p>
            <p class="body">If value is set, then it has priority over ImageUrl.</p>
            <p class="body">If value is not set, then corresponding property of shared indicator is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.ImageUrl">
            <summary>
            Gets sets image url for indicator.
            </summary>
            <remarks>
            <p class="body">If Text is set, then that property has no effect, though it has priority over Text property of shared indicator.</p>
            <p class="body">If value is not set, then corresponding property of shared indicator is used.</p>
            <p class="body">If shared and local properties of ImageUrl and Text are not set, then ig_ajaxIndicator.gif from current AppStyling is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.RelativeToControl">
            <summary>
            Gets sets option to set position of indicator relative to bounds of control or to browser's window.
            </summary>
            <remarks>
            <p class="body">If value is NotSet, then corresponding property of shared indicator is used.
            If both shared and local properties are not set, then indicator is aligned relative to control.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.BlockArea">
            <summary>
            Gets sets option to create half transparent shell which blocks control or browser's window.
            </summary>
            <remarks>
            <p class="body">That property does not depend on Enabled.</p>
            </remarks>
            <p class="body">If value is NotSet, then corresponding property of shared indicator is used.
            If both shared and local properties are NotSet, then block element is disabled.</p>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.OffsetLeft">
            <summary>
            Gets sets extra horizontal offset of indicator from Location in pixels.
            </summary>
            <remarks>
            <p class="body">If value is not set, then corresponding property of shared indicator is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.OffsetTop">
            <summary>
            Gets sets extra vertical offset of indicator from Location in pixels.
            </summary>
            <remarks>
            <p class="body">If value is not set, then corresponding property of shared indicator is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.Location">
            <summary>
            Gets sets location of indicator relative to the bounds of target element.
            </summary>
            <remarks>
            <p class="body">If value is set to NotSet, then location is defined by the corresponding property of shared AjaxIndicator.
            If that property of shared AjaxIndicator is NotSet, then MiddleCenter is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.FadeInEquationType">
            <summary>
            Gets sets equation type of fade animation for show action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.FadeOutEquationType">
            <summary>
            Gets sets equation type of fade animation for hide action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.FadeInDuration">
            <summary>
            Gets sets duration of fade animation for show action.
            </summary>
            <remarks>
            <p class="body">If value is not set, then corresponding property of shared indicator is used.
            If both shared and local properties are not set or value is less than 2, then animation is disabled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.FadeOutDuration">
            <summary>
            Gets sets duration of fade animation for hide action.
            </summary>
            <remarks>
            <p class="body">If value is not set, then corresponding property of shared indicator is used.
            If both shared and local properties are not set or value is less than 2, then animation is disabled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.SharedAjaxIndicator">
            <summary>
            Gets reference to shared AjaxIndicator or null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.AjaxIndicator.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.AppSettings">
            <summary>
            This static class contains settings related to Infragistics
            Web AJAX framework. The examples of thesttings are: Application 
            Styling Management, Script Combining, AJAX Post Back flag etc.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.AppSettings._allowStateChnages">
            <summary>
            Boolean flag, that is currently used to control whether the ObjectCollection
            clearing should be saved in a ViewStatJournal. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppSettings.EnablePageScriptCombining(System.Boolean,System.Web.UI.Page)">
            <summary>
            Enables or disables script combining for certain page.
            </summary>
            <param name="enable">Whether the script combining should be enabled.</param>
            <param name="page">Page to enable script combining for.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppSettings.IsPageScriptCombiningEnabled(System.Web.UI.Page)">
            <summary>
            Returns script combining flag for requested.
            </summary>
            <param name="page">Page to return script combining flag for.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppSettings.IsCdnEnabled(System.Web.UI.Page)">
            <summary>
            Indicates whether Infragistics CDN is available for specified page.
            </summary>
            <param name="page">Reference to the page, or null for the global application setting value.</param>
            <returns>True if Infragistics CDN is enabled.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.EnableScriptCombining">
            <summary>
            Enables or disables script combining for the whole application.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.EnablePersistence">
            <summary>
            Enables or disables Persistence for the whole application.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.PersistenceIgnorePasswords">
            <summary>
            Enables or disables Password fields persistence for the whole application.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.PersistenceIgnoreLoadingOnPostback">
            <summary>
            Enables or disables loading from PersistenceManager on Postback
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.IsAjaxPostBack">
            <summary>
            Indicates whether the page is inside of an Ajax post back cycle caused by the Infragistics
            Web AJAX framework.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.AppStylingManager">
            <summary>
            Reference to the Application manager. Same as <see>Infragistics.Web.UI.Framework.AppStyling.AppStylingManager.Settings</see>;
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.PersistenceManager">
            <summary>
            Reference to the PersistenceManager associated with current request.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.SharedAjaxIndicator">
            <summary>
            Gets reference to shared AjaxIndicator or null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.IsIE6">
            <summary>
            Information about client that is making the request.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.IsEmbeddedJavaScriptEnabled">
            <summary>
            Indicates whether the embedded Java Script for all AJAX controls
            has been disabled through the web.config file.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.InfragisticsCdnPath">
            <summary>
            Path to Infragistics CDN.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.InfragisticsCdnJsPath">
            <summary>
            Path to Infragistics JavaScript CDN resources.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.InfragisticsCdnStylePath">
            <summary>
            Path to Infragistics styles CDN resources.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.InfragisticsJQueryCdnPath">
            <summary>
            Path to Infragistics CDN.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.InfragisticsJQueryCdnJsPath">
            <summary>
            Path to Infragistics JavaScript CDN resources.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.InfragisticsJQueryCdnStylePath">
            <summary>
            Path to Infragistics styles CDN resources.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.CombinedCDNScriptName">
            <summary>
            Returns the name of the file for combined IG JavaScript
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.CombinedJQueryCDNScriptName">
            <summary>
            Returns the name of the file for combined IG JQuery JavaScript
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppSettings.CombinedJQueryCDNCssName">
            <summary>
            Returns the name of the file for combined IG css files
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.AppStyling.StyleInfoNames">
            <summary>
            Enumeration used to identify StyleInfo objects within the AppStyleInfoCatolog.
            There is on StyleInfo objects for each css file used by the WebControls.  A WebControl
            may utilized more than one css file or StyleInfo object.  The one which it uses at runtime depends
            upon the particular property settings on the control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.AppStyling.StyleInfoCatalog">
            <summary>
            Summary description for StyleInfoCatalog.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleInfoCatalog.GetBaseRoleName(System.Int32)">
            <summary>
            Get css-class name for base role name
            </summary>
            <param name="baseRoleIndex">The appropriate enum with typecast to (int) must be used.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleInfoCatalog.GetAppStyleInfo(Infragistics.Web.UI.Framework.AppStyling.StyleInfoNames)">
            <summary>
            
            </summary>
            <param name="styleInfoIndex"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleInfoCatalog.GetAppStyleInfo(System.Int32)">
            <summary>
            
            </summary>
            <param name="styleInfoIndex">A valid value of the StyleInfoNames enum must be used.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.AppStyling.StyleInfoCatalog.SharedRoles">
            <summary>
            Roles defined for the ig_shared.css file.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.AppStyleInfo.RoleInfo">
            <summary>
            Array of Roles that are defined for this application style or control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.AppStyleInfo.StyleInfoName">
            <summary>
            Name of AppStyle.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.AppStyleInfo.CssFileName">
            <summary>
            Css filename.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.AppStyleInfo.CssPrefix">
            <summary>
            Prefix used for each style class name in the css file.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.AppStyleInfo.Item(System.String)">
            <summary>
            Obtain a RoleInfo object by role name.
            </summary>
            <param name="roleName">The name of the role to be retrieved.</param>
            <returns>A RoleInfo object corresponding to the name supplied.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.RoleInfo.Clone">
            <summary>
            Creates and returns a new RoleInfo object with property values copied from the current object.
            </summary>
            <returns>New instance of RoleInfo object with same property values.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.RoleInfo.RoleName">
            <summary>
            Name of the role.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.RoleInfo.BaseRoleName">
            <summary>
            Name of the base role this role overrides.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.RoleInfo.Priority">
            <summary>
            Priority of the role on the page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.RoleInfo.Selector">
            <summary>
            Role info's selector
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.RoleInfo.Supported">
            <summary>
            Indicates if the role is supported by the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.RoleInfo.Index">
            <summary>
            Contains index of the role in the control's style catalog.
            </summary>
            <remarks>
            The property is used by controls that support the extensibility model such as the <see cref="!:WebDataGrid"/>.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.DesignerFx.AppStyleSetsImport">
            <summary>
            Summary description for AppStyleSetsImport.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DesignerFx.AppStyleSetsImport.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.AppStyleSetsImport.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.AppStyleSetsImport.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DesignerFx.AppStyleSetsImport.WslName">
            <summary>
            Full path to the wsl file.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DesignerFx.StyleSetNameEditor">
            <summary>
            Editor for the style set names.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameEditor.#ctor">
            <summary>
            Public constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Overrides EditValue. Called whenever a value is edited.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Defines edit style
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            No rendering supported
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameEditor.OnSelectedValueChanged(System.Object,System.EventArgs)">
            <summary>
            Whenever changed - update and close
            </summary>
            <param name="sender">Sender</param>
            <param name="e">Event's arguments</param>
        </member>
        <member name="P:Infragistics.Web.UI.DesignerFx.StyleSetNameEditor.ListBox">
            <summary>
            List box that manages the values in the drop down.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DesignerFx.StyleSetNameListBox">
            <summary>
            The list box is used as a drop down for design time style set selector.
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameListBox.#ctor">
            <summary>
            Public constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameListBox.SelectItem(System.Object)">
            <summary>
            Selects an item in the list box.
            </summary>
            <param name="value">Item's value to select.</param>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameListBox.IsInputKey(System.Windows.Forms.Keys)">
            <summary>
            Defines input key.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.StyleSetNameListBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Maps return key down event woth OnClick
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DesignerFx.StyleSetNameListBox.ResourcesDirectory">
            <summary>
            Resources directory to enumerate style sets off
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.AppStyling.AppStylingManager">
            <summary>
            Summary description for AppStylingManager.
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.AppStylingManager.ResolveUrlPath(System.String,System.Web.UI.Control)">
            <summary>
            The main purpose of this method is to resolve "~" into the applicationPath.
            This method is not needed for ASP.Net 2.0, since there is already a ResolveUrl
            method available at the Control level.
            </summary>
            <param name="url">A relative url, which may or may not contain "~"</param>
            <param name="control">A reference to a valid control - used to get application specific settings.</param>
            <returns>A relative url with no special characters.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.AppStylingManager.StyleSetPath">
            <summary>
            Contains path to the application styling resources for the application. The property is mapped to web.config setting.
            </summary>
            <remarks>
            This property setting should be removed from web.config if Infragistics CDN is the resources repository of choice.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.AppStylingManager.CssRegistry">
            <summary>
            This registry gathers dynamically created styles and converts them into a single
            &lt;style&gt; block in the header of the rendered page.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DesignerFx.ConfigSettings">
            <summary>
            Serializes application styling options into an isolated storage
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DesignerFx.ConfirmCopyStyleSets">
            <summary>
            Summary description for ConfirmCopyStyleSets.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DesignerFx.ConfirmCopyStyleSets.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.ConfirmCopyStyleSets.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.ConfirmCopyStyleSets.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.CSSParser.Initialize(System.String)">
            <summary>
            Break stylesString into class names and their values
            </summary>
            <param name="stylesString"></param>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.AppStyling.CSSParser.CannotParseCssException">
            <summary>
            Nested exception thrown by the <b>CSSParser</b> when
            it could not parse the CSS contents specified by the
            <see cref="!:SmartWebControl.StyleSheetFileName">StyleSheetFileName</see>
            property.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.CSSParser.CannotParseCssException.#ctor(System.String,System.Exception,System.Boolean)">
            <summary>
            Creates a <b>CannotParseCssException</b> that can be thrown.
            </summary>
            <param name="errorMessage">The error message text displayed
            to the developer in the IDE.</param>
            <param name="innerException">The exception that was caught
            and is believed to be the cause of the error.</param>
            <param name="resetStyleSheetFileName">A flag based on the
            developer's feedback in the IDE as to whether the StyleSheet-
            FileName should be reset to it's original value.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.CSSParser.CannotParseCssException.ResetStyleSheetFileName">
            <summary>
            Indicates whether the <b>StyleSheetFileName</b> property
            should be result to it's previous value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.AppStyling.CssRegistry">
            <summary>
            This registry gathers dynamically created styles and converts them into a single
            &lt;style&gt; block in the header of the rendered page.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.CssRegistry.Add(System.Web.UI.WebControls.Style,System.String)">
            <summary>
            Adds a style to the CSS registry.
            </summary>
            <param name="style">Style to register.</param>
            <param name="selector">Selector format that should be rendered for the style. Example: TBODY.{0} TR TD</param>
            <returns>Automatically generated css class name.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.CssRegistry.Add(System.Web.UI.WebControls.Style,System.String,System.String)">
            <summary>
            Adds a style to the CSS registry.
            </summary>
            <param name="style">Style to register.</param>
            <param name="cssClass">CSS class name to register the style under.</param>
            <param name="selector">Selector format that should be rendered for the style. Example: TBODY.{0} TR TD</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.CssRegistry.Add(System.String,System.String)">
            <summary>
            Adds custom string of style rules to the CSS registry.
            </summary>
            <param name="rules">Custom string of style rules.</param>
            <param name="selector">Selector format that should be rendered for the style. Example: TBODY.{0} TR TD</param>
            <returns>Automatically generated css class name.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.CssRegistry.Add(System.String,System.String,System.Boolean)">
            <summary>
            Adds custom string of style rules to the CSS registry.
            </summary>
            <param name="rules">Custom string of style rules.</param>
            <param name="selector">Selector format that should be rendered for the style. Example: TBODY.{0} TR TD</param>
            <param name="forceChurn">Forces the registry to generate churn for the new CSS class regardless of whether it was registered in previous post backs.</param>
            <returns>Automatically generated css class name.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.CssRegistry.Add(System.String,System.String,System.String)">
            <summary>
            Adds custom string of style rules to the CSS registry.
            </summary>
            <param name="rules">Custom string of style rules.</param>
            <param name="cssClass">CSS class name to register the style under.</param>
            <param name="selector">Selector format that should be rendered for the style. Example: TBODY.{0} TR TD</param>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.FileUtility.CopyDirectory(System.String,System.String)">
            <summary>
            Copies a directory. Overwrites existing one.
            </summary>
            <param name="from">Source directory to copy.</param>
            <param name="to">Destination directory to copy to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.FileUtility.CopyDirectory(System.String,System.String,Infragistics.Web.UI.DesignerFx.ConfirmMethod,Infragistics.Web.UI.DesignerFx.ConfirmMethod)">
            <summary>
            Copies a directory.
            </summary>
            <param name="from">Source directory to copy.</param>
            <param name="to">Destination directory to copy to.</param>
            <param name="confirmMethod">Method to be called if directory exists. If the method returns False copying is aborted.</param>
            <param name="confirmReadOnly">Method to be called if file is read only.</param>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.AppStyling.ImportDefaultStyleSet.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.ImportDefaultStyleSet.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.ImportDefaultStyleSet.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.AppStyling.StyleBot">
            <summary>
            Performs much of the Application Styling Framework(tm) logic for individual
            controls.
            </summary>
            <remarks>
            <p class="body">An instance of the StyleBot object will be created inside
            of controls that support Application Styling. It facilitates a control's 
            implementation of the <see cref="T:Infragistics.Web.UI.IProvideAppStyling"/> interface.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.#ctor(System.Web.UI.Control,Infragistics.Web.UI.IProvideAppStyling)">
            <summary>
            The constructor accepts the control reference it should register with.
            </summary>
            <param name="control">
            Control to register with.
            </param>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.AppStyling.StyleBot.designCssFiles">
            <summary>
            The constructor accepts the control reference it should register with.
            </summary>
            <param name="control">
            Control to register with.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.HandleOnInit(System.Web.UI.WebControls.WebControl)">
            <summary>
            Registers the proxy with a control that supports style repository and/or app styling.
            </summary>
            <param name="control">
            Control reference to register with.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.RegisterCssLinkFiles">
            Separate method for registering the appropriate css files so it can be called even
            if EnableAppStyling is false, (WebSchedule);
            
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.HandleRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Called by the registered control when its rendering starts. 
            The method lets the style repository know that it's time to 
            render the styles if it was not done before.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.GetStyleClassString(System.String)">
            <summary>
            Convert name of style to the name of CSS defined in resource file.
            </summary>
            <param name="style">Name of style used by control. It is better to be a constant defined in CssNames which starts with prefix "YourControl_"</param>
            <returns>CSS class name defined in resource file.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.GetStyleClassString(System.String,System.String)">
            <summary>
            Convert name of styles to the name of CSS defined in resource files.
            Designed to be used by rendering logic of control without any Style.
            </summary>
            <param name="localStyle">Name of local style used by control. It is better to be a constant defined in CssNames which starts with prefix "YourControl_"</param>
            <param name="sharedStyle">Name of shared style. It should be a constant defined in CssNames which starts with prefix "Shared_"</param>
            <returns>CSS class name defined in resource files.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.GetStyleClassString(System.Int32)">
            <summary>
            Get css class name for a role
            </summary>
            <param name="roleIndex"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.GetStyleClassString(System.Int32,System.String)">
            <summary>
            Returns css class string depending on the app styling setting and appends a custom css class to it.
            </summary>
            <param name="roleIndex">Role index of the css class role to return.</param>
            <param name="customCssClass">Custom css class name to append.</param>
            <returns>Combined css class name of the role and a custom class.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.HandlePostRender2">
            <summary>
            Include appstyling css into output html
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.ReplaceImagePath(System.String,System.String)">
            <summary>
            When converting CSS files into styles that can be placed in a style block, we need to update all
            image urls, b/c they are no longer relative to the stylesheet
            </summary>
            <param name="css">The css markup that needs to be updated</param>
            <param name="cssPath">The new absolute url to where the style sheet is actually located</param>
            <returns>The updated css with all image url's pointing to absolute paths</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.RefreshDesignTimeControl">
            <summary>
            Call this method to cause your control to be rerendered at design-time.  Any new property settings
            will be reflected in the updated HTML.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.RefreshDesignTimeControls(System.Web.UI.Page)">
            <summary>
            Call this method to cause all controls to be refreshed at design-time.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.ImageDirectoryResolved">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.StyleBot.ResolveImageUrl(System.String)">
            <summary>
            
            </summary>
            <param name="imageUrl"></param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.Control">
            <summary>
            Reference to the control represented by this StyleBot object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.CompatibilityMode">
            <summary>
            Used to maintain compatible rendering for WebSchedule prior to the
            institution of the Application Styling Framework(tm).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.IsDesignMode">
            <summary></summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.EnableAppStylingResolved">
            <summary>
            Determines whether the control represented by this StyleBot
            supports Application Styling.
            </summary>
            <value>True if Application Styling is enabled; False if it
            is not.</value>
            <remarks>
            <p class="body">This property resolves the <strong>EnableAppStyling</strong>
            value at the control-, page- and application-levels to identify whether the
            associated <see cref="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.Control"/> reference should be styled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.StyleSetNameResolved">
            <summary>
            Resolved name of the current Application Styling Framework(tm)
            style set applied to this StyleBot's control.
            </summary>
            <value>
            Returns the current StyleSetName from the AppStyleManager.
            </value>
            <remarks>
            <p class="body">If the current StyleSetName is "Default",
            this method returns the empty string so that CSS class
            names can be resolved correctly. Only non-default style
            sets interject their name before the role in the CSS class
            names generated by the Application Styling Framework(tm).</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.StyleSetPathResolved">
            <summary>
            Resolves the style set path for the control. Does not convert it to URL unlike <see cref="!:StyleSetPath"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.FullStyleSheetPath">
            <summary>
            Returns the current StyleSheetDirectory from the AppStyleManager.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.AppStyling.StyleBot.ImageDirectoryOverride">
            <summary>
            Returns the current ImageDirectory from the AppStyleManager
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.AppStyling.CssBuilder.OnPreRender(System.Web.UI.Control)">
            <summary>
            Notification method which should be called by a control within its OnPreRender.
            </summary>
            <param name="control">Reference to WebControl which implements IProvideAppStyling, and/or IGlobalCssRegistration</param>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.WslObject.#ctor(System.String)">
            <summary>
            Creates the object and loads a web styleset library.
            </summary>
            <param name="wslFile">Web styleset library to load.</param>
        </member>
        <member name="M:Infragistics.Web.UI.DesignerFx.WslObject.Load(System.String)">
            <summary>
            Loads specified web style library file.
            </summary>
            <param name="wslFile">Full name of the web style library to load</param>
            <returns>True if the file exists and loaded successfully. False otherwise.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ClientBinding">
            <summary>
            A single client binding that's related to a single field , which defines the type of binding (one or two way)
            and whether there are any client-side converter functions or pure expression strings associated with the binding
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientBinding.FieldName">
            <summary>
            field name (such as name of the column, or name of the property)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientBinding.BindingType">
            <summary>
            denotes the type of binding - one-way, two-way, etc. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientBinding.ConverterFunction">
            <summary>
            name of the converter function to use in the expression binding, if any
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientBinding.ExpressionString">
            <summary>
            if the expression is specified here, it will replace the auto generated expression 
            So if this property is set, the Converter function, BindingType, and FieldName will not be taken into account 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Compression">
            <summary>
            Implements HTTP module to compress AJAX response data sent by ISS.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Compression.Dispose">
            <summary>
            Dispose any unmanaged resources used by the HTTP module.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Compression.Init(System.Web.HttpApplication)">
            <summary>
            Initialize the HTTP module.
            The module will subscribe to useful events:
            AcquireRequestState, PostAcquireRequestState, PreRequestHandlerExecute
            </summary>
            <param name="context"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Compression.IsAjax">
            <summary>
            Checks whether the request is AJAX request
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Compression.CompressResponse(System.Web.HttpApplication)">
            <summary>
            Compresses AJAX response data of the request
            </summary>
            <param name="app"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Compression.HasDataForCompression(System.Web.HttpRequest)">
            <summary>
            Checks whether the request is available for compression.
            </summary>
            <param name="request">Http request object</param>
            <returns>True if response will be compressed, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Compression.IsBrowserCompressionSupported(System.Web.HttpBrowserCapabilities)">
            <summary>
            Checks whether the requesting browser supports compression.
            </summary>
            <param name="browser">Browser capabilities object</param>
            <returns>Returns true if browser supports compression, false otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Compression.AppEventHandler(System.Object,System.EventArgs)">
            <summary>
            Handle several application events and try to compress the response.
            </summary>
            <param name="sender">HttpApplication object</param>
            <param name="args">EventArgs object</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Compression.IsCompressed">
            <summary>
            Returns whether requests' AJAX response is compressed
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.CustomAJAXResponse">
            <summary>
            Container for values passed to client within AJAX response.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CustomAJAXResponse.IsEmpty">
            <summary>
            Returns true if all properties are default.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.CustomAJAXResponse.Message">
            <summary>
            Message for client.
            </summary>
            <remarks>
            While process ClientEvents.AJAXResponse, it can be obtain as eventArgs.get_gridResponseObject().Message.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.CustomAJAXResponse.Tag">
            <summary>
            Tag for client.
            </summary>
            <remarks>
            While process ClientEvents.AJAXResponse, it can be obtain as eventArgs.get_gridResponseObject().Tag.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.CustomAJAXResponse.AdditionalProperties">
            <summary>
            Additional properties for client.
            </summary>
            <remarks>
            While process ClientEvents.AJAXResponse, it can be obtain as eventArgs.get_gridResponseObject().AdditionalProperties.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ClientSideEventArgumentsAttribute">
            <summary>
            ClientSideEventArgumentsAttribute class is used to provide a standart way
            of passing event arguments for client side event handlers.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ClientSideEventArgumentsAttribute.#ctor(System.String[])">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ClientSideEventArgumentsAttribute.Arguments">
            <summary>
            Gets the event data 
            </summary>
            /// <value type="String"></value>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.SwitchToDesignViewAttribute">
            <summary>
            SwitchToDesignViewAttribute class is used to determine
            whether automatically switching to Design View is allowed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SwitchToDesignViewAttribute.#ctor(System.Boolean)">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SwitchToDesignViewAttribute.IsAllowed">
            <summary>
            Gets a value indicating whether automatically switching to Design View is allowed.
            </summary>
            <value type="Boolean"></value>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.ClientBindingDataContext">
            <summary>
            This class will be used to store WebService related settings
            for the client-side rendering and binding functionality in controls
            <link>http://www.asp.net/ajaxlibrary/Reference.Sys-Data-DataContext-Class.ashx</link>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.ClientBindingDataContext.ServiceUri">
            <summary>
            ServiceUri (Example: http://www.example.com/MyService)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.ClientBindingDataContext.OperationName">
            <summary>
            Operation Name for the WebService (Example: GetNames)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.ClientBindingDataContext.EnableAutoFetch">
            <summary>
            will fetch the data into the data view automatically (true by default)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.ClientBindingDataContext.FetchParameters">
            <summary>
            Fetch Pameters (example: {orderBy: 'Name'} )
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataSourceAdapter">
            <summary>
            Main object to work with diverse data source.
            The class implements <see cref="T:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter"/> and sets
            common rules for working with diverse data sources.
            Derived classes alter the methods that provide structural information
            about the data sources.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter">
            <summary>
            Provides access to the data structure and records of a data source.
            The interface must be implemented by a data source adapter to expose
            underlying data in a common way for the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObject"/>
            to consume.
            </summary>
            <remarks>
            The interface is implemented by the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceAdapter"/>
            object.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.Select(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            Selects data from the source and returns it in a DataRecordCollection
            </summary>
            <param name="selectArguments"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.Update(System.Object,System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Method that is called to update the data source.
            </summary>
            <param name="dataItem">Reference to the original data item of the record.</param>
            <param name="keys">Data key of the record to update.</param>
            <param name="values">New values.</param>
            <param name="oldValues">Old values.</param>
            <param name="callback">Callback method to call with the result of the update.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.Delete(System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Method used to delete records from the source 
            </summary>
            <param name="keys"></param>
            <param name="oldValues"></param>
            <param name="callback"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.DataFieldFromName(System.String)">
            <summary>
            Returns a DataField from the schema or the UnboundFields if not found in the schema.  null if not 
            in either collection
            </summary>
            <param name="fieldName">The name of the field</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.Schema">
            <summary>
            Reflects structure of the original data source.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.UnboundFields">
            <summary>
            Reflects any unbound fields as part of the data bound control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.PrimaryKey">
            <summary>
            Contains primary key fields.
            </summary>
            <remarks>
            The primary key must be set by the data adapter implementation.
            For the data sources when the key cannot be determined a new <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/>
            object must be created and added to the <see cref="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.Schema"/>. The new field must contain
            a unique value in every record of the undelying data source. Generally an original 
            index inside of the records collection can be used to fill the field.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.UpdateParameters">
            <summary>
            A ParameterCollection used for updates
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.DeleteParameters">
            <summary>
            A ParameterCollection used for deletes
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.FilterRecord">
            <summary>
            The filtering information for the source
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.#ctor(Infragistics.Web.UI.Framework.Data.DataSourceObjectView,System.Object,System.Boolean)">
            <summary>
            Constructs the object and initializes the original data source reference.
            </summary>
            <param name="owner">Reference to the owner view.</param>
            <param name="source">Reference to the original data source.</param>
            <param name="enableDataSum">Specifies whether data summarization analysis needs to be turned on.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.CreateRecords(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            Creates the Records collection for this source
            </summary>
            <param name="arguments"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.InitSchema(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            Called from within the <see cref="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Select(System.Web.UI.DataSourceSelectArguments)"/> method to initialize the schema.
            </summary>
            <remarks>
            The derived class must add the <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/> objects into the <see cref="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Schema"/>
            in the method implementation. It is also required that the <see cref="M:Infragistics.Web.UI.Framework.Data.DataFieldCollection.Init(System.Object)"/> method
            was called to set the original schema reference.
            </remarks>
            <param name="arguments">Select arguments for the records.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.InitRecords(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            Called from within the <see cref="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Select(System.Web.UI.DataSourceSelectArguments)"/> method to initialize the records.
            </summary>
            <remarks>
            The derived class must set the original data enumerator to the <see cref="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Records"/> collection
            in the method implementation.
            <seealso cref="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.SetOriginalEnumerator(System.Collections.IEnumerator)"/>
            </remarks>
            <param name="arguments">Select arguments for the records.</param>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.Data.DataSourceAdapter._recordCount">
            <summary>
            The internal record count that derived classes can access
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.GetRecordCount">
            <summary>
            Provides the number of records in the data source.  This is the total number of records in the data source.
            </summary>
            <remarks>
            Default implementation always returns -1. If a derived class is able 
            to quickly determine number of records the method must be overriden and
            the number returned. Otherwise there is no need to override the method
            as the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecordCollection"/> will determine the number
            on its own.
            </remarks>
            <returns>Number of records in the data source.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.InitRecordCount(System.Int32)">
            <summary>
            Initializes the record count with the given value
            </summary>
            <param name="recordCount">The value to set record count to</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.GetRecordViewCount">
            <summary>
            Provides the number of records that are currently requested.  This number takes into account paged data.
            </summary>
            <remarks>
            Default implementation always returns -1. If a derived class is able 
            to quickly determine number of records the method must be overriden and
            the number returned. Otherwise there is no need to override the method
            as the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecordCollection"/> will determine the number
            on its own.
            </remarks>
            <returns>Number of records in the current view.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.GetValue(Infragistics.Web.UI.Framework.Data.DataRecord,System.String)">
            <summary>
            Returns a value out of the given record for the given field
            </summary>
            <param name="record">The record to find the value in</param>
            <param name="fieldName">The name of the field to retrieve the value by</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.SaveExtraViewStateForRecord(Infragistics.Web.UI.Framework.Data.DataRecord,System.Web.UI.StateBag)">
            <summary>
            Saves any extra information int the view state for a DataRecord
            </summary>
            <param name="record">The record being saved</param>
            <param name="viewState">The records view state</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.SetValue(Infragistics.Web.UI.Framework.Data.DataRecord,System.String,System.Object)">
            <summary>
            Sets a value in the given record for the given field
            </summary>
            <param name="record">The record to set the value in</param>
            <param name="fieldName">The name of the field to set the value of</param>
            <param name="value">The value to set</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.DataFieldFromName(System.String)">
            <summary>
            Returns a DataField from the schema or the UnboundFields if not found in the schema.  null if not 
            in either collection
            </summary>
            <param name="fieldName">The name of the field</param>
            <returns></returns>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.Data.DataSourceAdapter._schema">
            <summary>
            Internal reference to the fields collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.SetSchema(Infragistics.Web.UI.Framework.Data.DataFieldCollection)">
            <summary>
            Sets the datasourve schema
            </summary>
            <param name="schema"></param>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.Data.DataSourceAdapter._records">
            <summary>
            Internal reference to the records collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.AddSummaryField(System.String)">
            <summary>
            Adds a field to summary calculations.
            </summary>
            <param name="fieldName">Name of the field to calculate summaries off.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.SetRecords(Infragistics.Web.UI.Framework.Data.DataRecordCollection)">
            <summary>
            Sets the records collection to the one given
            </summary>
            <param name="records">The new DataRecordCollection</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Select(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            
            </summary>
            <param name="arguments"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.CreateFilterRecord">
            <summary>
            Creates a FilterRecord based upon the row filter
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Update(System.Object,System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Updates the given data item
            </summary>
            <param name="dataItem">The item to update</param>
            <param name="keys">The keys of the fields that will change</param>
            <param name="values">The new values for the fields</param>
            <param name="oldValues">The old values</param>
            <param name="callback"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Delete(System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Deletes records from the source
            </summary>
            <param name="keys">The data keys of the records to delete</param>
            <param name="oldValues"></param>
            <param name="callback"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Insert(System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Inserts the given values as a new record
            </summary>
            <param name="values">The values of the new record</param>
            <param name="callback"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.InitSchemaFromBindingList(System.ComponentModel.IBindingList)">
            <summary>
            Initializes schema from a binding list
            </summary>
            <param name="bindingList">The IBindingList to init the schema from</param>
            <returns>True if successful</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.InitSchemaFromEnumerable(System.Collections.IEnumerable)">
            <summary>
            Initializes schema from a binding list
            </summary>
            <param name="enumerable">The IEnumerable to init the schema from</param>
            <returns>True if successful</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.TrackViewState">
            <summary>
            Enables view state tracking for underlying objects.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.OwnerView">
            <summary>
            Keeps reference to the owner <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObjectView"/> object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Source">
            <summary>
            Reference to the original data source.  In the setter of the property the data source is evaluated and the
            <see cref="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.Schema"/> and Records collections are initialized.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.RowFilter">
            <summary>
            Filter expression.
            </summary>
            <remarks>
            Gets the row filter that is provided off the owner <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObject"/>.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.UpdateParameters">
            <summary>
            A ParameterCollection used for updates
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.DeleteParameters">
            <summary>
            A ParameterCollection used for deletes
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.InsertParameters">
            <summary>
            A ParameterCollection used for inserts
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.OldValuesParameterFormatString">
            <summary>
            Returns a string used to format old values
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.EnableDataSummarization">
            <summary>
            Returns a boolean for whether summaries should be calculated for this control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.RequireSortableCollection">
            <summary>
            Returns a boolean for whether the Records collection should be created as a SortableRecordsCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.RequireFilterableCollection">
            <summary>
            Returns a boolean for whether the Records collection should be created as a FilterableRecordsCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.CustomBinding">
            <summary>
            Returns a boolean for whether custom binding is occuring
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.UnboundValues">
            <summary>
            Returns a Hashtable of unbound values.  The keys are datakey.  The values are string/object
            Dictionary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.UnboundFields">
            <summary>
            Returns a DataFieldCollection representing any UnboundFields on this control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Schema">
            <summary>
            Implements the <see cref="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.Schema"/> property.  Keeps a reference to the schema of the data source.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Records">
            <summary>
            Implements the Records property.  Keeps a reference to the records collection of the data source.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.HasSummaryFields">
            <summary>
            Indicates whether a field has been added to summary calculations.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.EnableSummariesFilter">
            <summary>
            Gets/sets a value that if true, summaries are calculated only on the filtered data
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.PrimaryKey">
            <summary>
            Implements primary key fields.
            </summary>
            <remarks>
            The primary key must be set inside of the <see cref="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.InitSchema(System.Web.UI.DataSourceSelectArguments)"/> method 
            by the derived class implementation.
            For the data sources when the key cannot be determined or it is not set 
            inside of the <see cref="M:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.InitSchema(System.Web.UI.DataSourceSelectArguments)"/> method a new <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/>
            object is created and added to the <see cref="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.Schema"/>. The records will contain
            a unique value that equals to the index inside of the records collection.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.FilterRecord">
            <summary>
            FilterRecord representing the filtering to be done on the source
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceAdapter.ViewState">
            <summary>
            A state bag for the ViewState
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Infragistics.Web.UI.Framework.Data.EnumerableDataSourceAdapter.Update(System.Object,System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)" -->
        <member name="M:Infragistics.Web.UI.Framework.Data.ObjectDataSourceAdapter.InitSchema(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            Called from within the <see cref="T:System.Data.Select"/> method to initialize the schema.
            </summary>
            <remarks>
            The derived class must add the <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/> objects into the Schema
            in the method implementation. It is also required that the <see cref="M:Infragistics.Web.UI.Framework.Data.DataFieldCollection.Init(System.Object)"/> method
            was called to set the original schema reference.
            </remarks>
            <param name="arguments">Select arguments for the records.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataReaderDataSourceAdapter.SaveExtraViewStateForRecord(Infragistics.Web.UI.Framework.Data.DataRecord,System.Web.UI.StateBag)">
            <summary>
            Saves the actual data of the item array for a data reader
            </summary>
            <param name="record">The record being saved</param>
            <param name="viewState">The records view state</param>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.IQueryableDataSourceAdapter">
            <summary>
            Interface used to mark Linq based data source control adapters
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataBot">
            <summary>
            Abstract base class for managing the databinding process for controls.  Derived classes must override
            the DataBind method and will most likely need to override both PerformDataSelection and PerformDataBinding
            methods to carry out the necessary tasks.
            The EnumDataBot derivation contains the logic for enumerating the data source and populating control
            objects with data.
            
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBot.ChangeType(System.Object,System.Type)">
            <summary>
            Changes a value to any type, including Nullable ones and the Guid type.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="toType">Type to convert to.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBot.ChangeType(System.Object,System.Type,System.Globalization.CultureInfo)">
            <summary>
            Changes a value to any type, including Nullable ones and the Guid type.
            </summary>
            <param name="value">Value to convert.</param>
            <param name="toType">Type to convert to.</param>
            <param name="culture">The culture that the value is formated in.</param>
            <returns>Converted value.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBot.Compare(System.Object,System.Object)">
            <summary>
            Compares two values. Takes into account the Guid type.
            </summary>
            <param name="value1">First value to compare.</param>
            <param name="value2">Second value to compare.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.EnumDataBot">
            <summary>
            The EnumDataBot class is the workhorse class for databinding.  This is due to the fact that all .NET 
            databinding operations come down to enumerating a collection of data objects and extracting the values
            from the properties of each object.   So this class inherits from DataBot to implement the basic databinding
            behavior.
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBot.GetEmptyData(System.String)">
            <summary>
            Returns empty data for this object that can have schema parsed
            </summary>
            <param name="dataPath"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBot.SelectBinding(System.Web.UI.IHierarchicalEnumerable,System.Object,System.Int32)">
            <summary>
            Selects the appropriate binding for a node based on the DataMemeber value and Level of the node being bound.
            </summary>
            <param name="hEnumerable"></param>
            <param name="dataObject"></param>
            <param name="level"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSetDataBot.GetEmptyData(System.String)">
            <summary>
            Returns an empty data table with the same columns as the real tables.
            </summary>
            <param name="dataPath">The entire data path.  The last part will be the table name</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataField">
            <summary>
            Represents a data field an a data source.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataField.#ctor(System.String,System.Type,System.Object,System.Boolean)">
            <summary>
            Constructs the DataField object.
            </summary>
            <param name="name">Name of the field.</param>
            <param name="type">Type of the field</param>
            <param name="dataFieldItem">Original descriptor of the field.</param>
            <param name="trackViewState">Whether to track view state</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataField.Parse(System.String)">
            <summary>
            This function takes a string value and parses it to an object of the same type  
            as the DataField's Type using the current culture format. 
            </summary>
            <param name="str">String value</param>
            <returns>Parsed object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataField.Parse(System.String,System.Globalization.CultureInfo)">
            <summary>
            This function takes a string value and parses it to an object of the same type  
            as the DataField's Type using the specified culture format.
            </summary>
            <param name="str">String value</param>
            <param name="culture"></param>
            <returns>Parsed object</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataField.Name">
            <summary>
            Name of the field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataField.DisplayName">
            <summary>
            The string to use when this field is displayed
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataField.Type">
            <summary>
            Type of the field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataField.DataFieldItem">
            <summary>
            Original field descriptor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataField.IsDataKeyField">
            <summary>
            Indicates if the DataField is an data key field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataField.AllowDBNull">
            <summary>
            Indicates whether the source database allows setting null values to the filed cells.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataField.ViewState">
            <summary>
            Returns the ViewState
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.UnboundCheckboxDataField">
            <summary>
            Represents a data field an a data source that is an unbound checkbox.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.UnboundCheckboxDataField.#ctor">
            <summary>
            Constructs the DataField object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.UnboundCheckboxDataField.#ctor(System.String,System.Type,System.Object,System.Boolean)">
            <summary>
            Constructs the DataField object.
            </summary>
            <param name="name">Name of the field.</param>
            <param name="type">Type of the field</param>
            <param name="dataFieldItem">Original descriptor of the field.</param>
            <param name="trackViewState">Whether to track view state</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.UnboundCheckboxDataField.HeaderChecked">
            <summary>
            Indicates the header checked state of the unbound checkbox
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.UnboundCheckboxDataField.HeaderCheckBoxMode">
            <summary>
            Indicates the header checkbox mode
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.UnboundCheckboxDataField.WasSetTrue">
            <summary>
            Indicates whether the header checkbox had been set null
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataFieldCollection">
            <summary>
            Represents a collection of the <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataFieldCollection.#ctor">
            <summary>
            Constructs the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataFieldCollection.#ctor(System.Object)">
            <summary>
            Constructs the collection.
            </summary>
            <param name="originalSchema">Original collection of the field descriptors.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataFieldCollection.Find(System.String,System.Boolean)">
            <summary>
            Returns a <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/> object from the collection by its name.
            </summary>
            <param name="name">Name of the <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/>.</param>
            <param name="ignoreCase">Indicates whether the case of the name should be ignored.</param>
            <returns>The <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/> object that has the name. Null if no object is found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataFieldCollection.Init(System.Object)">
            <summary>
            Sets up the original schema reference and initializes the fields collection.
            </summary>
            <param name="originalSchema">Reference to the original schema.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataFieldCollection.OriginalSchema">
            <summary>
            Original collection of the field descriptors.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataFieldCollection.Item(System.String)">
            <summary>
            Returns a <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/> object from the collection by its name.
            </summary>
            <param name="name">Name of the <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/>.</param>
            <returns>The <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/> object that has the name. Null if no object is found.</returns>
            <remarks>
            Searches the collection using case sensitive search.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataRecord">
            <summary>
            Represents a data record in a data source.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.#ctor(Infragistics.Web.UI.Framework.Data.DataRecordCollection)">
            <summary>
            Constructs the DataRecord object.
            </summary>
            <param name="owner">Reference to the owner collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.#ctor(Infragistics.Web.UI.Framework.Data.DataRecordCollection,System.Object)">
            <summary>
            Constructs the DataRecord object.
            </summary>
            <param name="owner">Reference to the owner collection.</param>
            <param name="dataItem">Original data item from the data source.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.GetValue(Infragistics.Web.UI.Framework.Data.DataField)">
            <summary>
            Retrives a values from the data record by its data field.
            </summary>
            <param name="field">The <see cref="T:Infragistics.Web.UI.Framework.Data.DataField"/> object to retrieve the value by.</param>
            <returns>Requested value from the data record.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.GetValue(System.String)">
            <summary>
            Retrives a values from the data record by its data field.
            </summary>
            <param name="fieldName">The name of the field to retrieve the value by</param>
            <returns>Requested value from the data record.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.GetValues(System.String[])">
            <summary>
            Returns an array of values for the given field names
            </summary>
            <param name="fieldNames">The names of the fields to retrieve the values by</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.GetFieldNames">
            <summary>
            Returns an array of string names representing the properties of the DataItem and the UnboundFields
            of the owner adaptor.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.CompareTo(System.Object)">
            <summary>
            Compares this record to another
            </summary>
            <param name="obj">The object to compare to</param>
            <returns>-1 if less, 0 if equal, 1 if greater</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecord.TrackViewState">
            <summary>
            Enables view state tracking for underlying objects.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecord.OwnerCollection">
            <summary>
            The DataRecordCollection that owns this record
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecord.DataItem">
            <summary>
            Original data item from the data source.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecord.DataKey">
            <summary>
            Provides access to the record's data key.  The data key is reflected off the original data source when available, or it is automatically generated by the data adapter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecord.DataSourceIndex">
            <summary>
            Holds an index inside of the original pdata source.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecord.ViewState">
            <summary>
            Returns a StateBag for the ViewState
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecord.HasViewState">
            <summary>
            Returns true if ViewState has been initialized
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordPropertDescriptor.#ctor(System.String,System.Attribute[])">
            <summary>
            Creates a new DataRecordPropertDescriptor
            </summary>
            <param name="name"></param>
            <param name="attributes"></param>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator">
            <summary>
            Enumerates through the records of a data source.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator.#ctor(Infragistics.Web.UI.Framework.Data.DataRecordCollection)">
            <summary>
            Constructs the enumerator.
            </summary>
            <param name="owner">Reference to the owner collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator.Dispose">
            <summary>
            Final method to be called before the object is destroyed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator.MoveNext">
            <summary>
            Moves the <see cref="P:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator.Current"/> reference to the next item in the enumeration.
            </summary>
            <returns>True if the operation succeeded. False if the end of the enumeration is reached.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator.Reset">
            <summary>
            Resets the enumerator to the original state.  Calling <see cref="M:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator.MoveNext"/> afterwards will start walking the enumeration from the beginning.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator.OwnerCollection">
            <summary>
            Reference to the owner <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecordCollection"/> collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecordsEnumerator.Current">
            <summary>
            Keeps reference to the current record in the enumeration.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataRecordCollection">
            <summary>
            Collection of the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecord"/> objects. 
            The objects wrap up original data records and provide a 
            convenient way of getting the data and enumerating though them.
            </summary>
            <remarks>
            The simplest of the data records collections implemented in the namespace. Assumes
            that all data manipulation is done by the data source. It simply iterates through
            available records and provides acces to those via an enumerator.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.#ctor(Infragistics.Web.UI.Framework.Data.DataSourceAdapter)">
            <summary>
            Costructs the collection and initializes its owner data adapter reference.
            </summary>
            <param name="owner">Reference to the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceAdapter"/> object that owns the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetOriginalEnumerator">
            <summary>
            Returns the original enumerator of the records in the data source.
            </summary>
            <returns>
            The original enumerator of the records in the data source.
            </returns>
            <remarks>
            The method can be used to get original enumerator and do a quick walk through of the 
            data records without invloving more complicated mechanism of data management
            implemented by the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecordCollection"/> object. The order of records
            in the enumerator always corresponds to the order of records in the original data source.
            Using the enumerator returned by this method will help to improve performance and save memory.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.SetOriginalEnumerator(System.Collections.IEnumerator)">
            <summary>
            Should be called by an adapter to provide a reference to the original enumerator.
            </summary>
            <param name="enumerator">Reference to the original enumerator.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetSumEnumerator">
            <summary>
            Returns the enumerator of the records in the data source with
            RowFilter being set to "", this way we can calculate all the summaries.
            </summary>
            <returns>
            The enumerator of the records in the data source with
            RowFilter being set to "", this way we can calculate all the summaries.
            </returns>		
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.SetSummaryEnumerator(System.Collections.IEnumerator)">
            <summary>
            Should be called by an adapter to provide a reference to the original enumerator for the datasource with
            RowFilter being set to "", this way we can calculate all the summaries .
            </summary>
            <param name="enumerator">Reference to the enumerator, when the RowFilter property is set to "".</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetNextRecord(Infragistics.Web.UI.Framework.Data.DataRecord,System.Boolean)">
            <summary>
            Returns reference to the next record after the provided one.
            </summary>
            <remarks>
            The method takes into account current order of records, so the sorting and
            any other order alteration are taken into account.
            </remarks>
            <param name="record">Current record to get the next one after.</param>
            <returns>Following record after provided one. Null if the end of the collection is reached.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.IsSummaryField(System.String)">
            <summary>
            Indicates whether a field is marked for collecting summaries.
            </summary>
            <param name="fieldName">Field name.</param>
            <returns>True if the field is marked for collecting summaries.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.AddSummaryField(System.String)">
            <summary>
            Adds a field to the summaries calculation operation.
            </summary>
            <param name="fieldName">name of the field to calculate summary for.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.NewSummaryValue(System.String,System.Object)">
            <summary>
            Recalculates summaries for the new value.
            </summary>
            <param name="fieldName">Field to recalc summaries for.</param>
            <param name="value">New value to add to the summaries calculations.></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.CalculateSummaries(Infragistics.Web.UI.Framework.Data.DataRecord)">
            <summary>
            Calculates summaries for all marked for calculation fields in the record.
            </summary>
            <param name="record">Record to calculate summaries for.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetCount(System.String)">
            <summary>
            Gets count of all cell values in the field.
            </summary>
            <param name="fieldName">Name of the field to get count for.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetSum``1(System.String)">
            <summary>
            Gets sum of all cell values in the field.
            </summary>
            <typeparam name="T">Type to convert returned value to.</typeparam>
            <param name="fieldName">Name of the field to get sum for.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetAverage(System.String)">
            <summary>
            Gets average value of all cells in the field.
            </summary>
            <param name="fieldName">Field name to get average for.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetMin``1(System.String)">
            <summary>
            Gets minimum value of all cell values in the field.
            </summary>
            <typeparam name="T">Type to convert returned value to.</typeparam>
            <param name="fieldName">Name of the field to get minimum for.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetMax``1(System.String)">
            <summary>
            Gets maximum value of all cell values in the field.
            </summary>
            <typeparam name="T">Type to convert returned value to.</typeparam>
            <param name="fieldName">Name of the field to get maximum for.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetEnumerator">
            <summary>
            Implements the method off the IEnumerator&lt;DataRecord&gt; interface.
            </summary>
            <returns>Enumerator for the collection of the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecord"/> objects.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataRecordCollection.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecordCollection.OwnerAdapter">
            <summary>
            Reference to the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceAdapter"/> object that owns the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecordCollection.Count">
            <summary>
            Number of records in the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecordCollection.SelectArguments">
            <summary>
            Keeps a reference to the requested select arguments.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecordCollection.Current">
            <summary>
            The current DataRecord as enumerating through it
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecordCollection.HasSummaries">
            <summary>
            Indicates whether the record collection has any summaries set up.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataRecordCollection.Summaries">
            <summary>
            A hashtable storing calculated summaries
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.PageableRecordsCollection">
            <summary>
            Collection of the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecord"/> objects. Supports paging capability.
            </summary>
            <remarks>
            Assumes that sorting and filtering is done by the data source. It iterates through
            the page of data that is requested by the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObjectView"/>.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.PageableRecordsCollection.#ctor(Infragistics.Web.UI.Framework.Data.DataSourceAdapter)">
            <summary>
            Costructs the collection and initializes its owner data adapter reference.
            </summary>
            <param name="adapter">Reference to the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceAdapter"/> object that owns the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.PageableRecordsCollection.GetNextRecord(Infragistics.Web.UI.Framework.Data.DataRecord,System.Boolean)">
            <summary>
            Returns the next available record according to the data window that is requested by the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObjectView"/>.
            </summary>
            <param name="record">Current record. Null if iteration should start from the beginning.</param>
            <returns>Next record. Null if end of the collection or end of the requested data window is reached.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.FilterRecord">
            <summary>
            A class for filter conditions
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterRecord.#ctor(Infragistics.Web.UI.Framework.Data.IDataSourceAdapter,System.String,System.Boolean)">
            <summary>
            
            </summary>
            <param name="adapter"></param>
            <param name="rowFilter"></param>
            <param name="caseSensetive"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterRecord.ParseFilterConditions(System.String,System.String)">
            <summary>
            Parses a filter string into an array of filter conditions
            </summary>
            <param name="rowFilter">The row filter</param>
            <param name="splitter">The string to split by</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterRecord.SplitPair(System.Char,System.String)">
            <summary>
            Splits a pair inside text into an array of string
            </summary>
            <param name="splitter">The char to split by</param>
            <param name="text">The text to split</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterRecord.SQLDecodeColumnName(System.String)">
            <summary>
            Extracts a column name out of []
            </summary>
            <param name="column">The column name surrounded by []</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterRecord.ParseRowFilter(System.String)">
            <summary>
            Parses provided string, converts the condition values to the types of the <see cref="P:Infragistics.Web.UI.Framework.Data.IDataSourceAdapter.Schema"/> fields.
            </summary>
            <param name="rowFilter">Filter condition to parse.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterRecord.CompareTo(System.Object)">
            <summary>
            Compares the filter record to a <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecord"/>.
            </summary>
            <param name="obj"><see cref="T:Infragistics.Web.UI.Framework.Data.DataRecord"/> object to compare to.</param>
            <returns>0 if the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecord"/> matches all of the filter record conditions.
            Non-zero otherwise.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FilterRecord.OwnerAdapter">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection">
            <summary>
            Collection of the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecord"/> objects. Supports paging/filtering capability.
            Assumes sorting is handled by source.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection.#ctor(Infragistics.Web.UI.Framework.Data.DataSourceAdapter)">
            <summary>
            Costructs the collection and initializes its owner data adapter reference.
            </summary>
            <param name="adapter">Reference to the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceAdapter"/> object that owns the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection.EnsureUniqueDataValues(System.Boolean)">
            <summary>
            Ensures that the unique data values are gathered from the datasource
            </summary>
            <param name="reset">If this is true it will reset the unique data value collection and rewalk the records to collect the values </param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection.GetNextRecord(Infragistics.Web.UI.Framework.Data.DataRecord,System.Boolean)">
            <summary>
            Returns the next available record according to the data window that is requested by the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObjectView"/> and taking into account the <see cref="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.RowFilter"/> setting.
            </summary>
            <param name="record">Current record. Null if iteration should start from the beginning.</param>
            <returns>Next record.  Null if the end of the collection or end of the requested data window is reached.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection.Count">
            <summary>
            Number of records in the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection.TotalRecordCount">
            <summary>
            Returns the total number of unfiltered records
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection.EnableSummariesFilter">
            <summary>
            Indicates whether filter is accounted for when summaries are calculated.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.SortedRecord">
            <summary>
            A class representing a sorted record in a data source
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.SortedRecord.#ctor(System.String,Infragistics.Web.UI.SortDirection)">
            <summary>
            Creates a new sorted record for the given field and sort direction
            </summary>
            <param name="fieldName">The name of the field</param>
            <param name="sortDirection">The direction of the sorting</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.SortedRecord.FieldName">
            <summary>
            Returns the name of the field
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.SortedRecord.SortDirection">
            <summary>
            Returns the direction of the sorting
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.SortableRecordsCollection">
            <summary>
            Collection of the <see cref="T:Infragistics.Web.UI.Framework.Data.DataRecord"/> objects. Supports paging/filtering/sorting capability.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.SortableRecordsCollection.#ctor(Infragistics.Web.UI.Framework.Data.DataSourceAdapter)">
            <summary>
            Costructs the collection and initializes its owner data adapter reference.
            </summary>
            <param name="adapter">Reference to the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceAdapter"/> object that owns the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.SortableRecordsCollection.#ctor(Infragistics.Web.UI.Framework.Data.DataSourceAdapter,System.String)">
            <summary>
            Costructs the collection and initializes its owner data adapter reference.
            </summary>
            <param name="adapter">Reference to the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceAdapter"/> object that owns the collection.</param>
            <param name="sortExpression">The string that will be set to the sort expression of the DataSource</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.SortableRecordsCollection.GetNextRecord(Infragistics.Web.UI.Framework.Data.DataRecord,System.Boolean)">
            <summary>
            Returns the next available record according to the data window that is requested by the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObjectView"/> and taking into account the <see cref="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.RowFilter"/> setting.  It also sorts the collection before walking it.
            </summary>
            <param name="record">Current record. Null if iteration should start from the beginning.</param>
            <returns>Next record.  Null if the end of the collection or end of the requested data window is reached.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.SortableRecordsCollection.SortExpression">
            <summary>
            The string representing the sort expression
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.SortableRecordsCollection.SortedRecords">
            <summary>
            Returns an array of SortedRecord
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.SortableRecordsList">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataSetHierarchicalEnumerable">
            <summary>
            Automatically creates hierarchy of a DataSet using the data relations between tables.
            Supports multiple sibling tables and self-referencing tables.
            This class does not automatically detect loops, for example if Table1 is related to Table2
            and then Table2 is related back to Table1.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSetHierarchicalEnumerable.GetRootTables">
            <summary>
            If rootTableName is specified returns a List containing that table, 
            throws an Exception if such table is not found in the DataSet.
            Otherwise returns a List of all root tables in the DataSet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSetHierarchicalEnumerable.GetSelfRefRelation(System.Data.DataTable)">
            <summary>
            Search for a self-reference relation of a given table and return it. 
            Return null if such relation is not found.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSetHierarchicalEnumerable.InitData">
            <summary>
            Initialize root level data
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataSetNode">
            <summary>
            Represents a single Node (Row) in a DataSet hierarchy.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataSetNodePropertyDescriptor">
            <summary>
            Used to map properties from DataSetNode to the actual item being bound.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataSourceObject">
            <summary>
            Contains main logic of working with different types of data sources 
            as well as tools to manipulate these data sources.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObject.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObject.#ctor(Infragistics.Web.UI.Framework.Data.FlatDataBoundControl,System.Object)">
            <summary>
            Accepts a data source at its creation point.
            </summary>
            <param name="owner">Owner control of the data source object</param>
            <param name="dataSource">Data source to work with.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObject.#ctor(System.Object,System.String,System.String)">
            <summary>
            Accepts a data source and data member at its creation point.
            </summary>
            <param name="dataSource">Data source to work with.</param>
            <param name="dataMember">Data member name in the data source.</param>
            <param name="dataKeyFields">Data key field names. In case of a compound data key the names are separated by a comma.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObject.SetDataSource(System.Object)">
            <summary>
            
            </summary>
            <param name="dataSource"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObject.OnDataSourceChanged">
            <summary>
            Called from within the DataSource property setter to fire the event about the data source change.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObject.GetView">
            <summary>
            Returns a view assotiated with the object.
            </summary>
            <returns>A <see cref="T:System.Web.UI.DataSourceView"/> object that represents the data in the DataSourceObject.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObject.GetView(System.String)">
            <summary>
            Returns a view assotiated with the object.
            </summary>
            <param name="viewName">Name of the view to return in case where the object contains multiple views.</param>
            <returns>A <see cref="T:System.Web.UI.DataSourceView"/> object that represents the data in the DataSourceObject.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObject.GetViewNames">
            <summary>
            Returns a collection of the names of the views which are contained in the object.
            </summary>
            <returns>A collection of the views which are contained in the object.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.Owner">
            <summary>
            Reference to the owner data bound control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.EnableDataSummarization">
            <summary>
            Returns a boolean for whether summaries should be calculated for this control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.RequireSortableCollection">
            <summary>
            Returns a boolean for whether the Records collection should be created as a SortableRecordsCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.RequireFilterableCollection">
            <summary>
            Returns a boolean for whether the Records collection should be created as a FilterableRecordsCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.CustomBinding">
            <summary>
            Returns a boolean for whether custom binding is occuring
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.DataSource">
            <summary>
            Original data source the object is working with.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.RowFilter">
            <summary>
            Filter expression.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.CaseSensitive">
            <summary>
            Determins wether filtering will be case sensitive or not.
             The default value is false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.Sort">
            <summary>
            Sort expression.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.StartRowIndex">
            <summary>
            Indicates start row index.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObject.MaximumRows">
            <summary>
            Indicates number of rows to request.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.Framework.Data.DataSourceObject.DataSourceChanged">
            <summary>
            Event that is fired whenever the DataSource property is changed i.e. another data source is assigned.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataSourceObjectView">
            <summary>
            Serves as a view for the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObject"/>. Defines capabilities of the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.#ctor(Infragistics.Web.UI.Framework.Data.DataSourceObject,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Hashtable,Infragistics.Web.UI.Framework.Data.DataFieldCollection,System.Boolean)">
            <summary>
            Constructs the view.  Accepts an owner object, name of the view, and the adapter of an original data source.
            </summary>
            <param name="owner">The <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObject"/> object that owns the view.</param>
            <param name="viewName">Name of the view.</param>
            <param name="dataKeyFields">Data key fields. Should be separated by a comma in case of a compound data key.</param>
            <param name="analyze">Indicator if the data source should be analyzed and adaptor assigned.</param>
            <param name="trackViewState">Indicator if the view state should be tracked.</param>
            <param name="enableDataSum">Specifies whether data summarization analysis needs to be turned on.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.Analyze(System.Object,System.Boolean)">
            <summary>
            Analyzes the original data source and returns a new instance of an appropriate data adapter.
            </summary>
            <param name="dataSource">Original data source.</param>
            <param name="enableDataSum">Specifies whether data summarization analysis needs to be turned on.</param>
            <returns>Data adapter that corresponds to the data source.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.Reanalyze">
            <summary>
            Reanalyzes the datasource to reset the DataAdapter
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            Gets a list of data from the underlying data storage.
            </summary>
            <param name="arguments">A <see cref="T:System.Web.UI.DataSourceSelectArguments"/> that is used to request operations on the data beyond basic data retrieval.</param>
            <returns>An <see cref="T:System.Collections.IEnumerable"/> list of data from the underlying data storage.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.Update(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Performs an update on the given keys with the given values
            </summary>
            <param name="keys"></param>
            <param name="values"></param>
            <param name="oldValues"></param>
            <param name="callback"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.Update(System.Object,System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Performs an update on the given keys with the given values for the given dataItem
            </summary>
            <param name="dataItem"></param>
            <param name="keys"></param>
            <param name="values"></param>
            <param name="oldValues"></param>
            <param name="callback"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.Delete(System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Deletes the given keys from the datasource
            </summary>
            <param name="keys"></param>
            <param name="oldValues"></param>
            <param name="callback"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.Insert(System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
            <summary>
            Inserts the given values into the datasource
            </summary>
            <param name="values"></param>
            <param name="callback"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.FillSelectArguments(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            Fills the given select arguments
            </summary>
            <param name="selectArguments"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.GetJSONData(System.Text.StringBuilder,System.String[])">
            <summary>
            Outputs the data source object's data as JSON into a StringBuider.
            </summary>
            <param name="stream">Output stream.</param>
            <param name="fieldNames">Array of field names to return JSON for. Null signifies all available fields.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.GetJSONData(System.Text.StringBuilder,System.String[],System.Boolean)">
            <summary>
            Outputs the data source object's data as JSON into a StringBuider.
            </summary>
            <param name="stream">Output stream.</param>
            <param name="fieldNames">Array of field names to return JSON for. Null signifies all available fields.</param>
            <param name="encodeDate">If this is true the DateTime objects get passed down as a string seperated by ~ .</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.GetJSONDataForRecord(Infragistics.Web.UI.Framework.Data.DataRecord,System.Text.StringBuilder,System.String[],System.Boolean)">
            <summary>
            Outputs the data source object's data for the given record as JSON into a StringBuider.
            </summary>
            <param name="record">The record whose data to create a JSON from.</param>
            <param name="stream">Output stream</param>
            <param name="fieldNames">Array of field names to return JSON for. Null signifies all available fields.</param>
            <param name="encodeDate">Whether to encode dates like the WDG does</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.GetJSONData(System.String[])">
            <summary>
            Returns the data source object's data as JSON string.
            </summary>
            <param name="fieldNames">Array of field names to return JSON for. Null signifies all available fields.</param>
            <returns>JSON string representing the data source's data.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.OwnerDataSource">
            <summary>
            Reference to the owner <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObject"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.DataAdapter">
            <summary>
            Reference to the adapter of the original data.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.CanRetrieveTotalRowCount">
            <summary>
            Gets a value indicating whether the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObjectView"/> object associated with the current <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObject"/> object supports retrieving the total number of data rows, instead of the data.
            </summary>
            <remarks>The <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObjectView"/> overrides default behavior by always providing the ability to retrieve the total number of rows.  Therefore this property always returns True.</remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.DataKeyFields">
            <summary>
            Keeps a data key field name.  In the case of compound data key the fieled names must be comma delimited.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.EnableDataSummarization">
            <summary>
            Returns a boolean for whether summaries should be calculated for this control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.RequireSortableCollection">
            <summary>
            Returns a boolean for whether the Records collection should be created as a SortableRecordsCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.RequireFilterableCollection">
            <summary>
            Returns a boolean for whether the Records collection should be created as a FilterableRecordsCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.CustomBinding">
            <summary>
            Returns a boolean for whether custom binding is occuring
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.UnboundValues">
            <summary>
            Returns a Hashtable of unbound values.  The keys are datakey.  The values are string/object
            Dictionary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataSourceObjectView.UnboundFields">
            <summary>
            Returns a DataFieldCollection representing any UnboundFields on this control
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.ListHierarchicalEnumerable">
            <summary>
            Automatically creates hierarchy of a flat list (IEnumerable).
            Supports multiple sibling collections.
            This class does not automatically detect loops, for example if object1 is descendant of object2
            and object2 is descendant of object1.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.ListHierarchicalEnumerator">
            <summary>
            This class enumerates through the items of a given collection (IEnumerable).
            If an item is also a collection then ListHierarchicalEnumerator steps through its items
            and that way it combines all nested data items.
            The MoveNext() method goes only one level deep, further nested collections won't be processed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.ListNode">
            <summary>
            Represents a single Node (Object) in the hierarchy.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ImageCheckBox">
            <summary>
            Represents an Image CheckBox capable of display in tri-state or bi-state mode.
            In bi-state the checkbox offers two states - checked and unchecked.
            In tri-state the checkbox offers three states - checked, unchecked and partial.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ImageCheckBox.#ctor(Infragistics.Web.UI.Framework.ObjectBase,Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="runbot"></param>
            <param name="markerName"></param>
            <param name="defaultAltText"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ImageCheckBox.#ctor(System.Boolean)">
            <summary>
            Constructor with trackViewState.
            </summary>
            <param name="trackViewState">True: request to call TrackViewState</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ImageCheckBox.State">
            <summary>
            The current check box state. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.GridCheckBox">
            <summary>
            Represents an object for customizing the checkboxes inside a BoundCheckBoxField column.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.GridCheckBox.#ctor(Infragistics.Web.UI.Framework.RunBot)">
            <summary>
            Creates a GridCheckBox with the given runbot
            </summary>
            <param name="runbot">Runbot for the control</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.GridCheckBox.#ctor(System.Boolean)">
            <summary>
            Constructor with trackViewState.
            </summary>
            <param name="trackViewState">True: request to call TrackViewState</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.GridCheckBox.GetRenderImageUrl(Infragistics.Web.UI.CheckBoxState)">
            <summary>
            Returns the image url for a given check box state
            </summary>
            <param name="state">The state of the checkbox</param>
            <returns>The image url for that state</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.GridCheckBox.CheckedImageUrl">
            <summary>
            The url that will be used for the image when it is checked. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.GridCheckBox.UncheckedImageUrl">
            <summary>
            The url that will be used for the image when it is unchecked. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.GridCheckBox.PartialImageUrl">
            <summary>
            The url that will be used for the image when it is partial. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.GridCheckBox.ImageUrl">
            <summary>
            The url that will be used for the image. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.GridCheckBox.HoverImageUrl">
            <summary>
            The url that will be used for the image when the button is hovered. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.GridCheckBox.AltText">
            <summary>
            The alternate text that will be displayed when the image can't be rendered.
            <para>The default value is [Default]. This means that a Default value will be used unless otherwise specified.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.GridCheckBox.Visible">
            <summary>
            Determines if the image is rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.GridCheckBox.ToolTip">
            <summary>
            The tooltip that will be displayed when the image is hovered over.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.UltraLicense">
            <summary>
            The license object for Infragistics components and controls
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraLicense.Dispose">
            <summary>
            Disposes the object
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraLicense.ProductInfo">
            <summary>
            Returns the product info object
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraLicense.ComponentName">
            <summary>
            Returns the display name of the component (read-only)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraLicense.LicenseKey">
            <summary>
            returns the license key (read-only)
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.UltraLicenseProvider">
            <summary>
            Base class for licensing
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraLicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
            <summary>
            Overriden to return a beta license object
            </summary>
            <returns>The BetaLicense object</returns>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.LicenseStatus">
            <summary>
            An enumerator that describes the status of the license
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.Unchecked">
            <summary>
            The license verification logic hasn't run yet
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.UnableToLocateLicenseAssembly">
            <summary>
            The license file could not be located.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.InsufficientSecurityPermissions">
            <summary>
            Unable to determine license status due to security permission restrictions.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.RegKeyNotFound">
            <summary>
            Couldn't find the necessary registry keys
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.CDKeyInvalid">
            <summary>
            Found an invalid CDkey
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.BetaExpired">
            <summary>
            The beta period has expired
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.BetaValid">
            <summary>
            The beta period has not expired
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.TrialExpired">
            <summary>
            The trial period has expired
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.ActivationGracePeriodExpired">
            <summary>
            The activation grace period has expired.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.CDKeyValid">
            <summary>
            A valid CDKey was found
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.TrialValid">
            <summary>
            The trial period has not expired
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.ActivationGracePeriodValid">
            <summary>
            The activation grace period has not expired.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.LicenseStatus.Licensed">
            <summary>
            The component is fully licensed
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ProductType">
            <summary>
            An enumeration that describes the product type.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.ProductType.WinFormsComponent">
            <summary>
            The product is a WinForms component.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.ProductType.WebFormsComponent">
            <summary>
            The product is a WebForms component.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.UltraProductInfoBase">
            <summary>
            Abstract base class that holds product info.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraProductInfoBase.GetKeyText">
            <summary>
            Returns resolved Key text
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraProductInfoBase.IsKeyValid(System.String)">
            <summary>
            Checks the validaity of the key
            </summary>
            <returns>True if the key is valid</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.Expiration">
            <summary>
            Returns the expiration description.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.RequiresActivation">
            <summary>
            Returns the expiration date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.ProductName">
            <summary>
            Returns the product name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.Expired">
            <summary>
            Returns true if the license has expired (read-only)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.Status">
            <summary>
            Returns the statuc of the license
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.Key">
            <summary>
            Returns the Key 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.CompanyName">
            <summary>
            Returns the company name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.UserName">
            <summary>
            Returns the user name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfoBase.Type">
            <summary>
            Returns the product type
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.BetaProductInfo">
            <summary>
            ProductInfo used when a product is in beta.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.BetaProductInfo.#ctor(System.String,System.DateTime)">
            <summary>
            Constructor
            </summary>
            <param name="productName">The product name to display in the about dialog</param>
            <param name="expirationDate">The expiration date of the beta.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.BetaProductInfo.#ctor(System.String,System.DateTime,Infragistics.Web.UI.Framework.ProductType)">
            <summary>
            Constructor
            </summary>
            <param name="productName">The product name to display in the about dialog</param>
            <param name="expirationDate">The expiration date of the beta.</param>
            <param name="productType">The productType of the product</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.BetaProductInfo.IsKeyValid(System.String)">
            <summary>
            Checks the validity of the key
            </summary>
            <returns>True if the key is valid</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.BetaProductInfo.Expiration">
            <summary>
            Returns the expiration description.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.BetaProductInfo.RequiresActivation">
            <summary>
            Returns the expiration date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.BetaProductInfo.Status">
            <summary>
            Returns the statuc of the license
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.BetaProductInfo.Key">
            <summary>
            Returns the Key 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.BetaProductInfo.CompanyName">
            <summary>
            Returns the company name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.BetaProductInfo.UserName">
            <summary>
            Returns the user name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.BetaProductInfo.Expired">
            <summary>
            Returns true if the license has expired (read-only)
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.UltraProductInfo">
            <summary>
            ProductInfo used when after a product has been released.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraProductInfo.#ctor(System.String,System.String,System.String,System.Guid,System.Boolean,System.Byte,System.Byte)">
            <summary>
            Contructor
            </summary>
            <param name="productName">The product name for the about dialog</param>
            <param name="regKeyProductName">The reg key root product name</param>
            <param name="codePrefix">must be 4 characters long</param>
            <param name="id">the id</param>
            <param name="requiresActivation">True if activation is required.</param>
            <param name="majorVersion">Major version of the product.</param>
            <param name="minorVersion">Minor version of the product.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraProductInfo.#ctor(System.String,System.String,System.String,System.Guid,System.Boolean,Infragistics.Web.UI.Framework.ProductType,System.Byte,System.Byte)">
            <summary>
            Contructor
            </summary>
            <param name="productName">The product name for the about dialog</param>
            <param name="regKeyProductName">The reg key root product name</param>
            <param name="codePrefix">must be 4 characters long</param>
            <param name="id">the id</param>
            <param name="requiresActivation">True if activation is required.</param>
            <param name="productType">The type of product</param>
            <param name="majorVersion">Major version of the product.</param>
            <param name="minorVersion">Minor version of the product.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraProductInfo.IsKeyValid(System.String)">
            <summary>
            Checks the validity of the key
            </summary>
            <returns>True if the key is valid</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraProductInfo.GetKeyText">
            <summary>
            Returns the string used to represent the product key in a UI, taking into account localized values.
            </summary>
            <returns>A string used to represent the product key.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UltraProductInfo.GetExpirationDate(System.Int32)">
            <summary>
            Returns the expiration date based on the number of usage days remaining.
            </summary>
            <param name="usageDaysRemaining">Number of usage days remaining.</param>
            <returns>Expiration date for the product.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfo.Expiration">
            <summary>
            Returns the expiration description.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfo.RequiresActivation">
            <summary>
            Returns the expiration date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfo.Status">
            <summary>
            Returns the statuc of the license
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfo.Key">
            <summary>
            Returns the Key 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfo.CompanyName">
            <summary>
            Returns the company name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfo.UserName">
            <summary>
            Returns the user name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UltraProductInfo.Expired">
            <summary>
            Returns true if the license has expired (read-only)
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.UnlicensedProductInfo">
            <summary>
            ProductInfo used for non-licensed products.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UnlicensedProductInfo.#ctor(System.String)">
            <summary>
            Constructor
            </summary>
            <param name="productName">The product name to display in the about dialog</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UnlicensedProductInfo.#ctor(System.String,Infragistics.Web.UI.Framework.ProductType)">
            <summary>
            Constructor
            </summary>
            <param name="productName">The product name to display in the about dialog</param>
            <param name="productType">The type of product.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.UnlicensedProductInfo.IsKeyValid(System.String)">
            <summary>
            Checks the validity of the key
            </summary>
            <returns>True if the key is valid</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UnlicensedProductInfo.Expiration">
            <summary>
            Returns the expiration.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UnlicensedProductInfo.RequiresActivation">
            <summary>
            Returns the expiration date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UnlicensedProductInfo.Status">
            <summary>
            Returns the statuc of the license
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UnlicensedProductInfo.Key">
            <summary>
            Returns the Key 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UnlicensedProductInfo.CompanyName">
            <summary>
            Returns the company name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UnlicensedProductInfo.UserName">
            <summary>
            Returns the user name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.UnlicensedProductInfo.Expired">
            <summary>
            Returns true if the license has expired (read-only)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.LocalizedDisplayNameAttribute.ResourceID">
            <summary>
            ID of the string from the resources.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.LocalizedDisplayNameAttribute.DisplayName">
            <summary>
            Gets resolved string from the resources.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.AppPersistenceManager">
            <summary>
            Application level PersistenceManager.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceManager">
            <summary>
            PersistenceManager is the main class responsible for persisting and loading objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.#ctor">
            <summary>
            This class is singelton, which is why it constructor is not visible from the outside.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.GetControlTypesToIgnore">
            <summary>
            Returns predefined list of control types which should not be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.GetPropertyTypesToIgnore">
            <summary>
            Returns predefined list of property types which should not be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.GetPropertyNamesToIgnore">
            <summary>
            Returns predefined list of property names which should not be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.IsIgnoredControlType(System.Type)">
            <summary>
            Determines whether the specified type should be ignored.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.GetInstance">
            <summary>
            Asures that the PersistenceManager could have only once instance.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.LoadPage(System.Web.UI.Page,Infragistics.Web.UI.Framework.Persistence.PersistenceData)">
            <summary>
            Loads the persistence data for the specified page.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.IsSimpleProperty(System.ComponentModel.PropertyDescriptor)">
            <summary>
            Determines if a property is string, enum, struct or primitive, i.e. int, bool, etc.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.IsGenericType(System.Object)" -->
        <!-- Badly formed XML comment ignored for member "M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.IsGenericType(System.ComponentModel.PropertyDescriptor)" -->
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.LoadControl(System.Object,Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Loads the persistence data for the specified object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.LoadSimpleProperty(System.Object,Infragistics.Web.UI.Framework.Persistence.PropertyData)">
            <summary>
            Sets a value to a property specified in the propertyData param.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.LoadComplexProperty(System.Object,Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Loads an object from the data in the controlData param.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.LoadCollection(System.ComponentModel.PropertyDescriptor,System.Object,Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Restores a collection of items from ControlData.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.SavePage(System.Web.UI.Page)">
            <summary>
            Saves persistence data for the specified page.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.SaveControl(System.Object,System.String)">
            <summary>
            Creates ControlData for the specified object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.SaveControlByDefault(System.Object,System.String)">
            <summary>
            Creates ControlData for the specified object by saving simple properties to Properties and complex
            objects to ChildControls
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.SaveProperty(System.Object,System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates PropertyData for the specified property.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.SaveCollectionProperty(System.Object,System.String)">
            <summary>
            Creates ControlData for the specified collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.SaveComplexProperty(System.Object,System.ComponentModel.PropertyDescriptor)">
            <summary>
            Creates ControlData for the specified complex property.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.ShouldSaveProperty(System.Object,System.ComponentModel.PropertyDescriptor)">
            <summary>
            Decides if a property should be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.ShouldSaveComplexProperty(System.Object,System.ComponentModel.PropertyDescriptor)">
            <summary>
            Decides if a complex property should be persisted.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceManager.SkipEmptyChild">
            <summary>
            If true, if properties and child objects are both null, 
            the current objects is not persisted at all.
            Exception is a Behavior, 
            since it can have only default values which will not be persisted,
            thought the behavior should be persisted
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.AppPersistenceManager.GetInstance">
            <summary>
            Obtains the single instance of this class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.AppPersistenceManager.HandlePage(System.Web.UI.Page)">
            <summary>
            Handles persistence for a whole page.
            This method should be called before or during page Init.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.Framework.Persistence.AppPersistenceManager.PersistenceSaving">
            <summary>
            Occurs before page controls are saved. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.Framework.Persistence.AppPersistenceManager.PersistenceSaved">
            <summary>
            Occurs after all controls are saved. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.Framework.Persistence.AppPersistenceManager.PersistenceLoading">
            <summary>
            Occurs before all controls are loaded. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.Framework.Persistence.AppPersistenceManager.PersistenceLoaded">
            <summary>
            Occurs after all controls are loaded. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceSavingEventArgs">
            <summary>
            PersistenceSaving event arguments class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceSavingEventArgs.Page">
            <summary>
            Gets a reference to the page to be persisted.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceEventArgs">
            <summary>
            Persistence event arguments class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceEventArgs.PersistenceData">
            <summary>
            PersistenceData for the current page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceEventArgs.Page">
            <summary>
            Gets a reference to the persisted page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceEventArgs.Exception">
            <summary>
            Gets a reference to Exception being thrown during the Save/Load operation.
            Returns null if no exceptions has been thrown.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceLoadingEventArgs">
            <summary>
            PersistenceLoading event arguments class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceLoadingEventArgs.PersistenceData">
            <summary>
            PersistenceData for the current page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceLoadingEventArgs.Page">
            <summary>
            Gets a reference to the page to be loaded.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.ControlData">
            <summary>
            Contains information for a single persistable control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceObject">
            <summary>
            Base class for all persistable objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.ToStream">
            <summary>
            Serializes the PersistenceObject to a MemoryStream.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.ToStream(System.IO.Stream)">
            <summary>
            Serializes the PersistenceObject to the specified Stream.
            </summary>
            <param name="stream">The stream to which data will be written.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.ToXml">
            <summary>
            Serializes the PersistenceObject to XML string.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.ToJson">
            <summary>
            Serializes the PersistenceObject to JSON string.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.FromStream``1(System.IO.Stream)">
            <summary>
            Deserializes the PersistenceObject from a Stream.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.FromXml``1(System.String)">
            <summary>
            Deserializes the PersistenceObject from a XML string.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.FromJson``1(System.String)">
            <summary>
            Deserializes the PersistenceObject from a JSON string.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.GetPersistenceObject``1(Infragistics.Web.UI.Framework.Persistence.PersistenceDataXml)">
            <summary>
            Deserializes the PersistenceObject from a PersistenceDataXml instance.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.GetExtraTypes">
            <summary>
            Returns an array of types that should be serialized by XmlSerializer.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceObject.RegisterTypes(System.Collections.Generic.Dictionary{System.Int32,System.Type})">
            <summary>
            Register all custom types that should be serialized by XmlSerializer.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.ControlData.FromStream(System.IO.Stream)">
            <summary>
            Deserializes the ControlData from a Stream.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.ControlData.FromXml(System.String)">
            <summary>
            Deserializes the ControlData from a XML string.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.ControlData.FromJson(System.String)">
            <summary>
            Deserializes the ControlData from a JSON string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.ControlData.ControlTypeName">
            <summary>
            Gets or sets Control Type name.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.ControlData.ControlId">
            <summary>
            Gets or sets Control ID.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.ControlData.Properties">
            <summary>
            Gets or sets a list of PropertyData objects for the current control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.ControlData.HasChildControls">
            <summary>
            Determines if the current control contains any child controls.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.ControlData.ChildControls">
            <summary>
            Gets or sets a list of child ControlData objects for the current control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceData">
            <summary>
            Contains information for a list of persistable controls.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceData.FromStream(System.IO.Stream)">
            <summary>
            Deserializes the PersistenceObject from a Stream.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceData.FromXml(System.String)">
            <summary>
            Deserializes the PersistenceObject from a XML string.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceData.FromJson(System.String)">
            <summary>
            Deserializes the PersistenceData from a JSON string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceData.Controls">
            <summary>
            Gets or sets a list of root level ControlData objects.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceData.DateCreated">
            <summary>
            Creation Date of the current object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceDataXml">
            <summary>
            This class contains the XML data of the persisted objects 
            and list of AssemblyQualifiedNames used by XmlSerializer to
            deserialize custom types.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceDataXml.Xml">
            <summary>
            The xml that contains all the information for serializing and deserializing an object. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceDataXml.Types">
            <summary>
            A list of AssemblyQualifiedNames that make up all value types that are stored by their actual values instead of a string representation.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceIgnoreAttribute">
            <summary>
            Instructs PersistenceManager not to persist the specified property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PersistenceIgnoreEmptyAttribute">
            <summary>
            Instructs PersistenceManager not to persist the specified property if the property has no inner properties to persist.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceIgnoreEmptyAttribute.#ctor">
            <summary>
            Public default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PersistenceIgnoreEmptyAttribute.#ctor(System.Boolean)">
            <summary>
            Public constructor which sets the IgnoreEmpty flag
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PersistenceIgnoreEmptyAttribute.IgnoreEmpty">
            <summary>
            A flag to determine wheather or not to persist an object if its properties and child controls length is 0
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Persistence.PropertyData">
            <summary>
            Contains information for a single persistable property.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PropertyData.FromStream(System.IO.Stream)">
            <summary>
            Deserializes the PropertyData from a Stream.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PropertyData.FromXml(System.String)">
            <summary>
            Deserializes the PropertyData from a XML string.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Persistence.PropertyData.FromJson(System.String)">
            <summary>
            Deserializes the PropertyData from a JSON string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PropertyData.Name">
            <summary>
            Gets or sets the Name of the property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Persistence.PropertyData.Value">
            <summary>
            Gets or sets the Value of the property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.RoundedCorners">
            <summary>
            Base class for rounded corners.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.#ctor(System.Boolean)">
            <summary>
            Constructor
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.SetDefaultImages(System.String,System.String,System.String,System.String)">
            <summary>
            Set appstyling or default images. Those images are used, when corresponding properties are empty.
            </summary>
            <param name="corners">Image for corners</param>
            <param name="leftRightEdges">Image for left and top edges</param>
            <param name="topBottomEdges">Image for top and bottom edges</param>
            <param name="fill">Image for center area</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.GetRenderImage(Infragistics.Web.UI.RoundedCornersImageID)">
            <summary>
            Get rendered image for a particular area.
            </summary>
            <param name="location"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render rounded corners.
            </summary>
            <param name="writer">Target writer</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.RenderHalfBar(System.Web.UI.HtmlTextWriter,System.Boolean,System.String,System.String,System.Int32,System.Boolean)">
            <summary>
            Render rounded corners for vertical or horizontal bar.
            </summary>
            <param name="writer">Target writer</param>
            <param name="vert">True: vertical bar, false: horizontal</param>
            <param name="corners">Image for corners</param>
            <param name="fill">Image for top and bottom edges if bar is horizontal, or left and right edges if bar is vertical.</param>
            <param name="edge">Size of corner in pixels. It depends on size of image. It also limits minimum width of horizontal bar and max width of vertical bar. Recommended value is 8-14.</param>
            <param name="leftOrTop">True: render only left edge of vertical bar, or top edge of horizontal bar. False: render only right edge of vertical bar, or bottom edge of horizontal bar.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.RenderBar(System.Web.UI.HtmlTextWriter,System.Boolean,System.String,System.String,System.Int32)">
            <summary>
            Render rounded corners for vertical or horizontal bar.
            </summary>
            <param name="writer">Target writer</param>
            <param name="vert">True: vertical bar, false: horizontal</param>
            <param name="corners">Image for corners</param>
            <param name="fill">Image for top and bottom edges if bar is horizontal, or left and right edges if bar is vertical.</param>
            <param name="edge">Size of corner in pixels. It depends on size of image. It also limits minimum width of horizontal bar and max width of vertical bar. Recommended value is 8-14.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.RenderFull(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.Int32)">
            <summary>
            Render rounded corners for area.
            </summary>
            <param name="writer">Target writer</param>
            <param name="corners">Image for corners</param>
            <param name="fillTopBottom">Image for top and bottom edges.</param>
            <param name="fillLeftRight">Image for left and right edges.</param>
            <param name="fill">Image for center area</param>
            <param name="edge">Size of corner in pixels. It depends on size of image. It also limits minimum width of horizontal bar and max width of vertical bar. Recommended value is 8-14.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.RenderBeginTag(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render main container which should hold html for rounded corners and content of control.
            After done, control should call writer.RenderEndTag();
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RoundedCorners.RenderCssFull(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.Int32)">
            <summary>
            Render rounded background.
            </summary>
            <param name="writer">Target writer</param>
            <param name="corners">Image for corners</param>
            <param name="fillTopBottom">Image for top and bottom edges.</param>
            <param name="fillLeftRight">Image for left and right edges.</param>
            <param name="fill">Image for center area</param>
            <param name="edge">Size of corner in pixels. It depends on size of image. It also limits minimum width of horizontal bar and max width of vertical bar. Recommended value is 8-14.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.CornersImageUrl">
            <summary>
            Gets sets the url for custom image which is used to render corners.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.FillImageUrl">
            <summary>
            Gets sets the url for custom image which is used to render center area.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.LeftRightEdgesImageUrl">
            <summary>
            Gets sets the url for custom image which is used to render left and right edges.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.TopBottomEdgesImageUrl">
            <summary>
            Gets sets the url for custom image which is used to render top and bottom edges.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.Enabled">
            <summary>
            Gets sets the flag to render or not to render rounded corners.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.EdgesSize">
            <summary>
            Gets sets the size of corner edges.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.RenderingType">
            <summary>
            Rendering type.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.LeftOrTopHalf">
            <summary>
            Render only half of vertical or horizontal image (appearance like a tab).
            It RenderingType is full then that property has no effect.
            If RenderingType is vertical and property is True, then only left side of image is rendered.
            If RenderingType is vertical and property is False, then only right side of image is rendered.
            If RenderingType is horizontal and property is True, then only top side of image is rendered.
            If RenderingType is horizontal and property is False, then only botom side of image is rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RoundedCorners.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.InfragisticsCDN">
            <summary>
            Contains CDN options for the ASP.NET controls
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.InfragisticsCDN.ToString">
            <summary>
            String representation of the object.
            </summary>
            <returns>Empty string by default.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.InfragisticsCDN.EnableCDN">
            <summary>
            Directs all Infragistics controls on the page to use CDN as the source for the 
            JavaScript files.
            </summary>
            <remarks>When the property is NotSet, the global CDN setting is always taken. Setting
            the property to True or False overrides application level setting.</remarks>
        </member>
        <member name="P:Infragistics.Web.UI.InfragisticsCDN.EnableCombining">
            <summary>
            When CDN is enabled all of the Infragistics JavaScript files can be downloaded as one combined file.
            This property enables combining CDN JavaScript files.
            </summary>
            <remarks>When the property is NotSet, the global CDN setting is always taken. Setting
            the property to True or False overrides application level setting.</remarks>
        </member>
        <member name="P:Infragistics.Web.UI.ScriptManagerHelper.ReferencesList">
            <summary>
            Gets a list of strings object that contains the script referece paths for each file
            rendered to the client in desig mode for the needs of the IntelliSense.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.SlideFadeAnimation">
            <summary>
            Animation for close and open actions.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String)">
            <summary>
            Constructor for SlideFadeAnimation
            </summary>
            <param name="owner">Owner of this class.</param>
            <param name="propName">Name of property which shoul be updated in designer, when XxxDuration was reset.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Constructor for SlideFadeAnimation
            </summary>
            <param name="owner">Owner of this class.</param>
            <param name="propName">Name of property, which should be updated in designer, when XxxDuration was reset</param>
            <param name="defaultFadeOpenDuration">Default value for fade open duration</param>
            <param name="defaultFadeCloseDuration">Default value for fade close duration</param>
            <param name="defaultSlideOpenDuration">Default value for slide open duration</param>
            <param name="defaultSlideCloseDuration">Default value for slide close duration</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ShouldSerializeFadeOpenDuration">
            <summary>
            Check if FadeOpenDuration has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ResetFadeOpenDuration">
            <summary>Clears the FadeOpenDuration</summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ShouldSerializeFadeCloseDuration">
            <summary>
            Check if FadeCloseDuration has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ResetFadeCloseDuration">
            <summary>Clears the FadeCloseDuration</summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ShouldSerializeSlideOpenDuration">
            <summary>
            Check if SlideOpenDuration has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ResetSlideOpenDuration">
            <summary>Clears the SlideOpenDuration</summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ShouldSerializeSlideCloseDuration">
            <summary>
            Check if SlideCloseDuration has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ResetSlideCloseDuration">
            <summary>Clears the SlideCloseDuration</summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.SaveToClient">
            <summary>
            Returns value for the WriteClientOnlyProperty used by RunBot.SaveClientProperties()
            </summary>
            <returns>String which contains array of properties.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.SlideFadeAnimation.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.FadeOpenDuration">
            <summary>
            Gets sets duration of fade animation for open action.
            </summary>
            <remarks>
            <p class="body">Duration is measured in milliseconds.</p>
            <p class="note">Value of 0 will disable fade animation for open action.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.FadeCloseDuration">
            <summary>
            Gets sets duration of fade animation for close action.
            </summary>
            <remarks>
            <p class="body">Duration is measured in milliseconds.</p>
            <p class="note">Value of 0 will disable fade animation for close action.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.SlideOpenDuration">
            <summary>
            Gets sets duration of slide animation for open action.
            </summary>
            <remarks>
            <p class="body">Duration is measured in milliseconds.</p>
            <p class="note">Value of 0 will disable slide animation for open action.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.SlideCloseDuration">
            <summary>
            Gets sets duration of slide animation for close action.
            </summary>
            <remarks>
            <p class="body">Duration is measured in milliseconds.</p>
            <p class="note">Value of 0 will disable slide animation for close action.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.FadeOpenEquationType">
            <summary>
            Gets sets equation type of fade animation for open action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.FadeCloseEquationType">
            <summary>
            Gets sets equation type of fade animation for close action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.SlideOpenEquationType">
            <summary>
            Gets sets equation type of slide animation for open action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.SlideCloseEquationType">
            <summary>
            Gets sets equation type of slide animation for close action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.SlideOpenDirection">
            <summary>
            Gets sets direction of slide animation for open action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.SlideCloseDirection">
            <summary>
            Gets sets direction of slide animation for close action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.SlideFadeAnimation.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.SR.GetString(System.String)">
            <summary>
            Returns the resource string using the specified name and default culture.
            </summary>
            <param name="name">Name of the string resource to return.</param>
            <returns>Null if the name is null; otherwise a string from the resource for the default culture.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.SR.GetString(System.String,System.Object[])">
            <summary>
            Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified.
            </summary>
            <param name="name">Name of the string resource to return.</param>
            <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
            <returns>Null if the name is null; otherwise a formatted string using the resource specified.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.SR.GetString(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the resource string using the culture and name specified.
            </summary>
            <param name="culture">Culture whose resource should loaded. The resource will go through a fallback process to locate the appropriate resources.</param>
            <param name="name">Name of the string resource to return.</param>
            <returns>Null if the name is null; otherwise a localized string for specified culture.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.SR.GetString(System.Globalization.CultureInfo,System.String,System.Object[])">
            <summary>
            Returns the resource string using the name and culture specified. The string is then formatted using the arguments specified.
            </summary>
            <param name="culture">Culture whose resource should loaded. The resource will go through a fallback process to locate the appropriate resources.</param>
            <param name="name">Name of the string resource to return.</param>
            <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
            <returns>Null if the name is null; otherwise a formatted string using the resource specified.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LocalizedCategoryAttribute.GetLocalizedString(System.String)">
            <summary>
            Returns the localized category name.
            </summary>
            <param name="value">Name of the category to retreive.</param>
            <returns>The localized string value.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ViewStateJournal">
            <summary>
            Keeps track of changes to the collection once viewstate tracking is on
            Changes are then played back on PostBack prior to loading ViewState
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BaseGrid">
            <summary>
            Base abstract class for the grid controls.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl">
            <summary>
            Base class for data bound controls. 
            Has built in logic to work with the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObject"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.IDataBoundControl">
            <summary>
            Interface implemented by Controls that support the DataBindingFx.  The methods
            of this interface allow Controls to interact with the Data Binding framework in 
            a type agnostic manner.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.IDataBoundControl.CreateDataSourceSelectArguments">
            <summary>
            Called during the databind operation to determine DataSourceSelectArguments to
            be applied to the DataSource.
            </summary>
            <returns>An object of type DataSourceSelectArguments.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.IDataBoundControl.ClearDataItems">
            <summary>
            Called during the databind operation to notify the Control that the Items collection
            that is being data bound should be cleared of any existing items so that data binding
            can repopulate the items.  
            </summary>
            <remarks>
            A derived Control class can override the ClearDataItems virtual method so that items do
            not get cleared prior to a databind operation.  This results in the newly bound items being
            appended to the existing items.
            </remarks>
            
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.#ctor">
            <summary>
            Constructs the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.ResetUnboundVars">
            <summary>
            This resets this private variables storing unbound column information to null.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.Infragistics#Web#UI#IDataBoundControl#ClearDataItems">
            <summary>
            Called by DataBinding Fx to tell a control to clear its data items in preparation for databinding.  Derived controls override the ClearDataItems virtual method to carry out the clearing of their items according to its needs.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.ClearDataItems">
            <summary>
            Called by DataBinding Fx to tell a control to clear its data items in preparation for databinding.  Derived controls override the ClearDataItems virtual method to carry out the clearing of their items according to its needs.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CreateDataSourceSelectArguments">
            <summary>
            Creates DataSourceSelectArguments specific to the control.
            </summary>
            <returns>A new instance of the DataSourceSelectArguments object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CreateItemsCollection(Infragistics.Web.UI.Framework.CollectionUIObject)">
            <summary>
            Since FlatDataBoundControl is an abstract class, derived classes must override this method to create ItemsCollections of the type appropriate to the Control.
            </summary>
            <remarks>All ObjectCollections for the FlatDataBoundControl are created using this virtual method.  This allows derived classes to modify and enhance the ListItem class without disturbing the base classes and framework.</remarks>
            <param name="item">The parent Item which will own the collection created.  If this parameter
            is null, the Control itself should be the owner of the collection.</param>
            <returns>Returns a collection object derived from ObjectCollection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CreateItem">
            <summary>
            Since FlatDataBoundControl is an abstract class, derived classes must override this method to create CollectionUIObjects of the type appropriate to the Control.
            </summary>
            <remarks>All CollectionUIObjects for the FlatDataBoundControl are created using this virtual method.  This allows derived classes to modify and enhance the UIObject class without disturbing the base classes and framework.</remarks>
            <returns>Returns an object derived from UIObject.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.GetDataSource">
            <summary>
            Alters base class' method to provide a reference to the <see cref="T:Infragistics.Web.UI.Framework.Data.DataSourceObject"/> object that wraps the original data source.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.GetDataView">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Override the WebControl RenderContents method to redirect rendering to the appropriate 
            renderer.
            </summary>
            <param name="writer">The HtmlTextWriter where the rendered markup will be written.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.ResetTemplateContainer">
            <summary>
            Removes the TemplateContainerControl from the Controls collection if it has been 
            added and sets it back to null
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents that must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.GetClientEventsObject">
            <summary>
            Control which exposes ClientEvents should return the method within its ClientEvents property with a proper typecast.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.ShouldSerializeClientEvents">
            <summary>
            Check if ClientEvents has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.ResetClientEvents">
            <summary>
            Clears the ClientEvents.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl._renderer">
            <summary>
            Sets or Gets a rendering object derived from RendererBase that serves to emit html markup that is appropriate to the
            control.  This property can be set by an application to a Renderer other than the one normally provided by the Control.
            The Custom Renderer can override any of the virtual methods exposed or can implement an entirely new set of rendering
            logic if desired.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CreateRenderer">
            <summary>
            A virtual method called by the framework base when a renderer is required for the control.  Derived classes may override this method in order to provide specific rendering markup.  Many of the rendering methods within the Renderer class may also be overridable in order to customize specific aspects of the rendering.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            If any properties, objects, or collections were modified on the client, their transacation lists are loaded here.  Also, if this is a Callback, it is where CallbackCreated is called from.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>True if the server control's state changes as a result of the postback; otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.RaisePostDataChangedEvent">
            <summary>
            Used to notify the ASP.Net application that the state of the control has changed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during LoadPostData during a Callback.  This method should be used to perform any operations neccessary for the callback.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback.  This method should be used to render any html or objects that needs to be sent down in the Callback's response.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.StyleSetName">
            <summary>
            Name of the Application Styling Framework(tm) style set defining the themed appearance for this control.
            </summary>
            <value>
            	<p class="body">The name of the Application Styling Framework(tm) (ASF) style set which has been designed to give this control a consistent appearance with other controls in your application.</p>
            	<p class="body">This property may return the empty string ("") to imply that the default style set (named "Default") should be used.</p>
            </value>
            <remarks>
            	<p class="body">Web sites can configure a single, consistent, application-wide style set through the <em>styleSetName</em> attribute in their "web.config" file. Alternately, they can define the style set to apply Application Styling to all controls on a Page by placing a <strong>WebPage</strong> control on that Page and setting it's StyleSetName property.</p>
            	<p class="body">At the control level this property allows an
            application developer to customize the style set applied to a
            single instance of a control.</p>
            	<p class="body">Normally, graphics designers will furnish you
            with a style set containing one or more style sheet files (one
            for each type of control) and image files.  The name of the style set (with the exception of the "Default" style set) must appear in each Cascading Style Sheet (CSS) class name defined by this control's style sheet file.  For example, two WebTree controls that each use a different style set, "Aqua" and "Onyx", would expect their CSS class names for the ASF <em>Node</em> role to be "igdt_AquaNode" and "igdt_OnyxNode", respectively.  This allows the uniqueness of CSS class names necessary to distinguish multiple style sets for the same type of control, without there being any naming collisions.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.StyleSetPath"/>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.StyleSetPath">
            <summary>
            Path containing the Application Styling Framework(tm) style set files for this type of control.
            </summary>
            <remarks>
            	<p class="body">Web sites can configure the directory path containing their style set files application-wide by using the <em>styleSetPath</em> attribute of their "web.config" file.  It is also possible to configure the style set path applicable to all controls on a Page that are subject to Application Styling by placing a <strong>WebPage</strong> control on that Page and setting it's StyleSetPath property.</p>
            	<p class="body">At the control level this property allows an
            application developer to customize the location of the style set
            being applied to a single instance of a control.</p>
            	<p class="note">Be aware that customizing the style set path at the control level will not allow you to copy a style set's files to this new location, changing a few style property values in them, and then use it successfully with separate instances of the control referencing the original style set of the same name. This is because there would be naming collisions in the Cascading Style Sheet (CSS) class names, which will produce an undefined appearance.  You must ensure the CSS class names defined by style sheets in the new style set path are unique from those CSS class names being used by other style sheets that may continue to be referenced.  The recommended guidance in this scenario is to create a new style set having a new style set name, that contains your modifications.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.StyleSetName"/>
            <seealso cref="!:StyleSetPathResolved"/>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.EnableDataSummarization">
            <summary>
            Returns a boolean for whether summaries should be calculated for this control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.RequireSortableCollection">
            <summary>
            Returns a boolean for whether the Records collection should be created as a SortableRecordsCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.RequireFilterableCollection">
            <summary>
            Returns a boolean for whether the Records collection should be created as a FilterableRecordsCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CustomBinding">
            <summary>
            Returns a boolean for whether custom binding is occuring
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.UnboundValues">
            <summary>
            Returns a Hashtable of unbound values.  The keys are datakey.  The values are string/object
            Dictionary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.HasUnboundValues">
            <summary>
            Indicates if the control has unbound values
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.UnboundFields">
            <summary>
            Returns a DataFieldCollection representing any UnboundFields on this control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.DataSource">
            <summary>
            Gets or sets the object from which the data-bound control retrieves its list of data items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.DataSourceID">
            <summary>
            Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.DataKeyFields">
            <summary>
            Contains datakeys of the shown data.
            </summary>
            <remarks>
            In case of a compound data key the field keys must be separated by a comma.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.TemplateContainerControl">
            <summary>
            Holds child template objects for this control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.StyleBot">
            <summary>
            Provides the Control with access to style support services provided by the StyleBot class.  By separating these services from the control itself, there is no requirement that a particular control must inherit from a specific base class in order to benefit from the services provided.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.EnableAjaxViewState">
            <summary>
            Gets sets ability to maintain view state of controls on page if their properties were modified while asynchronous postback of this control.
            </summary>
            <remarks>
            <p class="body">
            That property has effect only when asynchronous postback is triggered by this control.
            Those can be postbacks triggered by AutoPostBackFlags with value "Async", or internal postbacks such as sorting of grid.</p>
            <p class="note">
            If that property is disabled, then properties of any control on page modified while that async postback will be lost after a full postback.
            Value false will also reduce size of response stream.
            If that property is enabled, then in some applications the server exception related to EventValidation is possible. If it happens, then
            application should disable that property or set EnableEventValidation attribute of page to false.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.CustomAJAXResponse">
            <summary>
            Container for values passed to client within AJAX response.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.WidthOfControl">
            <summary>
            Width of control which includes Width and Attributes.CssStyle["width"]
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.HeightOfControl">
            <summary>
            Height of control which includes Height and Attributes.CssStyle["height"]
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.IsDesignMode">
            <summary>
            A.T. we need this property because in WebControl it is protected, so we cannot check
            the "real" design mode. HttpContext is not good, because in the Unit test context
            it still returns true, which is incorrect. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.OptimizeCollectionsState">
            <summary>
            The collections client state will be stored in the view state and the client collections will not be sent from the client on postback.
            This will increase page size in terms of view state, but will decrease the postback time numerously, because the collections state will not be uploaded from the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.IsOptimizeCollectionsStateSupported">
            <summary>
            Not all of the existing controls follow the design principles of Aikido
            and OptimizeCollectionsState can break some of their functionality.
            
            So this property will be overriden from the controls that
            support this feature and return true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.EnableEmbeddedJavaScript">
            <summary>
            Instructs the control to load its embedded Java Script. 
            </summary>
            <remarks>
            When the controls Java Script is explicitly disabled, it must be 
            loaded via the ScriptManager instance on the page.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.Enabled">
            <summary>
            Gets or sets a value whether the Aikido control is enabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.InsecureSubmitTokensAsString">
            <summary>
            Gets sets list of insecure strings separated by the "|" character.<br></br>
            That property is designed to protect application from scripting vulnerability.
            When request comes from client and the value of the hidden field contains insecure tokens, then all changes on client are discarded.
            </summary>
            <remarks>
            <p class="note">Note: In order to set the "|" character in token, the flag "&amp;pipe;" should be used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.InsecureSubmitTokens">
            <summary>
            Gets sets list of insecure strings as array.<br></br>
            That property is designed to protect application from scripting vulnerability.
            When request comes from client and the value of the hidden field contains insecure tokens, then all changes on client are discarded.
            </summary>
            <remarks>
            <p class="note">Note: In order to set the "|" character in token, the flag "&amp;pipe;" should be used.</p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IXPathDataNavigableParent">
            <summary>
            Interface that is implemented by the parent XML rendering nodes.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IXPathDataNavigableObject">
            <summary>
            Enables an object to be a part of the rendered XML of the grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigableObject.Reset">
            <summary>
            Resets the objects relations to its parent and children.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IXPathDataNavigableObject.Xml">
            <summary>
            XML node definition of the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigableParent.GetFirstChild">
            <summary>
            Gets first child of the parent node.
            </summary>
            <returns>First child of the parent node.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigableParent.GetNextSibling(Infragistics.Web.UI.GridControls.IXPathDataNavigableChild)">
            <summary>
            Gets next sibling of the child that is passed in.
            </summary>
            <param name="item">Child node to determine next sibling of.</param>
            <returns>Next sibling of the passed in child, or null if no sibling follows the child node.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigableParent.GetPrevSibling(Infragistics.Web.UI.GridControls.IXPathDataNavigableChild)">
            <summary>
            Gets previous sibling of the child that is passed in.
            </summary>
            <param name="item">Child node to determine previous sibling of.</param>
            <returns>Previous sibling of the passed in child, or null if no sibling precedes the child node.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.EnsureHeaderCaptions">
            <summary>
            Ensures that the header xml is set up
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.EnsureFooterCaptions">
            <summary>
            Ensures that the footer xml is set up
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.CreateRecordCollection">
            <summary>
            The method returns a new object of type <see cref="T:Infragistics.Web.UI.GridControls.ControlDataRecordCollection"/>.
            </summary>
            <returns>
            The method is called to create an actual row collection in the grid.
            It can be used in an inherited grid to alter the row collection object.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.CreateRecord">
            <summary>
            The method returns a new object of type <see cref="T:Infragistics.Web.UI.GridControls.ControlDataRecord"/>.
            </summary>
            <returns>
            The method is called to create an actual row in the grid.
            It can be used in an inherited grid to alter the row object.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.CreateFieldCollection">
            <summary>
            The method returns a new object of type <see cref="T:Infragistics.Web.UI.GridControls.FieldCollection"/>.
            </summary>
            <returns>
            The method is called to create an actual column collection in the grid.
            It can be used in an inherited grid to alter the column collection object.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.CreateHeaderCaptions">
            <summary>
            The method creates a new instance of the header caption collection.
            </summary>
            <returns>
            The method is called to create an actual header caption collection in the grid.
            It can be used in an inherited grid to alter the header caption collection object.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.CreateFooterCaptions">
            <summary>
            The method creates a new instance of the footer caption collection.
            </summary>
            <returns>
            The method is called to create an actual footer caption collection in the grid.
            It can be used in an inherited grid to alter the footer caption collection object.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.InitRecord(Infragistics.Web.UI.GridControls.ControlDataRecord,System.Int32)">
            <summary>
            
            </summary>
            <param name="row"></param>
            <param name="index"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.CreateRenderer">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.AddField(Infragistics.Web.UI.GridControls.ControlDataField,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="field"></param>
            <param name="key"></param>
            <param name="headerText"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.ResetXml">
            <summary>
            Resets this grid's xml
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.CreateNavigator">
            <summary>
            Implements the IXPathNavigable interface's single method.
            </summary>
            <returns>
            The method returns a reference to the root XPath navigable object in the grid.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.EnsureXPathChildren">
            <summary>
            Enusre the grid xml is set up
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.FindTemplateById(System.String)">
            <summary>
            Searches the <see cref="P:Infragistics.Web.UI.GridControls.BaseGrid.Templates"/> collection and returns a reference to the first one
            that matches the templateId passed in.
            </summary>
            <param name="templateId">The Id of the Template to look for.</param>
            <returns>Template whose Id matches the templateId passed in.  Returns null if none is found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.EnsureTemplates">
            <summary>
            Overrides the framework invocation to instantiate all templates for the control that are needed.  This method is called
            automatically by the framework during the page lifecycle to ensure that all templates are created.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.InstantiateTemplates">
            <summary>
            Called from the EnsureTemplates override to walk the control's items collection and instantiate the necessary templates
            on each object within it.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.InstantiateTemplate(Infragistics.Web.UI.GridControls.ITemplatedGridObject,System.Web.UI.ITemplate,System.String)">
            <summary>
            Instantiates any specified templates for a <see cref="T:Infragistics.Web.UI.GridControls.ControlDataItem"/> if they have not already been instantiated.  
            </summary>
            <remarks>
            Templates for a ControlDataItem can be instantiated in any one of three ways: 
            1. The ControlDataItem has a non-null Template property set.
            2. The ControlDataItem has a non-empty TemplateId property set.
            3. The ControlDataItem belongs to a <see cref="T:Infragistics.Web.UI.GridControls.TemplateDataField"/> and it has a non-null ItemTemplate property set.
            The order and priority of resolution is as described.
            </remarks>
            <param name="item">The particular ControlDataItem for template instantiation.</param>
            <param name="defaultTemplate">A reference to a default template. If the item has no individual templates this template is used instead.</param>
            <param name="id">The id</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.TrackViewState">
            <summary>
            Enables view state tracking for underlying objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.CheckForDateDatakey">
            <summary>
            This will iterate through the data keys and check if the field for any is a date
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.ConvertClientStringToServerDate(System.String)">
            <summary>
            Converting string date parts (seperated by ~) to a DateTime object to avoid timezone and daylight savings times issues */
            </summary>
            <param name="dateString">String date</param>
            <returns>Actual Date</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseGrid.ConvertServerDateToClientString(System.DateTime)">
            <summary>
            Converting string date parts (seperated by ~) to a DateTime object to avoid timezone and daylight savings times issues */
            </summary>
            <param name="date">actual date</param>
            <returns>string representation of the date</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.Fields">
            <summary>
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.HasFields">
            <summary>
            Indicates whether the grid has its field created.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.HeaderCaptions">
            <summary>
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.HasHeaderCaptions">
            <summary>
            Indicates whether the grid has its header caption collection created.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.Records">
            <summary>
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.HasRecords">
            <summary>
            Indicates whether the grid has its records collection created.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.FooterCaptions">
            <summary>
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.HasFooterCaptions">
            <summary>
            Indicates whether the grid has its footer captions collection created.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.HasDataSource">
            <summary>
            Indicates whether the grid has a data source assigned to it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.IsRendering">
            <summary>
            Gets/sets if this grid is currently rendering
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.CellSpacing">
            <summary>
            Determines number of pixels between the cells of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.XmlRoot">
            <summary>
            Holds a reference to the root xml node of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.Infragistics#Web#UI#GridControls#IXPathDataNavigableObject#Xml">
            <summary>
            Holds a reference to the grid's xml element in the XPath navigable structure.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.XPathChildren">
            <summary>
            Returns a list of XPath children
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.Templates">
            <summary>
            Gets a ControlCollection that contains instances of ItemTemplate objects which can be shared among items
            within the derived Control by seting the Item.TemplateId property to the Id of an ItemTemplate.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.ItemTemplateMap">
            <summary>
            The item template map provides access to the templates in the templates collection by an <see cref="T:Infragistics.Web.UI.GridControls.ItemIDPair"/> ID of a cell.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseGrid.DataKeyFields">
            <summary>
            Contains datakeys of the shown data.
            </summary>
            <remarks>
            In case of a compound data key the field keys must be separated by a comma.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IDPair">
            <summary>
            Unique identifier for the grid's fields and records.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IDPair.#ctor(System.Object[],System.Int32)">
            <summary>
            Public constructor. Initializes the id pair from a key and an index.
            </summary>
            <param name="key">A key that identifies an object. If null the index is used to identify.</param>
            <param name="index">An index of an object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IDPair.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Public constructor. Initializes the id pair from a raw deserialized from JSON Dictionary&lt;string, object&gt;.
            </summary>
            <param name="rawIDPair">Desirialized from JSON id pair representation.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IDPair.Key">
            <summary>
            A key that identifies an object. If null the index is used to identify.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IDPair.Index">
            <summary>
            An index of an object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ItemIDPair">
            <summary>
            Uniquely identiufies a record item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ItemIDPair.#ctor">
            <summary>
            Parameterless constructor is required for serialization.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ItemIDPair.#ctor(Infragistics.Web.UI.GridControls.IDPair,Infragistics.Web.UI.GridControls.IDPair)">
            <summary>
            Public constructor. Initializes the id pair from a key and an index.
            </summary>
            <param name="recordIDPair">Id pair of the item's record.</param>
            <param name="fieldIDPair">Id pair of the item's field.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ItemIDPair.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Public constructor. Initializes the id pair from a raw deserialized from JSON Dictionary&lt;string, object&gt;.
            </summary>
            <param name="rawIDPair">Desirialized from JSON id pair representation.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ItemIDPair.RecordIDPair">
            <summary>
            Id pair of the item's record.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ItemIDPair.FieldIDPair">
            <summary>
            Id pair of the item's field.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ItemTemplateMap">
            <summary>
            The object is used as a storage of the <see cref="T:Infragistics.Web.UI.GridControls.ItemIDPair"/>'s and template Ids. 
            Actuale templates can be located by an item's ID object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ItemTemplateMap.Add(Infragistics.Web.UI.GridControls.ItemIDPair,System.String)">
            <summary>
            Adds an entry to the map.
            </summary>
            <param name="idPair">ID of an item that is associated with a template.</param>
            <param name="templateId">Template ID that is associated with the item.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ItemTemplateMap.Remove(Infragistics.Web.UI.GridControls.ItemIDPair)">
            <summary>
            Removes an entry from the map by the item's ID.
            </summary>
            <param name="idPair">ID of the item to remove.</param>
            <returns><b>true</b> if the entry was successfully removed.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ItemTemplateMap.FindTemplateId(Infragistics.Web.UI.GridControls.ItemIDPair)">
            <summary>
            Finds and returns a template ID in the map by an item ID.
            </summary>
            <param name="idPair">Item ID to find a template associated with it.</param>
            <returns>Template ID associated with the item. Null if no template can be found.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BehaviorClientEventsBase">
            <summary>
            Abstract base class for grid behavior event classes that hides AJAXResponse and AJAXResponseError
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BehaviorClientEventsBase.#ctor(System.Web.UI.WebControls.WebControl,System.Boolean)">
            <summary>
            Create ClientEventsBase with required value of isTrackingViewState
            </summary>
            <param name="owner">Reference to owner control (optional)</param>
            <param name="trackViewState">Whether to track the view state</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BehaviorClientEventsBase.AJAXResponse">
            <summary>
            Event fired when control gets AJAX response from the server.
            </summary>
            <remarks>
            Second param in handler is instance of AJAXResponseEventArgs class, which provides information about response objects.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BehaviorClientEventsBase.AJAXResponseError">
            <summary>
            Event fired when control gets AJAX response from the server.
            </summary>
            <remarks>
            Default alert message can be canceled.
            Second param in handler is instance of AJAXResponseErrorEventArgs class, which provides information about response objects.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.KeyChangedEventHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.ControlDataField.KeyChanged"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.KeyChangedEventArgs">
            <summary>
            Event arguments for the field's KeyChanged event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.KeyChangedEventArgs.#ctor(Infragistics.Web.UI.GridControls.ControlDataField,System.String)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
            <param name="field">The ControlDataField whose key is changing.</param>
            <param name="oldKey">The old key of the column for comparison.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.KeyChangedEventArgs.OldKey">
            <summary>
            The original key for the column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.KeyChangedEventArgs.Field">
            <summary>
            The ColumnDataField which is changing it's key value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FormatRecordItemValue">
            <summary>
            A delegate that defines a method to format a value of a record item.
            </summary>
            <param name="field">Reference to the data field.</param>
            <param name="value">Value to format.</param>
            <returns>Formatted string representation of the value.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ControlDataField">
            <summary>
            The class represents base object for the grid's fields.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IXPathDataNavigableChild">
            <summary>
            Marks an XML node as a child node in the grid's rendering structure.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IXPathDataNavigableChild.Parent">
            <summary>
            Reference to the parent object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IXPathDataNavigableChild.ChildIndex">
            <summary>
            Index of the child in the parent's children collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.#ctor">
            <summary>
            Default constructor of the field object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.#ctor(System.Boolean)">
            <summary>
            Initializes the field with tracking the view state.
            </summary>
            <param name="trackViewState">Directs the field to track its view state.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.OnKeyChanged(System.String)">
            <summary>
            Fires the key changed event
            </summary>
            <param name="oldKey">The old key of this field</param>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ControlDataField._rowSpan">
            <summary>
            Indicates how many rows a header should span. This is used with
            Multi-Column headers.
            </summary>		
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.CreateHeaderCaption">
            <summary>
            Creates a new FieldCaption referencing this field for the header
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.CreateFooterCaption">
            <summary>
            Creates a new FieldCaption referencing this field for the footer
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Ensures that certain attributes are rendered on the ControlDataField
            </summary>
            <param name="attributes">A Hashtable of attributes that should be used in the XML rendering of the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Is called when an object is added to collection. This was refactored a bit
            so that the objects which inherite from this class can overwrite this method
            and their own logic.
            </summary>
            <param name="owner">The collection the object is being added to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.SaveClientProperties">
            <summary>
            Ovierrdies the base method. Adds client side properties from the field.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.TrackViewState">
            <summary>
            Enables view state tracking for underlying objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.ToString">
            <summary>
            String representation of the field.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the field's properties to another field.
            </summary>
            <param name="field">Target field to copy properties to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField,System.Boolean)">
            <summary>
            Copies the field's properties to another field.
            </summary>
            <param name="field">Target field to copy properties to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.Clone">
            <summary>
            Creates a clone of this object
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataField.Clone(System.Boolean)">
            <summary>
            Creates a clone of this object
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.Events">
            <summary>
            An EventHandlerList holding events for this field 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.ControlDataField.KeyChanged">
            <summary>
            The KeyChanged event is raised when the field's Key property has been changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.Key">
            <summary>
            Key that identifies the field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.OwnerCollection">
            <summary>
            Reference back to the owner collection of the field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.HeaderCaption">
            <summary>
            A field caption for the header
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.HasHeaderCaption">
            <summary>
            Returns true if the header caption has been created
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.FooterCaption">
            <summary>
            A field caption for the footer
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.HasFooterCaption">
            <summary>
            Returns true if the footer caption has been created
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.Type">
            <summary>
            Type of the items in the field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.IsNullable">
            <summary>
            Returns whether the data for this column is nullable
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.VisibleIndex">
            <summary>
             Visble index of field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.Hidden">
            <summary>
            Makes the field to be rendered hidden to the browser. The field's visibility can be triggered from both
            server and client side.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.Level">
            <summary>
            Indicates what level of header this caption field will belong to.
            This is for the multi-level header so they know what level they will be rendering on
            and this will help to calculate the rowspan.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.PropCount">
            <summary>
            Returns the number of client properties for this object
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.Index">
            <summary>
            Indeax of the field inside of its parent collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.ParentHeader">
            <summary>
            Holds a reference to the GroupField that this data field belongs too.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.HeaderRegion">
            <summary>
            The moving region that the field is in.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.IDPair">
            <summary>
            Unique identifier of the field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataField.FormatFieldMethod">
            <summary>
            If assigned formats the values of the field.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ControlDataItem">
            <summary>
            A class representing a data item 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ITemplatedGridObject">
            <summary>
            Implemented by every templateable object in the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ITemplatedGridObject.TemplateId">
            <summary>
            Id of the template associated with the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ITemplatedGridObject.Template">
            <summary>
            Reference to the template of the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItem.#ctor(Infragistics.Web.UI.GridControls.ControlDataItemCollection)">
            <summary>
            Creates a new ControlDataItem
            </summary>
            <param name="ownerCollection">The collection that owns this item</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItem.NotifyPropertyChange">
            <summary>
            This notifies the Record that a property has changed
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItem.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Generates xml attributes for this item
            </summary>
            <param name="attributes">Attributes to add</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItem.GetTextNode">
            <summary>
            Returns an IXPathDataNavigableObject for the text node of this item in xml
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItem.EnsureTemplate">
            <summary>
            This method ensures that the template for this item is instantiated.  
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItem.FindControl(System.String)">
            <summary>
            This method searches for a locates control objects within the TemplateContainer associated with this UIObject by using
            the Id parameter to match against control Ids.
            </summary>
            <param name="id">The string Id value for the control to be located.</param>
            <returns>If a control is located within the TemplateContainer of this UIObject that matches the passed in Id, the control
            reference is returned.  Otherwise null is returned.</returns>
            <remarks>
            The TemplateContainer is tagged with the INamingContainer interface.  So the Id passed to this method must match the Id of a control
            within that NamingContainer.  
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.Owner">
            <summary>
            Returns the owner collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.Record">
            <summary>
            Returns the record this item belongs to
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.Index">
            <summary>
            Returns the index of this item in the owner collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.IDPair">
            <summary>
            Returns an ItemIDPair identifying this item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.Value">
            <summary>
            Returns the value of the item 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.TemplateId">
            <summary>
            ID of Template within the TemplateCollection.  Identifies the template to use for this ControlDataItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.Template">
            <summary>
            Gets or Sets a reference to an ITemplate object that determines a specific template instantiation for this particular ControlDataItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.HasTemplate">
            <summary>
            Sets or Gets a boolean value which indicates if a template is applied and instantiated for this item.
            </summary>
            <remarks>
            This property is checked during the EnsureTemplate call to see if any applicable template has already been applied for
            this object.  If HasTemplate returns false and a template applies to this item, then EnsureTemplate will instantiate
            the appropriate template.  
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.TemplateContainer">
            <summary>
            This property serves as a holding container for the instantiated template of this UIObject. 
            </summary>
            <remarks>
            Since UIObjects are not derived from WebControl, the TemplateContainer parent is set to the TemplateContainerControl
            property of the the ControlMain associated with this UIObject.  All TemplateContainers for the Control are thereby
            made children of the TemplateContainerControl so that their ViewState and page lifecycle events can be handled 
            normally.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItem.ViewState">
            <summary>
            Returns a StateBag for saving ViewState
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ControlDataItemCollection">
            <summary>
            Collection of record items.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.#ctor(Infragistics.Web.UI.GridControls.ControlDataRecord)">
            <summary>
            Initializes the items collection witha reference to its owning record.
            </summary>
            <param name="record"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.GetValue(System.Int32)">
            <summary>
            Gets value of an item by its index.
            </summary>
            <param name="index">Index of the item to get the value of.</param>
            <returns>Value of the requested item.</returns>
            <exception cref="T:System.InvalidOperationException">Thrown if index is out of bounds.</exception>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.GetValue(Infragistics.Web.UI.GridControls.ControlDataItem)">
            <summary>
            Gets value of an item.
            </summary>
            <param name="item">Item to get the value of.</param>
            <returns>Value of the requested item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.CreateControlDataItem">
            <summary>
            Creates and returns an instance of an item that can be added to the collection.
            </summary>
            <returns>Item of type the collection supports.</returns>
            <remarks>Can be overriden in a derived class to substitute items in the collection.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.CreateControlDataItem(System.Int32)">
            <summary>
            Creates and returns an instance of an item that can be added to the collection.
            </summary>
            <returns>Item of type the collection supports.</returns>
            <remarks>Can be overriden in a derived class to substitute items in the collection.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.IndexOf(Infragistics.Web.UI.GridControls.ControlDataItem)">
            <summary>
            Locates and returns index of an item.
            </summary>
            <param name="item">Item to get the index of.</param>
            <returns>Index of the item. -1 if item does not belong to the collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.NotifyPropertyChange">
            <summary>
            Notifies the record of a property change in the collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.Reset">
            <summary>
            Clears the collection if not null
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataItemCollection.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItemCollection.Record">
            <summary>
            The record the items belong to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItemCollection.Grid">
            <summary>
            Reference to the grid the items belong to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItemCollection.Count">
            <summary>
            Number of items in the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItemCollection.Items">
            <summary>
            Keeping the items in an array list and fill it on demand.
            The items never go to view state; they are here for rendering only.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataItemCollection.Item(System.Int32)">
            <summary>
            Provides indexed access to the items in the collection.
            </summary>
            <param name="index">Index of an item to return.</param>
            <returns>Item that corresponds to the provided index. Null if index is out of bounds.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ControlDataRecord">
            <summary>
            The class represents base object for the grid's records.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.CollectionUIObject">
            <summary>
            This class represents an object that is a member of a collection of objects.  The collection of objects is normally
            derived from the ObjectCollection base class so the two classes work together to carry out collection related tasks.
            For the CollectionObject, these tasks include providing and maintaining the Owner ObjectCollection as well as calling the OnAddedToCollection
             and OnRemovedFromCollection overrides to notify the object when these events occur.
            This class derives from UIObject so that base class maintains ViewState for the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionUIObject.#ctor">
            <summary>
            Collection objects should normally be created with an owner parameter in the constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionUIObject.#ctor(System.Object)">
            <summary>
            CollectionObject constructor that provides an Owner object that can be tracked.
            </summary>
            <param name="owner"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionUIObject.#ctor(System.Object,System.Boolean)">
            <summary>
            CollectionObject constructor that provides an Owner object that can be tracked as well as a flag for setting the TrackViewState flag in
            WebObject.
            </summary>
            <param name="owner"></param>
            <param name="trackViewState"></param>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.CollectionUIObject._owner">
            <summary>
            The owner of this object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionUIObject.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this ICollectionObject is being removed from the supplied collection.
            </summary>
            <param name="owner">Collection that this object
            has been removed from.</param>
            <remarks>
            <p class="body">The default implementation of this method
            nulls out the <see cref="P:Infragistics.Web.UI.Framework.CollectionUIObject.Owner"/> if the supplied
            <i>owner</i> matches the Owner of
            this object.</p>
            <p class="body">Inheritors overriding this method should always
            call this base implementation to assure the object has only one
            distinct owner.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionUIObject.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this object is being added to the supplied collection.
            </summary>
            <param name="owner">Collection that this object has
            been added to.</param>
            <remarks>
            <p class="body">The default implementation sets the <see cref="P:Infragistics.Web.UI.Framework.CollectionUIObject.Owner"/>
            reference to the supplied <i>owner</i> argument, if it hasn't already
            been set (either the base constructor, or a prior call to <see cref="M:Infragistics.Web.UI.Framework.CollectionUIObject.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)"/>
            should have nullified <b>Owner</b> from any former collection's claim
            to ownership of this object.)</p>
            <p class="body">Inheritors overriding this method should always
            call this base implementation to assure the object has only one
            distinct owner.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionUIObject.Infragistics#Web#UI#ICollectionObject#OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this <b>ICollectionObject</b> has been added to a new collection.
            </summary>
            <param name="owner">Collection that this object has
            been added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionUIObject.Infragistics#Web#UI#ICollectionObject#OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this <b>ICollectionObject</b> has been removed from an old collection.
            </summary>
            <param name="owner">Collection that this object has
            been removed from.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.CollectionUIObject.Owner">
            <summary>
            The primary collection or parent object to which this object belongs.
            </summary> 
            <remarks>
            <p class="body">An ICollectionObject can belong to only
            one <see cref="T:Infragistics.Web.UI.Framework.ObjectCollection"/> at a time, this is
            their <i>owner</i>. </p>
            <p class="body">Customarily, the base class implementations of the
            <see cref="M:Infragistics.Web.UI.Framework.CollectionUIObject.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)"/> and <see cref="M:Infragistics.Web.UI.Framework.CollectionUIObject.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)"/>
            methods are responsible for detaching this object from its old collection,
            and attaching it to its new collection.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.CollectionUIObject.DataItem">
            <summary>
            Sets or gets an object value that contains a reference to the object in the data source that supplied the data for this item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.CreateControlDataItemCollection">
            <summary>
            The method creates the items collection.
            </summary>
            <remarks>
            Can be overriden by a derived class to return customized collection.
            </remarks>
            <returns>Collection of the items of the record.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.SetIndex(System.Int32)">
            <summary>
            Sets the internal index member to the given number
            </summary>
            <param name="index">The index to set for this record</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.DataBind">
            <summary>
            Binds the record to the data source's data record.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.DataBind(System.Int32)">
            <summary>
            Binds the record to the data source's record.
            </summary>
            <param name="index">Indicates the index of the record if it is being bound after its successors.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.GetValue(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Returns the value for a given field
            </summary>
            <param name="field">The field to get the value</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.NotifyPropertyChange">
            <summary>
            Informs the owner that the record at this index has a property changed
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.ResetProperties">
            <summary>
            Resets all the properties of this record
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Implements <see cref="T:Infragistics.Web.UI.GridControls.IXPathDataNavigableObject"/>. The method fills the XML node's attributes for the record rendering.
            </summary>
            <param name="attributes">Attributes to fill.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecord.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.Items">
            <summary>
            Items of the record, that is the cell objects related to the data source items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.HasItems">
            <summary>
            Returns true if the items has been initialized
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.Index">
            <summary>
            Index of the record inside of its collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.FullAddress">
            <summary>
            Overrides the base class property. Provides a string address for the record.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.Owner">
            <summary>
            Reference back to the owner collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.DataKey">
            <summary>
            Unique data key of the record. If the data source record does not provide one, the data key is generated out of the record's index.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.IDPair">
            <summary>
            Unique identifier of the record.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.IDPairString">
            <summary>
            Returns a string that is the DataKey array delimited with ~$~
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.DataSourceRecord">
            <summary>
            Returns the DataRecord that this record represents
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.DataItem">
            <summary>
            Reference to the data source's original record.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.RenderIndex">
            <summary>
            Index used during rendering. Holds cached <see cref="P:Infragistics.Web.UI.GridControls.ControlDataRecord.Index"/> of the record.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.XmlAttributes">
            <summary>
            Gets the XmlAttributes that will be used in the XML rendering of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecord.Infragistics#Web#UI#GridControls#IXPathDataNavigableObject#Xml">
            <summary>
            Implements <see cref="T:Infragistics.Web.UI.GridControls.IXPathDataNavigableObject"/>. Represents the record's XML node.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ControlDataRecordCollection">
            <summary>
            Base class for the records collection of the grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.#ctor(Infragistics.Web.UI.GridControls.BaseGrid)">
            <summary>
            Initializes the collection with a reference to the main control.
            </summary>
            <param name="controlMain">Reference to the grid the collection belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates an instance of the collection item.
            </summary>
            <param name="objectType">Type of the item that is requested to be created.</param>
            <returns>The item of requested type.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.CreateRecord">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.Add(Infragistics.Web.UI.GridControls.ControlDataRecord)">
            <summary>
            Adds a record to the collection.
            </summary>
            <param name="row">Record to add.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.GetItem(System.Int32)">
            <summary>
            Overrides parent class implementetion. Returns a collection item by its index.
            </summary>
            <param name="index">Index of the item to return.</param>
            <returns>Item that corresponds to the index provided. Null if the index is out of bounds.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.MarkRecordChange(System.Int32)">
            <summary>
            Marks the record at the given index
            </summary>
            <param name="index">The index to mark at</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.InternalInsert(System.Int32,Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Inserts a collection object internally. No events are fire when thins method is used.
            </summary>
            <param name="index">The index the new object must be inserted at.</param>
            <param name="collectionObject">The new object to insert into the collection.</param>
            <returns>The index the object was inserted at. This value might be different from the
            requested index if it is not possible to insert at that spot due to insufficient numer if
            items in the collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.FromKey(System.Object[])">
            <summary>
            Returns a record from the collection by its key.
            </summary>
            <param name="dataKey">Data key of the record to locate and return.</param>
            <returns>Record with data key provided. Null if no record with such a key exists in the collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.FromIDPair(Infragistics.Web.UI.GridControls.IDPair)">
            <summary>
            Returns a record from the collection by its <see cref="T:Infragistics.Web.UI.GridControls.IDPair"/>.
            </summary>
            <param name="idPair">The <i>IDPair</i> of the record to locate and return.</param>
            <returns>Record with <i>IDPair</i> provided. Null if no record with such an <i>IDPair</i> exists in the collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.GetItemFromIDPair(Infragistics.Web.UI.GridControls.ItemIDPair)">
            <summary>
            Gets an item from the collection using its ID pair.
            </summary>
            <remarks>The method would search for the record first and then for actual record item with requested ID pair.</remarks>
            <param name="idPair">ID pair of the item to locate.</param>
            <returns>Item of a record in the collection with provided ID pair. Null if no such an item can be located.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.CreateTemporaryRecord">
            <summary>
            Creates the temporary record
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.GetEnumerator">
            <summary>
            Returns an enumerator for this collection of records
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            All of the attributes needed for XML rendering are generated in this method.
            </summary>
            <param name="attributes">Attribute collection to fill.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.Count">
            <summary>
            Number of items in the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.Item(System.Int32)">
            <summary>
            Returns a record from the collection by its index.
            </summary>
            <param name="index">Index of the record to return.</param>
            <returns>Record that corresponds to the index provided. Null if no record can be found by the index.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.ControlMain">
            <summary>
            Reference to the main control <see cref="T:Infragistics.Web.UI.GridControls.BaseGrid"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ControlDataRecordCollection.TemporaryRecord">
            <summary>
            Gets/sets a temporary record
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ElementTypeAttribute">
            <summary>
            Indicates base class for items of a heterogeneous collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ElementTypeAttribute.#ctor(System.Type)">
            <summary>
            Constructs the attribute with the element type.
            </summary>
            <param name="elementType">Base type of all items in the collection.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ElementTypeAttribute.ElementType">
            <summary>
            Base type of all items in the collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BaseExporter">
            <summary>
            This class encapsulates common base logic for exporting WebDataGrid and 
            WebHierarchicalDataGrid to various formats.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IExporter">
            <summary>
            Interface implemented by ExcelExporter and DocumentExporter to provide
            exporting functionlity to various format.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Exports the given WebDataGrid
            </summary>
            <param name="grid">Grid to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid)">
            <summary>
            Exports the given WebHierarchicalDataGrid
            </summary>
            <param name="grid">Grid to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IExporter.Export(System.Web.UI.WebControls.WebControl[])">
            <summary>
            Exports the given grids
            </summary>
            <param name="grid">Grids to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.#ctor">
            <summary>
            The control's default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            
            </summary>
            <param name="grid"> A WebDataGrid to export </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid)">
            <summary>
            
            </summary>
            <param name="grid">a WebHierarchicalDataGrid to export </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.Export(System.Web.UI.WebControls.WebControl[])">
            <summary>
            
            </summary>
            <param name="grids">an list of web controls - only WDGs and WHDGs are accepted </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.DownloadDocument(System.Byte[])">
            <summary>
            streams the file to the browser as attachment 
            </summary>
            <param name="content"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.LoadLinkedStyles(Infragistics.Web.UI.Framework.RunBot)">
            <summary>
            Resolves application styling stylesheets.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.LoadPageStyles">
            <summary>
            Resolves Page styles.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.FindLinkTags(System.Web.UI.ControlCollection)">
            <summary>
            Searches in the head tag of the Page for stylesheet links.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.FindStyleTags(System.Web.UI.ControlCollection)">
            <summary>
            Searches in the head tag of the Page for style tags.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.RestoreBinding(System.Boolean,System.Boolean,Infragistics.Web.UI.GridControls.VirtualScrolling,Infragistics.Web.UI.GridControls.Paging)">
            <summary>
            Restores the orignal enabled values of virtual scrolling and paging on a grid
            </summary>
            <param name="shouldEnableVirtualScrolling"></param>
            <param name="shouldEnablePaging"></param>
            <param name="virtualScrolling"></param>
            <param name="paging"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.RebindToAllData(System.Boolean@,System.Boolean@,Infragistics.Web.UI.GridControls.VirtualScrolling,Infragistics.Web.UI.GridControls.Paging)">
            <summary>
            Will disable virtual scrolling and paging if all of the data should be shown
            </summary>
            <param name="shouldEnableVirtualScrolling"></param>
            <param name="shouldEnablePaging"></param>
            <param name="virtualScrolling"></param>
            <param name="paging"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BaseExporter.Dispose">
            <summary>
            Disposes of the BaseExporter
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExporter.ExportMode">
            <summary>
            The type of export mode - Download exports the file as attachment from the browser, InBrowser tries to open it inside the browser
            while Custom assumes that the developer would like to save /publish the exported file to a custom stream, object or location 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExporter.MimeType">
            <summary>
            Returns the MimeType that should be used for the file that's being exported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExporter.DownloadExtension">
            <summary>
            Returns the download extension for the file that is being exported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExporter.DownloadName">
            <summary>
            Filename given to the document downloaded to the browser during export.
            </summary>
            <remarks>
            	<p class="body">Use this property to customize the filename given to the document file when it is downloaded by the browser. If no filename is provided, the filename will be set to a default filename like document.pdf.</p>
            	<p class="body">The filename must be a legal file name on the client's operating system and must end with the right file extension for the type of file that is being exported. If no file extension is provided, one will be automatically added based on the Format of the document.</p>
            	<p class="body">The filename should not contain any path information because the place where the user will
            be prompted to save the file will depend on the browser. Path characters like slashes will be removed from the filename.</p>
            	<p class="body">It is recommended that the download filename be dynamically determined by developers' web applications, because some versions of the Microsoft Internet Explorer browser may fail to open the spreadsheet as expected if a file of the same name already exists within the end user's Temporary Internet Files cache.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExporter.DownloadNameResolved">
            <summary>
            Resolved download name.
            </summary>
            <remarks>
            	<p class="body">If a suggested name was set through the <see cref="P:Infragistics.Web.UI.GridControls.BaseExporter.DownloadName"/> property, it is returned.  Otherwise a default file name like document.pdf is generated and will be used.</p>
            	<p class="body">If the suggested download name doesn't end with the right file extension for the document type (.pdf, .xps, .txt) then the file extension will be automatically added.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExporter.DataExportMode">
            <summary>
            Determines whether the grid will export the entire set of data.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExporter.EnableStylesExport">
            <summary>
            Determines whether grid styles will be exported.
            This option is turned-on by default.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExporter.UserAgent">
            <summary>
            Returns a user agent
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ReportElement">
            <summary>
            Base class for ReportElement objects that are used to apply styling to the
            Table, Row, Cell and Text objects that make up the grid.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ReportElement.ApplyStyle(Infragistics.Documents.Reports.CssStyle)">
            <summary>
            Walks through the MasterClass and applies all possible styles to the PDFElement.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ReportElement.Parent">
            <summary>
            The parent of the current PDFElement. Returns null if there is no parent. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ReportCell.AddTable(System.String,System.String)">
            <summary>
            Creates and returns a new PDFTable.
            </summary>
            <param name="classes">The CssClasses that should be applied to the Table</param>
            <param name="styles">The CssStyles that should be applied to the Table</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Documents.Reports.ReportRenderer">
            <summary>
            The ReportRenderer class traverses the grid and exports all of the required grid elements
            to the document section that is provided to the constructor. 
            </summary>
            <remarks>
            <p class="body">
            The ReportRenderer uses the grid's internal ability to be traversed as an Xml document
            to export the grid to a document provided by the DocumentExporter object that
            is using it. 
            </p>
            <p class="body">
            It uses the Xml representation of the grid so that grid features like column moving, filtering,
            data editors and sorting will automatically be applied. The elements of the grid automatically
            take most of the important grid settings into account when creating the XML document. 
            </p>
            <p class="body">
            The ReportRendered exports the grid as closely to the way it appears in the browser as possible.
            It exports grid features like hierarchy, grouping, filtering, column moving and sorting. Styles
            that are set directly on the grid or through application styling will also be applied. 
            </p>
            <p class="body">
            The way it works internally is very simple. It has Walk methods for traversing the Xml
            document and Export methods for creating elements in the document that is being generated.
            Each different element in the grid is created using an Export method and collections of
            objects like Rows, Cells and Footers are traversed using the Walk methods. Elements in 
            the document are created using a ReportWrapper object that knows how to create report elements.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.#ctor(Infragistics.Web.UI.GridControls.WebDocumentExporter,System.Web.UI.WebControls.WebControl,Infragistics.Documents.Reports.Report.Section.ISection,Infragistics.Documents.Reports.StyleSheet)">
            <summary>
            Creates a ReportRenderer object that can export the specified grid object to the ISection report section that has been provided.
            </summary>
            <param name="exporter">A reference to the DocumentExporter object
            that has has triggered the export. This is necessary so the events can be fired
            as the grid elements are exported.</param>
            <param name="grid">The grid object that is to be exported. This will be
            exported as it is configured when the <see cref="M:Infragistics.Documents.Reports.ReportRenderer.Render"/> method is called.</param>
            <param name="section">The section of the report that the grid should be exported to.</param>
            <param name="stylesheet">The object containing all the stylesheet information.</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.Render">
            <summary>
            Triggers the export of the grid to the section that was provided to the constructor. 
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportHierarchicalGrid(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid)">
            <summary>
            Exports a WebHierarchicalDataGrid control to the section provide to the constructor. 
            </summary>
            <param name="hGrid">WebHierarchicalDataGrid being exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportGrid(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Exports a WebDataGrid control to the section provide to the constructor. 
            </summary>
            /// <param name="grid">WebDataGrid cotrol being exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportHeader(Infragistics.Web.UI.GridControls.FieldCollection,System.String,System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Exports the header of a WebDataGrid control to the document that's being generated.
            </summary>
            <param name="fields">The fields collection of grid being exported</param>
            <param name="headerRowClass">Header row CssClass</param>
            <param name="controlClass">Inherited class</param>
            <param name="headerCellClass">Headr cell CssClass</param>
            <param name="showSelector">Determines whether a selector cell should be exported</param>
            <param name="showExpander">Determines whether an expandor cell should be exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportFooter(Infragistics.Web.UI.GridControls.FieldCollection,System.Boolean)">
            <summary>
            Exports the footer to the document that's being generated.
            </summary>
            <param name="fields">The fields collection of grid being exported</param>
            <param name="showSelector">Whether to show the row selector</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportFlatRows(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Iterates through the rows to the document that's being generated.
            </summary>
            <param name="grid">Grid being exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportCell(Infragistics.Web.UI.GridControls.GridRecordItem,System.String)">
            <summary>
            Exports a cell to the document that's being generated.
            </summary>
            <param name="gridCell">The cell object that's being exported</param>
            <param name="cellStyle">Style of the cell being exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.RenderTemplate(Infragistics.Web.UI.TemplateContainer)">
            <summary>
            Renders the specified TemplateContainer to string and returns the value.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportRowSelector(Infragistics.Web.UI.GridControls.GridRecord,System.Boolean,System.String,Infragistics.Web.UI.GridControls.Behaviors)">
            <summary>
            Exports a row selector to the document. Will also export expansion area if hierarchy is enabled. 
            </summary>
            <param name="row">The row that the row selector belongs to. This is optional.</param>
            <param name="isHeaderRow">Pass true if the row that the selector is for is a header row to get the header row selector style.</param>
            <param name="style">An inline style being exported.</param>
            <param name="behaviors">The behaviors collection of the grid who owns the row parameter.</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportHeaderCell(Infragistics.Web.UI.GridControls.GridField,System.String,System.String,System.Boolean,Infragistics.Documents.Reports.Report.Grid.IGrid)">
            <summary>
            Exports a header cell to the document that's being generated.
            </summary>
            <param name="column">The column that the header belongs to.</param>
            <param name="controlClass">Inherited css class.</param>
            <param name="headerCellClass">The css class of the header cell being exported.</param>
            <param name="isMultiCol">Whether this a multi-column header being exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportFooterCell(Infragistics.Web.UI.GridControls.GridField,System.String)">
            <summary>
            Exports a footer row to the document that's being generated.
            </summary>
            <param name="column">The GridField object that the footer belongs to</param>
            <param name="footerCaptionClass">The css style of the footer cell</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportRowIslands(Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Exports a ContainerGrid to the document that's being generated.
            </summary>
            <param name="container">The ContainerGrid being exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportRow(Infragistics.Web.UI.GridControls.ContainerGridRecord,System.String,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary{Infragistics.Web.UI.GridControls.ControlDataField,Infragistics.Web.UI.GridControls.ReportCell})">
             <summary>
             Exports a ContainerGridRecord to the document that's being generated.
             </summary>
             <param name="record">The ContainerGridRecord being exported</param>
             <param name="cellClass">Css style class for the row cells</param>
            <param name="showExpanders">Determines whether an expandor cell should be exported</param>
             <param name="showSelector">Determines whether a selector cell should be exported</param>
             <param name="showGroups">Determines whether a group area cell should be exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.GetTransparentColor(Infragistics.Documents.Reports.Graphics.Image)">
            <summary>
            Determines the transperent color for a given image.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportGroups(Infragistics.Web.UI.GridControls.GroupedRecordCollection,System.Boolean,System.Boolean,System.Boolean)">
             <summary>
             Exports a ContainerGridRecord to the document that's being generated.
             </summary>
             <param name="groupedRows">GroupedRecordCollection being exported</param>
            <param name="showExpanders">Determines whether an expandor cell should be exported</param>
             <param name="showSelector">Determines whether a selector cell should be exported</param>
             <param name="showGroups">Determines whether a group area cell should be exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportHierarchicalHeader(Infragistics.Web.UI.GridControls.ContainerGrid,System.Boolean,System.Boolean,System.Boolean)">
             <summary>
             Exports the header of a WebHieararchicalDataGrid control to the document that's being generated.
             </summary>
             <param name="container">The ContainerGrid being exported</param>
            <param name="showExpanders">Determines whether an expandor cell should be exported</param>
             <param name="showSelector">Determines whether a selector cell should be exported</param>
             <param name="showGroups">Determines whether a group area cell should be exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportHierarchicalFooter(Infragistics.Web.UI.GridControls.ContainerGrid,System.Boolean,System.Boolean,System.Boolean)">
             <summary>
             Exports the footer of a WebHieararchicalDataGrid control to the document that's being generated.
             </summary>
             <param name="container">The ContainerGrid being exported</param>
            <param name="showExpanders">Determines whether an expandor cell should be exported</param>
             <param name="showSelector">Determines whether a selector cell should be exported</param>
             <param name="showGroups">Determines whether a group area cell should be exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.ReportRenderer.ExportSummaries(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean,System.Boolean)">
            <summary>
            Exports grid SummaryRow to the document that's being generated.
            </summary>
            <param name="grid">The WebDataGrid being exported</param>
            <param name="showSelector">Determines whether a selector cell should be exported</param>
            <param name="showGroups">Determines whether a group area cell should be exported</param>
        </member>
        <member name="M:Infragistics.Documents.Reports.CssClassCollection.CleanupStyleString(System.String)">
            <summary>
            Removes selectors from a style string so that just the class name is left.
            </summary>
            <param name="style">The style string to clean up</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Documents.Reports.CssSelector.InheritedClassNames">
            <summary>
            The classes as they will be applied from left to right.  The first class will be applied first and the last class will be applied last.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Reports.CssSelector.ClassNames">
            <summary>
            The classes as they will be applied from left to right.  The first class will be applied first and the last class will be applied last.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Reports.CssStyle.GraphicsCache">
            <summary>
            Returns a reference to the object that creates graphics objects like colors, brushes and backgrounds. The cache object usually takes a drawing or style object like a color and returns Infragistis Document paint objects.
            </summary>
            <remarks>
            	<p class="body">You need to assign a GraphicsCache object to the style before you try to call any of the
            Apply methods (like ApplyBackground()).</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Reports.BackgroundTiling.Image">
            <summary>
            Returns the image name
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Reports.GraphicsCache">
            <summary>
            Use the graphics cache to get Infragistics.Documents.Reports graphics objects
            like Backgrounds, Borders and Fonts.
            </summary>
            <remarks>
            <p class="body">
            The graphics class will translate from native .NET objects like System.Drawing.Color,
            font names and line widths to objects that can be used with the Document generating framework.
            </p>
            <p class="body">
            It will also cache the objects that it creates to improve the performance of the framwork's
            drawing. When an object is requested for the first time it's created and any requests after 
            that for a drawing object with the same properties will return the existing objects. 
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetFont(Infragistics.Documents.Reports.CssFont,Infragistics.Documents.Reports.TextDecoration)">
            <summary>
            Returns an Infragistics.Documents.Reports Font graphic object from a font family name and a font size.
            </summary>
            <remarks>
            <p class="body">
            Checks whether the font already exists and returns the existing font rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="cssFont">A space seperated list of font names that are installed on the system. For example "Arial Verdana"</param>
            <param name="textDecoration">Font size in points</param>
            <returns>A Font object that can be used with the Document generator.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetFontFilename(System.String)">
            <summary>
            Searches the font resource directory for a possible font file match. 
            </summary>
            <remarks>
            <p class="body">
            Pass the name of the font and it will return the name of the file that contains
            the font. Will return null if the font's file isn't in the FontDirectory.
            </p>
            <p class="body">
            Only loads the fonts from the directory the first time the method is called so
            any changes that are made to the directory won't be automatically picked up.
            </p>
            </remarks>
            <param name="fontName">The name of the font you are searching for ("Comic Sans MS")</param>
            <returns>The full filepath of the font file if the file is found or null if no matching file is found.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetSolidBorder(System.Drawing.Color,System.Single,Infragistics.Documents.Reports.BorderStyle)">
            <summary>
            Returns a Border object that can be used in the Document generator that's the specified color and width. 
            </summary>
            <remarks>
            <p class="body">
            Checks whether the object already exists and returns the existing object rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="color">A color object that is the color you want the border to be.</param>
            <param name="width">The width in pixels you want the line to be.</param>
            <param name="borderStyle">A CSS border style.</param>
            <returns>A Border object that can be used with the Document generator.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetSolidPen(System.Drawing.Color,System.Single,Infragistics.Documents.Reports.BorderStyle)">
            <summary>
            Returns a Pen object that can be used in the Document generator that's the specified color and width. 
            </summary>
            <remarks>
            <p class="body">
            Checks whether the object already exists and returns the existing object rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="color">The System.Drawing.Color object containing the color of the pen.</param>
            <param name="width">The width of the line the pen will draw.</param>
            <param name="borderStyle">A CSS border style.</param>
            <returns>A Pen object that can be used with the Document generator.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetImageBackground(System.String,Infragistics.Documents.Reports.BackgroundRepeat)">
            <summary>
            Returns a Background object that can be used in the Document generator that's uses an image at a particular path.
            </summary>
            <remarks>
            	<p class="body">
            Checks whether the object already exists and returns the existing object rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="imagePath">The complete path to the image on the file system</param>
            <param name="repeat">The css background repeat setting</param>
            <returns>A Background object that can be used with the Document generator.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetTextureBrush(System.String)">
            <summary>
            Returns a Background object that can be used in the Document generator that's uses an image at a particular path.
            </summary>
            <remarks>
            	<p class="body">
            Checks whether the object already exists and returns the existing object rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="imagePath">The complete path to the image on the file system</param>
            <returns>A Background object that can be used with the Document generator.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetImage(System.String)">
            <summary>
            Returns an image object of an image that's at a particular path.
            </summary>
            <remarks>
            <p class="body">
            Checks whether the object already exists and returns the existing object rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="imagePath">The complete filesystem path to the image.</param>
            <returns>An image object that can be used with the Document generator.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetSolidBackground(System.Drawing.Color)">
            <summary>
            Returns a Background object that can be used in the Document generator that's the specified color. 
            </summary>
            <remarks>
            <p class="body">
            Checks whether the object already exists and returns the existing object rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="color">A solid color to use as the background</param>
            <returns>A Background object that can be used with the Document generator.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetSolidBrush(System.Drawing.Color)">
            <summary>
            Returns a SolidColorBrush object that can be used in the Document generator that's the specified color. 
            </summary>
            <remarks>
            <p class="body">
            Checks whether the object already exists and returns the existing object rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="color">The solid color that the brush should be.</param>
            <returns>A SolidColorBrush object that can be used with the Document generator.</returns>
        </member>
        <member name="M:Infragistics.Documents.Reports.GraphicsCache.GetColor(System.Drawing.Color)">
            <summary>
            Returns a Color object that can be used in the Document generator that's the specified color. 
            </summary>
            <remarks>
            <p class="body">
            Checks whether the object already exists and returns the existing object rather than creating 
            a new one where possible.
            </p>
            </remarks>
            <param name="color">A System.Drawing.Color object that you want translated to a Infragistics.Documents.Reports.Graphics.Color</param>
            <returns>A Color object that can be used with the Document generator.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExportMode">
            <summary>
            Listing of export modes that control the behavior of the export
            as it is experienced by end users.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ExportMode.InBrowser">
            <summary>
            Launches Microsoft Excel within the end user's browser window
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ExportMode.Download">
            <summary>
            Downloads the exported spreadsheet to a file on the end user's local file system.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ExportMode.Custom">
            <summary>
            Export must be handled by the developer in a custom manner.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EmbedFonts">
            <summary>
            Determines how the fonts used by the elements created by the <see cref="!:UltraWebGridDocumentExporter"/>
            will be embedded in the document. This is used by the <see cref="!:ExportResources.FontsEmbedded"/> property. 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EmbedFonts.All">
            <summary>
            Embed all fonts, even fonts that aren't loaded from the see cref="ExportResources.FontDirectory"/&gt;.  This will increase the size of the document that is generated.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EmbedFonts.ResourceFontsOnly">
            <summary>
            Will embed fonts that are loaded from the <see cref="!:ExportResources.FontDirectory"/> but won't embed any other fonts that are used. Any other fonts must be present on the end user's machine to be displayed.  This is the default option.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EmbedFonts.None">
            <summary>
            Won't embed any fonts in the documents. All fonts will be loaded from the end user's system.  Not recommended if fonts are being loaded from the <see cref="!:ExportResources.FontDirectory"/>.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DataExportMode">
            <summary>
            Determines how the export will handle grids with paging and load on demand enabled. 
            Used by the <see cref="!:UltraWebGridDocumentExporter.DataExportMode"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DataExportMode.DataInGridOnly">
            <summary>
            Only export the rows that are currently visible in the grid.  Don't make any attempt to rebind to the data. Useful for when custom logic is needed to decide which rows should be exported.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DataExportMode.AllDataInDataSource">
            <summary>
            Bind the grid to the entire data source before exporting and create a document that contains all of the rows that would be displayed if paging or LoadOnDemand were not enabled. This is the default option.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FileFormat">
            <summary>
            Determines document file format.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FileFormat.PDF">
            <summary>
            Document will be exported as a PDF document
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FileFormat.XPS">
            <summary>
            Document will be exported as an XPS document
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportRowEventArgs.GridRow">
            <summary>
            Returns the row in the grid, if any, being exported
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportRowEventArgs.IsHeaderRow">
            <summary>
            Returns true if this is the header row
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportRowEventArgs.IsFooterRow">
            <summary>
            Returns true if this is the footer row
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportRowEventArgs.IsSummaryRow">
            <summary>
            Returns true if this is a summary row
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportCellEventArgs.GridCell">
            <summary>
            The grid cell object that is currently being exported. 
            </summary>
            <remarks>
            <p class="body">
            Changes to the GridCell won't be reflected in the exported document. To change the style
            or contents of the cell in the report use the <see cref="T:Infragistics.Web.UI.GridControls.ReportCell"/> property.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportCellEventArgs.IsHeaderCell">
            <summary>
            Returns true if this cell is in the grid header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportCellEventArgs.IsFooterCell">
            <summary>
            Returns true if this cell is in the grid footer.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportCellEventArgs.IsSummaryCell">
            <summary>
            Returns true if this cell holds a summary for the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportCellEventArgs.Summary">
            <summary>
            Returns the summary for the summary cell, if there is one.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportSummaryCellEventArgs.Column">
            <summary>
            Returns the column of the summary
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs.Column">
            <summary>
            The column of the caption that is being exported
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs.Caption">
            <summary>
            The caption that is being exported
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs.IsHeaderCell">
            <summary>
            Returns true if this cell is in the grid header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs.IsFooterCell">
            <summary>
            Returns true if this cell is in the grid footer.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BaseExportGridRecordItemEventArgs.GridCell">
            <summary>
            The grid data cell that is being exported
            </summary>
        </member>
        <member name="M:Infragistics.Shared.SR.GetString(System.String)">
            <summary>
            Returns the resource string using the specified name and default culture.
            </summary>
            <param name="name">Name of the string resource to return.</param>
            <returns>Null if the name is null; otherwise a string from the resource for the default culture.</returns>
        </member>
        <member name="M:Infragistics.Shared.SR.GetString(System.String,System.Object[])">
            <summary>
            Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified.
            </summary>
            <param name="name">Name of the string resource to return.</param>
            <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
            <returns>Null if the name is null; otherwise a formatted string using the resource specified.</returns>
        </member>
        <member name="M:Infragistics.Shared.SR.GetString(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the resource string using the culture and name specified.
            </summary>
            <param name="culture">Culture whose resource should loaded. The resource will go through a fallback process to locate the appropriate resources.</param>
            <param name="name">Name of the string resource to return.</param>
            <returns>Null if the name is null; otherwise a localized string for specified culture.</returns>
        </member>
        <member name="M:Infragistics.Shared.SR.GetString(System.Globalization.CultureInfo,System.String,System.Object[])">
            <summary>
            Returns the resource string using the name and culture specified. The string is then formatted using the arguments specified.
            </summary>
            <param name="culture">Culture whose resource should loaded. The resource will go through a fallback process to locate the appropriate resources.</param>
            <param name="name">Name of the string resource to return.</param>
            <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
            <returns>Null if the name is null; otherwise a formatted string using the resource specified.</returns>
        </member>
        <member name="M:Infragistics.Shared.LocalizedCategoryAttribute.GetLocalizedString(System.String)">
            <summary>
            Returns the localized category name.
            </summary>
            <param name="value">Name of the category to retreive.</param>
            <returns>The localized string value.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDocumentExporter">
            <summary>
            Provides PDF and XPS document exporting functionality to 
            the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> and 
            <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid"/>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Documents.Reports.Report.Report)">
            <summary>
            Used to trigger the export of the grid.
            </summary>
            <param name="grid">The WebDataGrid control that is to be exported to the document.</param>
            <param name="report">The Infragistics.Documents.Reports.Report.Report object that will be used during the export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Documents.Reports.Report.Report,Infragistics.Documents.Reports.Report.Section.ISection)">
            <summary>
            Used to trigger the export of the grid.
            </summary>
            <param name="grid">The WebDataGrid control that is to be exported to the document.</param>
            <param name="report">The predefined Infragistics.Documents.Reports.Report.Report object that will be used during the export</param>
            <param name="section">The Infragistics.Documents.Reports.Report.Section.ISection object that will be used during the export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,Infragistics.Documents.Reports.Report.Report)">
            <summary>
            Used to trigger the export of the grid.
            </summary>
            <param name="grid">The WebHierarchicalDataGrid control that is to be exported to the document.</param>
            <param name="report">The predefined Infragistics.Documents.Reports.Report.Report object that will be used during the export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,Infragistics.Documents.Reports.Report.Report,Infragistics.Documents.Reports.Report.Section.ISection)">
            <summary>
            Used to trigger the export of the grid.
            </summary>
            <param name="grid">The WebHierarchicalDataGrid control that is to be exported to the document.</param>
            <param name="report">The predefined Infragistics.Documents.Reports.Report.Report object that will be used during the export</param>
            <param name="section">The Infragistics.Documents.Reports.Report.Section.ISection object that will be used during the export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(Infragistics.Documents.Reports.Report.Report,System.Web.UI.WebControls.WebControl[])">
            <summary>
            Used to trigger the export of the grid.
            </summary>
            <param name="report">The predefined Infragistics.Documents.Reports.Report.Report object that will be used during the export</param>
            <param name="grids">An array containing controls of both types WebDataGrid and  WebHierarchicalDataGrid</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(Infragistics.Documents.Reports.Report.Report,Infragistics.Documents.Reports.Report.Section.ISection,System.Web.UI.WebControls.WebControl[])">
            <summary>
            Used to trigger the export of the grid.
            </summary>
            <param name="report">The predefined Infragistics.Documents.Reports.Report.Report object that will be used during the export</param>
            <param name="section">The Infragistics.Documents.Reports.Report.Section.ISection object that will be used during the export</param>
            <param name="grids">An array containing controls of both types WebDataGrid and  WebHierarchicalDataGrid</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Used to trigger the export of the grid.
            </summary>
            <param name="grid">The WebDataGrid control that is to be exported to the document.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid)">
            <summary>
            Used to trigger the export of the grid.
            </summary>
            <param name="grid">The WebHierarchicalDataGrid control that is to be exported to the document.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.Export(System.Web.UI.WebControls.WebControl[])">
            <summary>
            Used to trigger the export of multiple controls.
            </summary>
            <param name="grids">An array containing controls of both types WebDataGrid and  WebHierarchicalDataGrid</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.HasAllRelativeWidthColumns(Infragistics.Web.UI.GridControls.GridFieldCollection)">
            <summary>
            Returns true if all column widths are percentage
            </summary>
            <param name="Columns">The columsn to check</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnExporting(Infragistics.Web.UI.GridControls.DocumentExportingEventArgs)">
            <summary>
            Invoked before a document is exported.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnExported(Infragistics.Web.UI.GridControls.DocumentExportedEventArgs)">
            <summary>
            Invoked after a document is exported.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnCellExporting(Infragistics.Web.UI.GridControls.DocumentCellExportingEventArgs)">
            <summary>
            Invoked before a cell is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the CellExporting event.</p>
            </remarks>
            <param name="e">CellExportingEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnCellExported(Infragistics.Web.UI.GridControls.DocumentCellExportedEventArgs)">
            <summary>
            Invoked after a cell is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the CellExported event.</p>
            </remarks>
            <param name="e">CellExportedEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnGridRecordItemExporting(Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportingEventArgs)">
            <summary>
            Invoked before a data cell is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the GridRecordItemExporting event.</p>
            </remarks>
            <param name="e">DocumentGridRecordItemExportingEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnGridRecordItemExported(Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportedEventArgs)">
            <summary>
            Invoked after a data cell is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the GridRecordItemExported event.</p>
            </remarks>
            <param name="e">DocumentGridRecordItemExportedEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnGridFieldCaptionExporting(Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportingEventArgs)">
            <summary>
            Invoked before a grid field caption is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the GridFieldCaptionExporting event.</p>
            </remarks>
            <param name="e">DocumentGridFieldCaptionExportingEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnGridFieldCaptionExported(Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportedEventArgs)">
            <summary>
            Invoked after a grid field caption is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the GridFieldCaptionExported event.</p>
            </remarks>
            <param name="e">DocumentGridFieldCaptionExportedEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnSummaryCellExporting(Infragistics.Web.UI.GridControls.DocumentSummaryCellExportingEventArgs)">
            <summary>
            Invoked before a cell is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the SummaryCellExporting event.</p>
            </remarks>
            <param name="e">DocumentSummaryCellExportingEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnSummaryCellExported(Infragistics.Web.UI.GridControls.DocumentSummaryCellExportedEventArgs)">
            <summary>
            Invoked after a cell is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the SummaryCellExported event.</p>
            </remarks>
            <param name="e">DocumentSummaryCellExportedEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnRowExported(Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgs)">
            <summary>
            Invoked after a row is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the RowExported event.</p>
            </remarks>
            <param name="e">DocumentRowExportedEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnRowExporting(Infragistics.Web.UI.GridControls.DocumentRowExportingEventArgs)">
            <summary>
            Invoked before a row is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the RowExporting event.</p>
            </remarks>
            <param name="e">DocumentRowExportingEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnDocumentRowExported(Infragistics.Web.UI.GridControls.DocumentGridRowExportedEventArgs)">
            <summary>
            Invoked after a row is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the DocumentRowExported event.</p>
            </remarks>
            <param name="e">DocumentGridRowExportedEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDocumentExporter.OnDocumentRowExporting(Infragistics.Web.UI.GridControls.DocumentGridRowExportingEventArgs)">
            <summary>
            Invoked before a row is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the DocumentRowExporting event.</p>
            </remarks>
            <param name="e">DocumentGridRowExportingEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.TargetPaperOrientation">
            <summary>
            Sets whether the section that the grid is exported to should have landscape or portrait paper orientation.
            </summary>
            <remarks><p class="body">Use this to customize the page orientation for the pages that the grid will be exported to.  This will only affect the grid's section.  Other sections in the document can have different page orientations.</p></remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.TargetPaperSize">
            <summary>
            Sets the size of the page that the grid will be exported to.
            </summary>
            <remarks>
            	<p class="body">Use this to customize the size of the pages for the section that the grid will be exported to. This will only affect the grid's section. Other sections in the document can have different page sizes.</p>
            	<p class="body">The page size is measured in points.</p>
            	<p class="body">You can either use a predefined size like A3, A4 or A5 from the <see cref="T:Infragistics.Documents.Reports.Report.PageSizes"/> enumeration or create a new <see cref="T:Infragistics.Documents.Reports.Report.PageSize"/> object with a custom width and height.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.TargetPaperSizeResolved">
            <summary>
            Returns the height and width of the page in points.
            </summary>
            <remarks><p class="body">It automatically takes page orientation into account so you don't need to worry about whether the page is in landscape or portrait mode. It also automatically adds any margins.</p></remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.Format">
            <summary>
            Determines whether to save the report as a PDF or XPS or plain text document.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.MimeType">
            <summary>
            Returns the MimeType that should be used for the <see cref="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.Format"/> that's being exported.
            </summary>
            <remarks>
            	<p class="body">The mimetype that is used currently can not be changed.</p>
            	<p class="body">The mimetype will be "application/pdf" for PDF documents, "application/vnd.ms-xpsdocument" for XPS documents and "text/plain" for PlainText documents.  If Format is not recognised, the propery will return null.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.DownloadExtension">
            <summary>
            Returns the default download extension for the <see cref="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.Format"/> that is being exported.
            </summary>
            <remarks>
            	<p class="body">Used by the GetDownloadName() method when it generates the download name from <see cref="P:Infragistics.Web.UI.GridControls.BaseExporter.DownloadName"/> provided by the user and when it creates a default download name.</p>
            	<p class="body">Returns "pdf" for PDF documents, "xps" for XPS documents and "txt" for PlainText documents.
            Returns an empty string if the FileFormat isn't recognised.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.CustomFont">
            <summary>
            
            When set, overrides the calculated Font from styles , and uses this one in order to style all text in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDocumentExporter.Margins">
            <summary>
            Sets the size of the margins of the section that the grid is being exported to.
            </summary>
            <remarks>
            	<p class="body">Use this to customize the margin widths for the pages for the section that the grid will be exported to.  This will only affect the grid's section. Other sections in the document can have different margin settings.</p>
            	<p class="body">The margin sizes are measured in points.</p>
            	<p class="body">You can either use a predefined size like Narrow, Normal or Wide from the <see cref="T:Infragistics.Documents.Reports.Report.PageMargins"/> object or create a new PageMargins object with a custom size for each edge.</p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.Exporting">
            <summary>
            Fires before a document is exported. This event can be cancelled to stop the document export.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.Exported">
            <summary>
            Fires after a document is exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.CellExported">
            <summary>
            Fired after the cell has finished exporting. 
            </summary>
            <remarks>
            <p class="body">
            Use this event to customize the way the cell is exported. Extra elements that appear after the 
            cell's text can be added to the generated cell using the
            <see cref="!:CellExportedEventArgs.ReportCell"/> property of the event argument. Style properties 
            of the ReportCell like Alignment, Background and Borders can also be modified. 
            </p>
            <p class="body">
            This event will only be fired for data cells in the grid. Handle the <see cref="!:HeaderCellExported"/> 
            and <see cref="!:FooterCellExported"/> events for header and footer cells. 
            </p>
            <p class="body">
            This event will not be fired if the <see cref="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.CellExporting"/> event was cancelled. 
            </p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.CellExporting">
            <summary>
            Fires before a cell is exported. This event can be cancelled to stop the cell being exported. 
            </summary>
            <remarks>
            <p class="body">
            Use this to customize the way the cell is exported.
            </p>
            <p class="body">
            Set the <see cref="!:CellExportingEventArgs.ExportValue"/> event argument property to change the 
            value of the exported cell. The value can be set to any type of object and the result of the 
            ToString() method will be displayed in the cell. If ExportValue isn't set, the cell's formatted 
            text will be displayed instead. 
            </p>
            <p class="body">
            Use the <see cref="!:CellExportedEventArgs.ReportCell"/> property to customize the contents of the 
            cell. You can use this to add new items to the exported cell or to completely override the way 
            that the cell exports. If you want to completely override the cell's rendering, set the 
            <see cref="!:CellExportingEventArgs.Cancel"/> property to true to cancel the default export logic.
            </p>
            <p class="body">
            Styling set on the <see cref="!: CellExportedEventArgs .GridCell"/> event argument property won't 
            be applied to the exported cell. Apply any style changes that you want to make directly to the 
            ReportCell. 
            </p>
            <p class="body">
            This event can be cancelled by setting the <see cref="!:CellExportingEventArgs.Cancel"/> property 
            of the event argument to true. When the event is cancelled, the logic to export the contents of 
            the cell won't be run but the cell element itself will still be created.
            </p>
            <p class="body">
            This event will only be fired for data cells in the grid. Handle the <see cref="!:HeaderCellExporting"/> 
            and <see cref="!:FooterCellExporting"/> events for header and footer cells. 
            </p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.GridRecordItemExported">
            <summary>
            Fires after a GridRecordItem (a cell) has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.GridRecordItemExporting">
            <summary>
            Fires before a GridRecordItem (a cell) is exported.  This event can be cancelled to stop the cell from being exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.GridFieldCaptionExported">
            <summary>
            Fires after a GridFieldCaption has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.GridFieldCaptionExporting">
            <summary>
            Fires before a GridFieldCaption is exported.  This event can be cancelled to stop the caption from being exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.SummaryCellExported">
            <summary>
            Fires after a Summary cell has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.SummaryCellExporting">
            <summary>
            Fires before a Summary cell is exported.  This event can be cancelled to stop the cell from being exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.RowExporting">
            <summary>
            Fires before the row elements in the document are created. This event can be cancelled to stop the row being exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.RowExported">
            <summary>
            Invoked after a row is exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.DocumentRowExporting">
            <summary>
            Fires before the row elements in the document are created. This event can be cancelled to stop the row being exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.DocumentRowExported">
            <summary>
            Invoked after a row is exported.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentCellExportedEventArgs">
            <summary>
            Event arguments that are passed to event handlers for the 
            <see cref="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.CellExported"/> event. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentCellExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new DocumentCellExportedEventArgs object.
            </summary>
            <param name="gridCell">The cell from the grid that is being exported.</param>
            <param name="isFooter">Whether the row is the footer</param>
            <param name="isHeader">Whether the row is the header</param>
            <param name="isSummary">Whether the row is a summary row</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentCellExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,Infragistics.Documents.Reports.Report.Grid.IGridCell,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates the DocumentCellExportedEventArgs object.
            </summary>
            <param name="gridCell">The cell from the grid that is being exported.</param>
            <param name="cellElement">The cell that is added to the report.</param>
            <param name="isFooter">Whether the row is the footer</param>
            <param name="isHeader">Whether the row is the header</param>
            <param name="isSummary">Whether the row is a summary row</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentCellExportedEventArgs.ReportCellElement">
            <summary>
            The cell object in the report created to display the grid cell object. 
            </summary>
            <remarks>
            <p class="body">
            Use this property if you want to alter the cell in the report while the grid cell is 
            being exported. Styling can be changed and extra elements can be added. 
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentCellExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the 
            <see cref="E:Infragistics.Web.UI.GridControls.WebDocumentExporter.CellExporting"/> event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentCellExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,System.Object,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Create a new DocumentCellExportingEventArgs object.
            </summary>
            <param name="gridCell">The cell from the grid that is being exported.</param>
            <param name="exportValue">The value of the cell that's going to be exported.</param>
            <param name="isFooter">Whether the row is the footer</param>
            <param name="isHeader">Whether the row is the header</param>
            <param name="isSummary">Whether the row is a summary row</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentCellExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,Infragistics.Documents.Reports.Report.Grid.IGridCell,System.Object,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Create a new DocumentCellExportingEventArgs object.
            </summary>
            <param name="gridCell">The cell from the grid that is being exported.</param>
            <param name="cellElement">The cell element from the report cell that is being exported.</param>
            <param name="exportValue">The value of the cell that's going to be exported.</param>
            <param name="isFooter">Whether the row is the footer</param>
            <param name="isHeader">Whether the row is the header</param>
            <param name="isSummary">Whether the row is a summary row</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentCellExportingEventArgs.Cancel">
            <summary>
            Use to cancel the export of the cell.
            </summary>
            <remarks>
            <p class="body">
            If the cell export is cancelled, the text value of the cell will not be added to the grid but the
            table cell will still be added. This is necessary to make the columns line up.
            </p>
            <p class="body">
            Use this to override the default export with custom logic by manipulating the <see cref="T:Infragistics.Web.UI.GridControls.ReportCell"/>
            object yourself. Extra elements like images or extra text can be added to the export or the report
            cell itself can be manipulated. 
            </p>
            <p class="body">
            This is only necessary when the structure of the cell needs to be changed. To just change the text 
            that's being exported, use the <see cref="P:Infragistics.Web.UI.GridControls.DocumentCellExportingEventArgs.ExportValue"/> property. To change the style of the cell
            set the style properties of the <see cref="T:Infragistics.Web.UI.GridControls.ReportCell"/>.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentCellExportingEventArgs.ExportValue">
            <summary>
            The value that will be exported to the cell in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentCellExportingEventArgs.HasExportValueChanged">
            <summary>
            Tracks whether the ExportValue property has been changed during the event. 
            </summary>
            <remarks>
            <p class="body">
            Returns true if the ExportValue property was changed and false if it's still the same as 
            the value of the cell.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentRowExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgs">
            <summary>
            Event argument that is passed to event handlers for the 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecord,Infragistics.Documents.Reports.Report.Table.ITableRow,Infragistics.Documents.Reports.Report.Table.ITable,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new DocumentRowExportedEventArgs object.
            </summary>
            <param name="gridRow">The row in the grid that has just been exported.</param>
            <param name="reportRow">The row object in the report created to display the grid's row object.</param>
            <param name="containingTable">The table in the report that the exported row will belong to.</param>
            <param name="isFooter">Whether the row is the footer</param>
            <param name="isHeader">Whether the row is the header</param>
            <param name="isSummary">Whether the row is a summary row</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgs.ReportRow">
            <summary>
            The row object in the report created to display the grid's row object. 
            </summary>
            <remarks>
            <p class="body">
            Use this property to alter the row in the report after the grid row has been exported. 
            Useful for setting style properties on the row. 
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentRowExportedEventArgs.ContainingTable">
            <summary>
            The table in the report that the exported row will belong to. 
            </summary>
            <remarks>
            <p class="body">
            Use this property to customize the export as the rows are being exported. It can be used to add
            extra elements to the exported document or to change the styling of the table element in the 
            report. 
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentRowExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecord,Infragistics.Documents.Reports.Report.Table.ITable,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new DocumentRowExportingEventArgs object.
            </summary>
            <param name="gridRow">The row in the grid that is currently being exported.</param>
            <param name="containingTable">The table in the report that the exported row will belong to.</param>
            <param name="isFooter">Whether the row is the footer</param>
            <param name="isHeader">Whether the row is the header</param>
            <param name="isSummary">Whether the row is a summary row</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentExportingEventArgs">
            <summary>
            Document exporting event arguments class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentExportingEventArgs.#ctor(Infragistics.Documents.Reports.Report.Report)">
            <summary>
            Creates a new instance of DocumentExportingEventArgs
            </summary>
            <param name="report">The report that the grid belongs to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentExportingEventArgs.Report">
            <summary>
            The Report object for the exported document.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentExportedEventArgs">
            <summary>
            Document exported event arguments class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentExportedEventArgs.#ctor(Infragistics.Documents.Reports.Report.Report)">
            <summary>
            Creates a new instance of DocumentExportedEventArgs
            </summary>
            <param name="report">The report object for the exported document</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentExportedEventArgs.Report">
            <summary>
            The Report object for the exported document.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentGridRowExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentRowExporting event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentGridRowExportedEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentRowExported
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentGridRowExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecord,Infragistics.Documents.Reports.Report.Grid.IGridRow,Infragistics.Documents.Reports.Report.Grid.IGrid,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new DocumentRowExportedEventArgs object.
            </summary>
            <param name="gridRow">The row in the grid that has just been exported.</param>
            <param name="reportRow">The row object in the report created to display the grid's row object.</param>
            <param name="containingGrid">The grid in the report that the exported row will belong to.</param>
            <param name="isFooter">Whether the row is the footer</param>
            <param name="isHeader">Whether the row is the header</param>
            <param name="isSummary">Whether the row is a summary row</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridRowExportedEventArgs.ReportRow">
            <summary>
            The row object in the report created to display the grid's row object. 
            </summary>
            <remarks>
            <p class="body">
            Use this property to alter the row in the report after the grid row has been exported. 
            Useful for setting style properties on the row. 
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridRowExportedEventArgs.ContainingGrid">
            <summary>
            The IGrid in the report that the exported row will belong to. 
            </summary>
            <remarks>
            <p class="body">
            Use this property to customize the export as the rows are being exported. It can be used to add
            extra elements to the exported document or to change the styling of the table element in the 
            report. 
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentGridRowExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecord,Infragistics.Documents.Reports.Report.Grid.IGrid,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new DocumentGridRowExportingEventArgs object.
            </summary>
            <param name="gridRow">The row in the grid that is currently being exported.</param>
            <param name="containingGrid">The grid in the report that the exported row will belong to.</param>
            <param name="isFooter">Whether the row is the footer</param>
            <param name="isHeader">Whether the row is the header</param>
            <param name="isSummary">Whether the row is a summary row</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridRowExportingEventArgs.Cancel">
            <summary>
            Use to cancel the export of the row.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportedEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentGridRecordItemExporting event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,Infragistics.Documents.Reports.Report.Grid.IGridCell)">
            <summary>
            Creates a new instance of DocumentGridRecordItemExportedEventArgs
            </summary>
            <param name="gridCell">The grid data cell being exported</param>
            <param name="cellElement">The cell in the document that the grid cell was exported to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportedEventArgs.CellElement">
            <summary>
            The IGridCell in the report that the exported cell will belong to. 
            </summary>
            <remarks>
            <p class="body">
            Use this property to customize the export as the cells are being exported. It can be used to add
            extra elements to the exported document or to change the styling of the grid element in the 
            report. 
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentGridRecordItemExporting event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,System.Object,Infragistics.Documents.Reports.Report.Grid.IGridCell)">
            <summary>
            Creates a new instance of DocumentGridRecordItemExportedEventArgs
            </summary>
            <param name="gridCell">The grid data cell being exported</param>
            <param name="exportValue">The value of the cell that's going to be exported.</param>
            <param name="cellElement">The cell in the document that the grid cell was exported to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportingEventArgs.ExportValue">
            <summary>
            The value that will be exported to the cell in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportingEventArgs.HasExportValueChanged">
            <summary>
            Tracks whether the ExportValue property has been changed during the event. 
            </summary>
            <remarks>
            <p class="body">
            Returns true if the ExportValue property was changed and false if it's still the same as 
            the value of the cell.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportedEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentGridFieldCaptionExporting event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridField,Infragistics.Web.UI.GridControls.GridFieldCaption,Infragistics.Documents.Reports.Report.Grid.IGridCell,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of DocumentGridRecordItemExportedEventArgs
            </summary>
            <param name="column">The grid column of the caption that is being exported</param>
            <param name="caption">The caption that is being exported</param>
            <param name="cellElement">The cell in the document that the grid cell was exported to</param>
            <param name="isHeaderCell">Whether the row is the header</param>
            <param name="isFooterCell">Whether the row is the footer</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportedEventArgs.CellElement">
            <summary>
            The IGridCell in the report that the exported cell will belong to. 
            </summary>
            <remarks>
            <p class="body">
            Use this property to customize the export as the cells are being exported. It can be used to add
            extra elements to the exported document or to change the styling of the grid element in the 
            report. 
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentGridFieldCaptionExporting event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridField,Infragistics.Web.UI.GridControls.GridFieldCaption,System.Object,Infragistics.Documents.Reports.Report.Grid.IGridCell,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of DocumentGridFieldCaptionExportingEventArgs
            </summary>
            <param name="column">The grid column of the caption that is being exported</param>
            <param name="caption">The caption that is being exported</param>
            <param name="exportValue">The value of the caption that's going to be exported.</param>
            <param name="cellElement">The cell in the document that the grid cell was exported to</param>
            <param name="isHeaderCell">Whether the row is the header</param>
            <param name="isFooterCell">Whether the row is the footer</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportingEventArgs.ExportValue">
            <summary>
            The value that will be exported to the cell in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportingEventArgs.HasExportValueChanged">
            <summary>
            Tracks whether the ExportValue property has been changed during the event. 
            </summary>
            <remarks>
            <p class="body">
            Returns true if the ExportValue property was changed and false if it's still the same as 
            the value of the cell.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentSummaryCellExportedEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentSummaryCellCaptionExported event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentSummaryCellExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.ControlDataField,Infragistics.Web.UI.GridControls.Summary,Infragistics.Documents.Reports.Report.Grid.IGridCell)">
            <summary>
            Creates a new DocumentSummaryCellExportedEventArgs object.
            </summary>
            <param name="column">The column that the summary belongs to</param>
            <param name="summary">The summary that is being exported</param>
            <param name="cellElement">The cell in the document that the grid cell was exported to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentSummaryCellExportedEventArgs.CellElement">
            <summary>
            The IGridCell in the report that the exported cell will belong to. 
            </summary>
            <remarks>
            <p class="body">
            Use this property to customize the export as the cells are being exported. It can be used to add
            extra elements to the exported document or to change the styling of the grid element in the 
            report. 
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DocumentSummaryCellExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentSummaryCellCaptionExporting event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DocumentSummaryCellExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.ControlDataField,Infragistics.Web.UI.GridControls.Summary,System.Object,Infragistics.Documents.Reports.Report.Grid.IGridCell)">
            <summary>
            Creates a new DocumentSummaryCellExportedEventArgs object.
            </summary>
            <param name="column">The column that the summary belongs to</param>
            <param name="summary">The summary that is being exported</param>
            <param name="exportValue">The value of the caption that's going to be exported.</param>
            <param name="cellElement">The cell in the document that the grid cell was exported to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentSummaryCellExportingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentSummaryCellExportingEventArgs.ExportValue">
            <summary>
            The value that will be exported to the cell in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DocumentSummaryCellExportingEventArgs.HasExportValueChanged">
            <summary>
            Tracks whether the ExportValue property has been changed during the event. 
            </summary>
            <remarks>
            <p class="body">
            Returns true if the ExportValue property was changed and false if it's still the same as 
            the value of the cell.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebExcelExporter">
            <summary>
            Provides Excel document exporting functionality to 
            the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> and 
            <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid"/>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Exports a single flat grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid)">
            <summary>
            Exports a single hierarchical grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,Infragistics.Documents.Excel.Workbook)">
            <summary>
            Exports a single hierarchical grid to the specified workbook.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,Infragistics.Documents.Excel.Worksheet)">
            <summary>
            Exports a single hierarchical grid to the specified worksheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,Infragistics.Documents.Excel.Worksheet,System.Int32,System.Int32)">
            <summary>
            Exports a single hierarchical grid to the specified worksheet.
            Exporting starts from the defined row and column offsets.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ExportHierarchicalGrid(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,Infragistics.Documents.Excel.Worksheet,System.Int32@,System.Int32)">
            <summary>
            Exports a single hierarchical grid to the specified worksheet.
            Exporting starts from the defined rowIndex and columnOffset.
            The rowIndex is updated to point after the last exported row.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(System.Web.UI.WebControls.WebControl[])">
            <summary>
            Exports multiple grids to a single worksheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(System.Boolean,System.Web.UI.WebControls.WebControl[])">
            <summary>
            Exports multiple grids. Depending on the exportSingleGridPerSheet parameter the grids are exported to a single
            worksheet or each grid on a separate sheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Documents.Excel.Workbook,System.Int32,System.Int32,System.Web.UI.WebControls.WebControl[])">
            <summary>
            Exports multiple grids on a separate worksheets in the specified workbook.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Documents.Excel.Worksheet,System.Int32,System.Int32,System.Web.UI.WebControls.WebControl[])">
            <summary>
            Exports multiple grids on a single worksheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ExportRowIslands(Infragistics.Web.UI.GridControls.ContainerGridCollection,Infragistics.Documents.Excel.Worksheet,System.Int32@,System.Int32,System.Int32)">
            <summary>
            Exports a set of row islands to the specified worksheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Documents.Excel.Workbook)">
            <summary>
            Exports a single flat grid to the specified workbook.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Documents.Excel.Worksheet)">
            <summary>
            Exports a single flat grid to the specified worksheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Documents.Excel.Worksheet,System.Int32,System.Int32)">
            <summary>
            Exports a single flat grid to the specified worksheet.
            Exporting starts from the defined row and column offsets.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ExportGrid(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Documents.Excel.Worksheet,System.Int32@,System.Int32,System.Int32)">
            <summary>
            Exports a single flat grid to the specified worksheet.
            Exporting starts from the defined rowIndex and columnOffset.
            The rowIndex is updated to point after the last exported row.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ExportRow(Infragistics.Web.UI.GridControls.GridRecord,Infragistics.Documents.Excel.Worksheet,System.Int32@,System.Int32,System.Boolean,System.Int32,System.Boolean,System.String,System.String)">
            <summary>
            Exports a single grid row to the specified worksheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ExportGridFieldCaption(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.GridFieldCaption,Infragistics.Documents.Excel.WorksheetRow,Infragistics.Documents.Excel.WorksheetCell,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.Int32,System.Int32,System.Int32)">
            <summary>
            Exports a grid field caption (header or footer) to the specified worksheet cell.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ExportCell(Infragistics.Web.UI.GridControls.GridRecordItem,Infragistics.Documents.Excel.WorksheetRow,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Exports a grid record item to its corresponding worksheet cell.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.RenderTemplate(Infragistics.Web.UI.TemplateContainer)">
            <summary>
            Renders the specified TemplateContainer to string and returns the value.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ExportGroupedRows(Infragistics.Web.UI.GridControls.GroupedRecordCollection,Infragistics.Documents.Excel.Worksheet,System.Int32@,System.Int32,System.Boolean,System.Int32,System.Boolean)">
            <summary>
            Exports set of grouped rows to the specified worksheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ExportSummaries(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Documents.Excel.Worksheet,System.Int32@,System.Int32,System.Int32,System.Boolean,System.String,System.Int32)">
            <summary>
            Exports grid SummaryRow to the specified worksheet.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.GetExcelFunctionName(Infragistics.Web.UI.GridControls.SummaryType)">
            <summary>
            Takes a SummaryType as an argument and returns the corresponding Excel function name.
            Returns null for SummaryType.Custom.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.DownloadWorkbook(Infragistics.Documents.Excel.Workbook)">
            <summary>
            Downloads the work book to the browser
            </summary>
            <param name="workbook">The workbook to be downloaded</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnExporting(Infragistics.Web.UI.GridControls.ExcelExportingEventArgs)">
            <summary>
            Raises the Exporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnExported(Infragistics.Web.UI.GridControls.ExcelExportedEventArgs)">
            <summary>
            Raises the Exported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnRowExporting(Infragistics.Web.UI.GridControls.ExcelRowExportingEventArgs)">
            <summary>
            Raises the Row Exporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnRowExported(Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs)">
            <summary>
            Raises the Row Exported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnCellExporting(Infragistics.Web.UI.GridControls.ExcelCellExportingEventArgs)">
            <summary>
            Raises the Cell Exporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnCellExported(Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs)">
            <summary>
            Raises the Cell Exported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnGridFieldCaptionExporting(Infragistics.Web.UI.GridControls.GridFieldCaptionExportingEventArgs)">
            <summary>
            Raises the GridFieldCaptionExporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnGridFieldCaptionExported(Infragistics.Web.UI.GridControls.GridFieldCaptionExportedEventArgs)">
            <summary>
            Raises the GridFieldCaptionExported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnGridRecordItemExporting(Infragistics.Web.UI.GridControls.GridRecordItemExportingEventArgs)">
            <summary>
            Raises the GridRecordItemExporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnGridRecordItemExported(Infragistics.Web.UI.GridControls.GridRecordItemExportedEventArgs)">
            <summary>
            Raises the GridRecordItemExported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnSummaryCellExporting(Infragistics.Web.UI.GridControls.SummaryCellExportingEventArgs)">
            <summary>
            Raises the SummaryCellExporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.OnSummaryCellExported(Infragistics.Web.UI.GridControls.SummaryCellExportedEventArgs)">
            <summary>
            Raises the SummaryCellExported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.ConvertWebToExcelBorderStyle(Infragistics.Documents.Excel.CellBorderLineStyle,Infragistics.Documents.Reports.BorderStyle,System.Web.UI.WebControls.Unit)">
            <summary>
            Converts a Web BorderStyle into an Excel BorderStyle.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.SetColumnWidth(Infragistics.Documents.Excel.WorksheetColumn,Infragistics.Documents.Excel.WorksheetCell)">
            <summary>
            Sets the width of the columns in the exported document.
            </summary>
            <remarks>
            If the contents of the current cell are wider than the
            contents of previous cells in the same column, then the column's width
            is expanded to accomodate the widest cell.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebExcelExporter.GetWidestLineLength(System.String)">
            <summary>
            Gets the width in characters of a multi-line cell's value.
            </summary>
            <returns>The number of characters in the longest line of text
            within a multi-line cell.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebExcelExporter.GridsRowSpacing">
            <summary>
            Determines how many rows will be inserted between multiple grids when they are exported on a single worksheet.
            The default value is 1.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebExcelExporter.WorkbookFormat">
            <summary>
            Determines the format of the exported excel file.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebExcelExporter.MimeType">
            <summary>
            Returns the MimeType that should be used for the file that's being exported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebExcelExporter.DownloadExtension">
            <summary>
            Returns the download extension for the workbook format being used
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebExcelExporter.DisableCellValueFormatting">
            <summary>
            Disables formatting of the cell value when grid BoundDataField or UnboundField has DataFormatString specified.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.Exporting">
            <summary>
            Occurs before the exporting start.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.Exported">
            <summary>
            Occurs when exporting is complete.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.RowExporting">
            <summary>
            Occurs before row exporting start.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.RowExported">
            <summary>
            Occurs when row exporting is complete.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.GridFieldCaptionExporting">
            <summary>
            Occurs before grid field caption item exporting starts.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.GridFieldCaptionExported">
            <summary>
            Occurs when grid field caption exporting is complete.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.GridRecordItemExporting">
            <summary>
            Occurs before grid record item exporting starts.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.GridRecordItemExported">
            <summary>
            Occurs when grid record item exporting is complete.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.SummaryCellExporting">
            <summary>
            Occurs before summary cell exporting starts.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.SummaryCellExported">
            <summary>
            Occurs when summary cell exporting is complete.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.CellExporting">
            <summary>
            Occurs before cell exporting start.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebExcelExporter.CellExported">
            <summary>
            Occurs when cell exporting is complete.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelExportingEventHandler">
            <summary>
            Delegate for Exporting event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelExportedEventHandler">
            <summary>
            Delegate for Exported event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelRowExportingEventHandler">
            <summary>
            Delegate for Row Exporting event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelRowExportedEventHandler">
            <summary>
            Delegate for Row Exported event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFieldCaptionExportingEventHandler">
            <summary>
            Delegate for GridFieldCaptionExporting event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFieldCaptionExportedEventHandler">
            <summary>
            Delegate for GridFieldCaptionExported event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRecordItemExportingEventHandler">
            <summary>
            Delegate for GridRecordItemExporting event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRecordItemExportedEventHandler">
            <summary>
            Delegate for GridRecordItemExported event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryCellExportingEventHandler">
            <summary>
            Delegate for SummaryCellExporting event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryCellExportedEventHandler">
            <summary>
            Delegate for SummaryCellExported event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelCellExportingEventHandler">
            <summary>
            Delegate for Cell Exporting event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelCellExportedEventHandler">
            <summary>
            Delegate for Cell Exported event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelExportingEventArgs">
            <summary>
            Excel document exporting event arguments class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ExcelExportingEventArgs.#ctor(Infragistics.Documents.Excel.Worksheet,System.Int32,System.Int32,System.Int32)">
            <summary>
            Creates a new ExcelExportingEventArgs instance
            </summary>
            <param name="ws">The worksheet being exported</param>
            <param name="rowIndex">The row index to start at</param>
            <param name="columnIndex">The column index to start at</param>
            <param name="outlineLevel">The outline level</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelExportingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelExportingEventArgs.Worksheet">
            <summary>
            Current exporting worksheet.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelExportingEventArgs.CurrentRowIndex">
            <summary>
            Index of the current exporting row in excel worksheet.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelExportingEventArgs.CurrentColumnIndex">
            <summary>
            Index of the current exporting column in excel worksheet.
            </summary>			
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelExportingEventArgs.CurrentOutlineLevel">
            <summary>
            Current outline level used for grouping.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelExportedEventArgs">
            <summary>
            Excel document exported event arguments class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelExportedEventArgs.CurrentRowIndex">
            <summary>
            Index of the current exporting row in excel worksheet.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelExportedEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs">
            <summary>
            Excel row exported event arguments class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs.WorksheetRow">
            <summary>
            Returns reference to WorkSheetRow just exported
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs.Worksheet">
            <summary>
            Current exporting worksheet.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs.CurrentRowIndex">
            <summary>
            Index of the current exporting row in excel worksheet.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs.CurrentColumnIndex">
            <summary>
            Index of the current exporting column in excel worksheet.
            </summary>			
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelRowExportedEventArgs.CurrentOutlineLevel">
            <summary>
            Current outline level used for grouping.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelRowExportingEventArgs">
            <summary>
            Excel row exporting event arguments class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelRowExportingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFieldCaptionExportingEventArgs">
            <summary>
            Excel GridFieldCaption exporting event arguments class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelCellExportingEventArgs">
            <summary>
            Excel cell exporting event arguments class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs">
            <summary>
            Excel cell exported event arguments class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs.WorksheetCell">
            <summary>
            Reference to the WorksheetCell that was just exported
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs.Worksheet">
            <summary>
            Current exporting worksheet.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs.CurrentRowIndex">
            <summary>
            Index of the current exporting row in excel worksheet.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs.CurrentColumnIndex">
            <summary>
            Index of the current exporting column in excel worksheet.
            </summary>			
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgs.CurrentOutlineLevel">
            <summary>
            Current outline level used for grouping.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFieldCaptionExportedEventArgs">
            <summary>
            Excel GridFieldCaption exported event arguments class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRecordItemExportingEventArgs">
            <summary>
            Excel GridRecordItem exporting event arguments class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRecordItemExportedEventArgs">
            <summary>
            Excel GridRecordItem exported event arguments class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryCellExportingEventArgs">
            <summary>
            Excel SummaryCellExporting exporting event arguments class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryCellExportedEventArgs">
            <summary>
            Excel SummaryCellExporting exported event arguments class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebWordExporter">
            <summary>
            Provides Word document exporting functionality to 
            the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> and 
            <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid"/>.
            </summary>    
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Documents.Word.Document)">
            <summary>
            Exports a data grid to the given Document object
            </summary>
            <param name="grid">The grid to export</param>
            <param name="document">The document object the exported grid should appear in</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.Export(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Exports a WebDataGrid to current Document object
            </summary>
            <param name="grid">The grid to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,Infragistics.Documents.Word.Document)">
            <summary>
            Exports a WebHierarchicalDataGrid to the current Document object
            </summary>
            <param name="grid">The grid to export</param>
            <param name="document">The document object the exported grid should appear in</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.Export(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid)">
            <summary>
            Exports a WebHierarchicalDataGrid to the current Document object
            </summary>
            <param name="grid">The grid to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.Export(Infragistics.Documents.Word.Document,System.Web.UI.WebControls.WebControl[])">
            <summary>
            Exports a collection of grids to the given Document object
            </summary>
            <param name="document">The document object the grids should appear in</param>
            <param name="grids">The grids to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.Export(System.Web.UI.WebControls.WebControl[])">
            <summary>
            Exports a collection of grids to the given Document object
            </summary>
            <param name="grids">The grids to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.ExportGrid(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Exports a WebDataGrid to the Document
            </summary>
            <param name="grid">The grid to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.ExportGrid(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid)">
            <summary>
            Exports a WebHierarchicalDataGrid to the Document
            </summary>
            <param name="grid">The grid to export</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.RenderTemplate(Infragistics.Web.UI.TemplateContainer)">
            <summary>
            Renders the specified TemplateContainer to string and returns the value.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnExporting(Infragistics.Web.UI.GridControls.WordExportingEventArgs)">
            <summary>
            Invoked before a document is exported.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnExported(Infragistics.Web.UI.GridControls.WordExportedEventArgs)">
            <summary>
            Invoked after a document is exported.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnRowExporting(Infragistics.Web.UI.GridControls.WordRowExportingEventArgs)">
            <summary>
            Raises the Row Exporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnRowExported(Infragistics.Web.UI.GridControls.WordRowExportedEventArgs)">
            <summary>
            Raises the Row Exported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnCellExporting(Infragistics.Web.UI.GridControls.WordCellExportingEventArgs)">
            <summary>
            Raises the Cell Exporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnCellExported(Infragistics.Web.UI.GridControls.WordCellExportedEventArgs)">
            <summary>
            Raises the Cell Exported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnSummaryCellExporting(Infragistics.Web.UI.GridControls.WordSummaryCellExportingEventArgs)">
            <summary>
            Raises the Summary Cell Exporting Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnSummaryCellExported(Infragistics.Web.UI.GridControls.WordSummaryCellExportedEventArgs)">
            <summary>
            Raises the Summary Cell Exported Event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnGridFieldCaptionExporting(Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportingEventArgs)">
            <summary>
            Invoked before a grid field caption is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the GridFieldCaptionExporting event.</p>
            </remarks>
            <param name="e">DocumentGridFieldCaptionExportingEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnGridFieldCaptionExported(Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportedEventArgs)">
            <summary>
            Invoked after a grid field caption is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the GridFieldCaptionExported event.</p>
            </remarks>
            <param name="e">DocumentGridFieldCaptionExportedEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnGridRecordItemExporting(Infragistics.Web.UI.GridControls.WordGridRecordItemExportingEventArgs)">
            <summary>
            Invoked before a data cell is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the GridRecordItemExporting event.</p>
            </remarks>
            <param name="e">DocumentGridRecordItemExportingEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebWordExporter.OnGridRecordItemExported(Infragistics.Web.UI.GridControls.WordGridRecordItemExportedEventArgs)">
            <summary>
            Invoked after a data cell is exported.
            </summary>
            <remarks>
            <p class="body">This method generates the GridRecordItemExported event.</p>
            </remarks>
            <param name="e">DocumentGridRecordItemExportedEventArgs event argument containing information to be passed to the event.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebWordExporter.MimeType">
            <summary>
            Returns the MimeType that should be used for the file that's being exported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebWordExporter.DownloadExtension">
            <summary>
            Returns the download extension for the file that is being exported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebWordExporter.Document">
            <summary>
            Returns the Document object that the grid will be exported to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebWordExporter.TargetPaperOrientation">
            <summary>
            Sets whether the document that the grid is exported to should have landscape or portrait paper orientation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebWordExporter.TargetPaperSize">
            <summary>
            Sets the size of the page that the grid will be exported to.
            </summary>
            <remarks>
            	<p class="body">Use this to customize the size of the document the grid is exported to.</p>
            	<p class="body">The page size is measured in points.</p>
            	<p class="body">You can either use a predefined size like A3, A4 or A5 from the <see cref="T:Infragistics.Documents.Reports.Report.PageSizes"/> enumeration or create a new <see cref="T:Infragistics.Documents.Reports.Report.PageSize"/> object with a custom width and height.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebWordExporter.Margins">
            <summary>
            Sets the size of the margins of the section that the grid is being exported to.
            </summary>
            <remarks>
            	<p class="body">Use this to customize the margin widths for the pages for the section that the grid will be exported to.  This will only affect the grid's section. Other sections in the document can have different margin settings.</p>
            	<p class="body">The margin sizes are measured in points.</p>
            	<p class="body">You can either use a predefined size like Narrow, Normal or Wide from the <see cref="T:Infragistics.Documents.Reports.Report.PageMargins"/> object or create a new PageMargins object with a custom size for each edge.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebWordExporter.MaxExportLevel">
            <summary>
            Sets the maximum child level that will be exported for a WebHierarchicalDataGrid.  -1 will export all levels (as DataExportMode allows)
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.Exporting">
            <summary>
            Fires before a document is exported. This event can be cancelled to stop the document export.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.Exported">
            <summary>
            Fires after a document is exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.RowExporting">
            <summary>
            Fires before a table row has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.RowExported">
            <summary>
            Fires after a table row has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.CellExporting">
            <summary>
            Fires before a cell is exported.  This event can be cancelled to stop the cell from being exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.CellExported">
            <summary>
            Fires after a cell has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.GridRecordItemExported">
            <summary>
            Fires after a GridRecordItem (a cell) has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.GridRecordItemExporting">
            <summary>
            Fires before a GridRecordItem (a cell) is exported.  This event can be cancelled to stop the cell from being exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.GridFieldCaptionExported">
            <summary>
            Fires after a GridFieldCaption has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.GridFieldCaptionExporting">
            <summary>
            Fires before a GridFieldCaption is exported.  This event can be cancelled to stop the caption from being exported.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.SummaryCellExported">
            <summary>
            Fires after a Summary cell has finished exporting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebWordExporter.SummaryCellExporting">
            <summary>
            Fires before a Summary cell is exported.  This event can be cancelled to stop the cell from being exported.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordExportingEventArgs">
            <summary>
            Word exporting event arguments class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordExportingEventArgs.#ctor(Infragistics.Documents.Word.Document)">
            <summary>
            Creates a new instance of WordExportingEventArgs
            </summary>
            <param name="document">The document that will be used for exporting</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordExportingEventArgs.Document">
            <summary>
            Returns the Document that the grid will be exported to
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordExportedEventArgs">
            <summary>
            Word exported event arguments class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordExportedEventArgs.#ctor(Infragistics.Documents.Word.Document)">
            <summary>
            Creates a new instance of WordExportingEventArgs
            </summary>
            <param name="document">The document that was used for exporting</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordExportedEventArgs.Document">
            <summary>
            Returns the Document that the grid was exported to
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordRowExportingEventArgs">
            <summary>
            Word row exporting event arguments class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordRowExportedEventArgs">
            <summary>
            Word row exported event arguments class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordRowExportedEventArgs.#ctor(Infragistics.Documents.Word.TableRow,Infragistics.Web.UI.GridControls.GridRecord,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of WordRowExportedEventArgs
            </summary>
            <param name="row">The row in the document that is being exported</param>
            <param name="gridRow">The grid row that is being exported, if one</param>
            <param name="isHeader">Whether the row is for the header</param>
            <param name="isFooter">Whether the row is for the footer</param>
            <param name="isSummary">Whether the row is for a summary</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordRowExportedEventArgs.Row">
            <summary>
            Returns the table row in the document that will be exported
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordRowExportingEventArgs.#ctor(Infragistics.Documents.Word.TableRow,Infragistics.Web.UI.GridControls.GridRecord,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of WordRowExportingEventArgs
            </summary>
            <param name="row">The row in the document that is being exported</param>
            <param name="gridRow">The grid row that is being exported, if one</param>
            <param name="isHeader">Whether the row is for the header</param>
            <param name="isFooter">Whether the row is for the footer</param>
            <param name="isSummary">Whether the row is for a summary</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordCellExportingEventArgs">
            <summary>
            Event args for the cell exporting event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordCellExportedEventArgs">
            <summary>
            Event args for the cell exported event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordCellExportedEventArgs.#ctor(Infragistics.Documents.Word.TableCell,Infragistics.Web.UI.GridControls.GridRecordItem,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of WordCellExportedEventArgs
            </summary>
            <param name="tableCell">The cell in the document that is being exported</param>
            <param name="gridCell">The grid cell that is being exported, if one</param>
            <param name="isHeader">Whether the cell is for the header</param>
            <param name="isFooter">Whether the cell is for the footer</param>
            <param name="isSummary">Whether the cell is for a summary</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordCellExportedEventArgs.TableCell">
            <summary>
            The table cell in the document that will have data exported to it
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordCellExportingEventArgs.#ctor(Infragistics.Documents.Word.TableCell,Infragistics.Web.UI.GridControls.GridRecordItem,System.Object,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of WordCellExportingEventArgs
            </summary>
            <param name="tableCell">The cell in the document that is being exported</param>
            <param name="gridCell">The grid cell that is being exported, if one</param>
            <param name="exportValue">The object being exported</param>
            <param name="isHeader">Whether the cell is for the header</param>
            <param name="isFooter">Whether the cell is for the footer</param>
            <param name="isSummary">Whether the cell is for a summary</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordCellExportingEventArgs.ExportValue">
            <summary>
            The value that will be exported to the cell in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordCellExportingEventArgs.HasExportValueChanged">
            <summary>
            Tracks whether the ExportValue property has been changed during the event. 
            </summary>
            <remarks>
            <p class="body">
            Returns true if the ExportValue property was changed and false if it's still the same as 
            the value of the cell.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordSummaryCellExportedEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentSummaryCellCaptionExported event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordSummaryCellExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.ControlDataField,Infragistics.Web.UI.GridControls.Summary,Infragistics.Documents.Word.TableCell)">
            <summary>
            Creates a new DocumentSummaryCellExportedEventArgs object.
            </summary>
            <param name="column">The column that the summary belongs to</param>
            <param name="summary">The summary that is being exported</param>
            <param name="cell">The cell in the document that the grid cell was exported to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordSummaryCellExportedEventArgs.Cell">
            <summary>
            The table cell in the document that will have data exported to it
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordSummaryCellExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentSummaryCellCaptionExporting event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordSummaryCellExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.ControlDataField,Infragistics.Web.UI.GridControls.Summary,System.Object,Infragistics.Documents.Word.TableCell)">
            <summary>
            Creates a new DocumentSummaryCellExportedEventArgs object.
            </summary>
            <param name="column">The column that the summary belongs to</param>
            <param name="summary">The summary that is being exported</param>
            <param name="exportValue">The value of the caption that's going to be exported.</param>
            <param name="cell">The cell in the document that the grid cell was exported to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordSummaryCellExportingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordSummaryCellExportingEventArgs.ExportValue">
            <summary>
            The value that will be exported to the cell in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordSummaryCellExportingEventArgs.HasExportValueChanged">
            <summary>
            Tracks whether the ExportValue property has been changed during the event. 
            </summary>
            <remarks>
            <p class="body">
            Returns true if the ExportValue property was changed and false if it's still the same as 
            the value of the cell.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentGridFieldCaptionExporting event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportedEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentGridFieldCaptionExporting event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridField,Infragistics.Web.UI.GridControls.GridFieldCaption,Infragistics.Documents.Word.TableCell,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of DocumentGridRecordItemExportedEventArgs
            </summary>
            <param name="column">The grid column of the caption that is being exported</param>
            <param name="caption">The caption that is being exported</param>
            <param name="cell">The cell in the document that the grid cell was exported to</param>
            <param name="isHeaderCell">Whether the row is the header</param>
            <param name="isFooterCell">Whether the row is the footer</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportedEventArgs.Cell">
            <summary>
            The table cell in the document that will have data exported to it
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridField,Infragistics.Web.UI.GridControls.GridFieldCaption,System.Object,Infragistics.Documents.Word.TableCell,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of DocumentGridFieldCaptionExportingEventArgs
            </summary>
            <param name="column">The grid column of the caption that is being exported</param>
            <param name="caption">The caption that is being exported</param>
            <param name="exportValue">The value of the caption that's going to be exported.</param>
            <param name="cell">The cell in the document that the grid cell was exported to</param>
            <param name="isHeaderCell">Whether the row is the header</param>
            <param name="isFooterCell">Whether the row is the footer</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportingEventArgs.ExportValue">
            <summary>
            The value that will be exported to the cell in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportingEventArgs.HasExportValueChanged">
            <summary>
            Tracks whether the ExportValue property has been changed during the event. 
            </summary>
            <remarks>
            <p class="body">
            Returns true if the ExportValue property was changed and false if it's still the same as 
            the value of the cell.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridFieldCaptionExportingEventArgs.Cell">
            <summary>
            The table cell in the document that will have data exported to it
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordGridRecordItemExportingEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentGridRecordItemExporting event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WordGridRecordItemExportedEventArgs">
            <summary>
            Event argument that is passed to event handlers for the DocumentGridRecordItemExporting event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordGridRecordItemExportedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,Infragistics.Documents.Word.TableCell)">
            <summary>
            Creates a new instance of DocumentGridRecordItemExportedEventArgs
            </summary>
            <param name="gridCell">The grid data cell being exported</param>
            <param name="cell">The cell in the document that the grid cell was exported to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridRecordItemExportedEventArgs.Cell">
            <summary>
            The table cell in the document that had data exported to it
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WordGridRecordItemExportingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,System.Object,Infragistics.Documents.Word.TableCell)">
            <summary>
            Creates a new instance of DocumentGridRecordItemExportedEventArgs
            </summary>
            <param name="gridCell">The grid data cell being exported</param>
            <param name="exportValue">The value of the cell that's going to be exported.</param>
            <param name="cell">The cell in the document that the grid cell was exported to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridRecordItemExportingEventArgs.Cancel">
            <summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridRecordItemExportingEventArgs.ExportValue">
            <summary>
            The value that will be exported to the cell in the report. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WordGridRecordItemExportingEventArgs.HasExportValueChanged">
            <summary>
            Tracks whether the ExportValue property has been changed during the event. 
            </summary>
            <remarks>
            <p class="body">
            Returns true if the ExportValue property was changed and false if it's still the same as 
            the value of the cell.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FieldCaption">
            <summary>
            The class contains methods and properties of the grid's field caption. The field captions appear in both header and footer
            for every column of the grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaption.#ctor">
            <summary>
            Creates a new FieldCaption
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaption.#ctor(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Creates a new FieldCaption
            </summary>
            <param name="ownerField">The owner field</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaption.CopyPropertiesTo(Infragistics.Web.UI.GridControls.FieldCaption)">
            <summary>
            Copies the properties of this FieldCaption to given one
            </summary>
            <param name="caption">The FieldCaption to copy properties to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaption.GetTextNode">
            <summary>
            Returns text node of the field caption.
            </summary>
            <returns>Text node if it has any, null otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaption.ToString">
            <summary>
            Text representation of the object.
            </summary>
            <returns>Text representation of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaption.ResetTemplateContainer">
            <summary>
            If the template container is not null, clears its controls and sets it to null
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaption.FindControl(System.String)">
            <summary>
            This method searches for a locates control objects within the TemplateContainer associated with this UIObject by using
            the Id parameter to match against control Ids.
            </summary>
            <param name="id">The string Id value for the control to be located.</param>
            <returns>If a control is located within the TemplateContainer of this UIObject that matches the passed in Id, the control
            reference is returned.  Otherwise null is returned.</returns>
            <remarks>
            The TemplateContainer is tagged with the INamingContainer interface.  So the Id passed to this method must match the Id of a control
            within that NamingContainer.  
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.OwnerField">
            <summary>
            Returns the Field that owns this caption
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.FieldKey">
            <summary>
            Key of the field the caption belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.Text">
            <summary>
            Text of the field caption. The text is displayed in the caption when it's rendered to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.Tooltip">
            <summary>
            Tooltip for the field caption. The tooltip text is displayed on the client once the caption gets the mouse cursor over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.Index">
            <summary>
            Index of the caption inside of its owner collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.XmlAttributes">
            <summary>
            Xml attributes to render into the XML rendering for the field caption node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.HasXmlAttributes">
            <summary>
            Indicates whether the caption has any predefined Xml attributes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.TemplateId">
            <summary>
            Id of the template from the <see cref="P:Infragistics.Web.UI.GridControls.BaseGrid.Templates"/> collection associated with the caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.Infragistics#Web#UI#GridControls#ITemplatedGridObject#Template">
            <summary>
            Reference to the template associated with the caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.TemplateContainer">
            <summary>
            Container control of the template associated with the caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaption.HasTemplate">
            <summary>
            Indicates whether the caption has a template associated with it.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FieldCaptionCollection">
            <summary>
            Field caption collection. Defines both header and footer captions of the grid's columns.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaptionCollection.#ctor(Infragistics.Web.UI.GridControls.FieldCollection)">
            <summary>
            Creates a new FieldCaptionCollection
            </summary>
            <param name="fields">The field collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaptionCollection.GetItem(System.Int32)">
            <summary>
            Returns the FieldCaption at the given index
            </summary>
            <param name="index">The index</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCaptionCollection.IndexOf(Infragistics.Web.UI.GridControls.FieldCaption)">
            <summary>
            Returns the index of the given item
            </summary>
            <param name="item">The item to find</param>
            <returns>The index or -1 if not found</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaptionCollection.Fields">
            <summary>
            Returns the colleciton of fields
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaptionCollection.Grid">
            <summary>
            Returns the owner Grid
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaptionCollection.Item(System.Int32)">
            <summary>
            Rrturns the FieldCaption at the given index
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaptionCollection.Count">
            <summary>
            Returns the number of fields
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaptionCollection.NodeName">
            <summary>
            Returns the name of the nodes
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCaptionCollection.XmlAttributes">
            <summary>
            Gets the XmlAttributes that will be used in the XML rendering of the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FieldCollection">
            <summary>
            A collection for storing fields in a grid control
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IVisibleItemsEnumerable.GetEnumerator">
            <summary>
            Provides reference to the visible items enumerator.
            </summary>
            <returns>Visible items enumerator.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.#ctor">
            <summary>
            Creates a new FieldCollection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.#ctor(Infragistics.Web.UI.GridControls.BaseGrid)">
            <summary>
            Creates a new FieldCollection
            </summary>
            <param name="ownerGrid">The grid that this field collection belongs to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.#ctor(Infragistics.Web.UI.GridControls.GroupField)">
            <summary>
            Creates a new FieldCollection
            </summary>
            <param name="grpField">The grouped filed (multi-column header) that this collection belongs to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.#ctor(Infragistics.Web.UI.GridControls.GroupField,Infragistics.Web.UI.GridControls.BaseGrid)">
            <summary>
            Creates a new FieldCollection
            </summary>
            <param name="grpField">The grouped filed (multi-column header) that this collection belongs to</param>
            <param name="ownerGrid">The grid that this field collection belongs to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates an object for the collection from the string version of its type
            </summary>
            <param name="objectType">The string representation of the object's type</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.Add(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Adds the given field to the end of the collection
            </summary>
            <param name="item">Field to add</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.Insert(System.Int32,Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Inserts the item at the specified index
            </summary>
            <param name="index">Index to insert the item at</param>
            <param name="item">Field to insert</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.FromKey(System.String)">
            <summary>
            Returns a field based upon its key
            </summary>
            <param name="key">The key of the field to match</param>
            <returns>ControlDataField with matching key</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.FromIDPair(Infragistics.Web.UI.GridControls.IDPair)">
            <summary>
            Returns a field based upon its IDPair
            </summary>
            <param name="idPair">IDPair of the desired field</param>
            <returns>ControlDataField with matchin IDPair</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.FromVisibleIndex(System.Int32)">
            <summary>
            Returns a field based upon its visible index
            </summary>
            <param name="visibleIndex">The visible index of the field</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.ResolveUniqueKey(System.String)">
            <summary>
            Returns a unique key for this collection based upon the given key.
            </summary>
            <param name="key">Desired key</param>
            <returns>The unique key</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.GetFirstVisbleColumn">
            <summary>
            Returns the first visible column
            GetFirstVisbleColumn is obsolete. Left for backward compatibility. It simply refers to GetFirstVisibleColumn. Please change your logic to refer to GetFirstVisibleColumn.
            </summary>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ControlDataField"/></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.GetFirstVisibleColumn">
            <summary>
            Returns the first visible column
            </summary>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ControlDataField"/></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FieldCollection.OnClear">
            <summary>
            Called when clearing the collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCollection.GroupField">
            <summary>
            Returns the grouped field (multi-column header) that owns this collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCollection.Grid">
            <summary>
            Returns reference to the Grid who owns this collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCollection.Band">
            <summary>
            Returns reference to the Band who owns this collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCollection.Item(System.Int32)">
            <summary>
            Returns the ControlDataField at the specified index
            </summary>
            <param name="index">The index into the collection</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCollection.HasItemTemplates">
            <summary>
            Returns false
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCollection.HasUnboundField">
            <summary>
            Returns true if a column in the collection is an UnboundField
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCollection.HeaderRegion">
            <summary>
            This is set during databinding when we have multi-column headers to indicate
            which columns belong to the same group.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FieldCollection.XmlAttributes">
            <summary>
            Gets the XmlAttributes that will be used in the XML rendering of the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FooterCaptionCollection">
            <summary>
            A collection of FooterCaption
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FooterCaptionCollection.#ctor(Infragistics.Web.UI.GridControls.FieldCollection)">
            <summary>
            Creates a new FooterCaptionCollection
            </summary>
            <param name="fields">The FieldCollection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FooterCaptionCollection.GetItem(System.Int32)">
            <summary>
            Returns the FieldCaption at the given index
            </summary>
            <param name="index">The index</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FooterCaptionCollection.NodeName">
            <summary>
            Returns Footer
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridDataBot">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridDataBot.#ctor(Infragistics.Web.UI.GridControls.BaseGrid)">
            <summary>
            
            </summary>
            <param name="grid"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridDataBot.BindRow(Infragistics.Web.UI.GridControls.ControlDataRecord,System.Int32)">
            <summary>
            
            </summary>
            <param name="row"></param>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridDataBot.BindRow(Infragistics.Web.UI.GridControls.ControlDataRecord)">
            <summary>
            
            </summary>
            <param name="row"></param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridDataBot.Grid">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HeaderCaptionCollection">
            <summary>
            A collection of HeaderCaption
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderCaptionCollection.#ctor(Infragistics.Web.UI.GridControls.FieldCollection)">
            <summary>
            Creates a new HeaderCaptionCollection
            </summary>
            <param name="fields">The FieldCollection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderCaptionCollection.GetItem(System.Int32)">
            <summary>
            Returns the FieldCaption at the given index
            </summary>
            <param name="index">The index</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HeaderCaptionCollection.NodeName">
            <summary>
            Returns Header
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ParentObjectTypeAttribute">
            <summary>
            Marks an object with its parent class type.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.TemplateControlRender">
            <summary>
            Used to render templates to string.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VisibleItemsEnumerator.AdjustVisibleIndices(Infragistics.Web.UI.GridControls.IVisibleItem,System.Int32)">
            <summary>
            Scans the visible items and adjusts the indices if any of the item changed its visible index.
            </summary>
            <param name="item"></param>
            <param name="newIndex">New  visible index of the item.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VisibleItemsEnumerator.MappedIndices">
            <summary>
            Visible order of the items.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.AutoGeneratedDataField">
            <summary>
            Represents a column or field that was generated from the DataSource of the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BoundDataField">
            <summary>
            Represents a column or field in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FormattedGridField">
            <summary>
            A grid field for WebDataGrid that has a DataFormatString
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridField">
            <summary>
            A grid field for WebDataGrid
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.#ctor">
            <summary>
            Creates an instance of the GridField class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.#ctor(System.Boolean)">
            <summary>
            Creates an instance of the GridField class.
            </summary>
            <param name="trackViewState">True if the object should be added to the viewstate.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.ShouldSerializeHeader">
            <summary>
            Determines if Header property should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.ShouldSerializeFooter">
            <summary>
            Determines if Footer property should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.ShouldSerializeWidth">
            <summary>
            Returns bool indicating if the Width is empty
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.CreateHeaderCaption">
            <summary>
            This creates a new GridFieldCaption as the header for this field
            </summary>
            <returns>A FieldCaption</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.CreateFooterCaption">
            <summary>
            This creates a new GridFieldCaption as the footer for this field
            </summary>
            <returns>A FieldCaption</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.FormatValue(System.Object)">
            <summary>
            Formats the given value according to this field's formatting.
            </summary>
            <param name="value">The value to format</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.FormattedString(System.Object)">
            <summary>
            Formats the given value according to this field's formatting.
            </summary>
            <param name="value">The value to format</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the fields properties to another ControlDataField
            </summary>
            <param name="field">Field to copy props to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField,System.Boolean)">
            <summary>
            Copies the fields properties to another ControlDataField
            </summary>
            <param name="field">Field to copy props to</param>
            <param name="track">Whether to track the journal state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.OnPropertyChange(System.String,System.Object)">
            <summary>
            Event fired when a property changes on this field
            </summary>
            <param name="id"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Ensures that certain attributes are rendered on the <see cref="T:Infragistics.Web.UI.GridControls.GridField">GridField</see>
            </summary>
            <param name="attributes">A Hashtable of attributes that should be used in the XML rendering of the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridField.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Is called when an object is added to collection. This was refactored a bit
            so that the objects which inherite from this class can overwrite this method
            and their own logic.
            </summary>
            <param name="owner">The collection the object is being added to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.Header">
            <summary>
            Gets the GridFieldCaption object that is assigned to the header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.HasHeader">
            <summary>
            Returns true if there is a header caption object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.Footer">
            <summary>
            Gets the GridFieldCaption object that contains the footer information.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.HasFooter">
            <summary>
            Returns true if there is a FooterCaption object
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.CssClass">
            <summary>
            Gets/sets the css class name that will be set to the grid field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.Width">
            <summary>
            Gets/sets the width of the GridField.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.WidthResolved">
            <summary>
            Returns the resolved column width, using default column width if this is empty
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.XmlAttributes">
            <summary>
            Gets the XmlAttributes that will be used in the XML rendering of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.VisibleIndex">
            <summary>
             Visible index of field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.Key">
            <summary>
            Key that identifies the field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.PropCount">
            <summary>
            Returns number of properties for the client state supported by the sorting behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridField.Grid">
            <summary>
            Returns the Grid that owns this field
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridField.GridFieldChanged">
            <summary>
            Event handlers for property changed event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FormattedGridField.#ctor">
            <summary>
            Creates an instance of the FormattedGridField class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FormattedGridField.#ctor(System.Boolean)">
            <summary>
            Creates an instance of the FormattedGridField class.
            </summary>
            <param name="trackViewState">True if the object should be added to the viewstate.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FormattedGridField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the properties of this FormattedGridField to the given field
            </summary>
            <param name="field">The field who will have the properties copied to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FormattedGridField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField,System.Boolean)">
            <summary>
            Copies the properties of this FormattedGridField to the given field
            </summary>
            <param name="field">The field who will have the properties copied to</param>
            <param name="track">Whether to track the journal state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FormattedGridField.FormattedString(System.Object)">
            <summary>
            Returns the string value respecting the formatting information.
            </summary>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FormattedGridField.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FormattedGridField.DataFormatString">
            <summary>
            The formatting that is applied to the field's values. For example, "{0:d} or {0:c}".
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FormattedGridField.EnableMultiline">
            <summary>
            Whether the \n occurances in the text of this field will be replaced with &lt;BR /&gt;.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FormattedGridField.HtmlEncode">
            <summary>
            Whether the field is HTML encoded when displayed to the user.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundDataField.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.BoundDataField">BoundDataField</see> class with default settings.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundDataField.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.BoundDataField">BoundDataField</see> class.
            </summary>
            <param name="trackViewState">Whether viewstate should be tracked fro the column/field</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundDataField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the properties of this BoundDataField to the given field
            </summary>
            <param name="field">The field who will have the properties copied to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundDataField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField,System.Boolean)">
            <summary>
            Copies the properties of this BoundDataField to the given field
            </summary>
            <param name="field">The field who will have the properties copied to</param>
            <param name="track">Whether to track the journal state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundDataField.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundDataField.FormatValue(System.Object)">
            <summary>
            Formats the given value according to the fields DataFormatString
            </summary>
            <param name="value">The value to format</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundDataField.SaveViewState">
            <summary>
            Saves the view state of the BoundDataField, calls base and added the DataSourceField object
            if it has been set to viewstate as well.
            </summary>
            <returns>Saved view state object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundDataField.LoadViewState(System.Object)">
            <summary>
            Loads the view state after returning from the client. Calls base and recreats the 
            the DataSourceField object if it has been saved.
            </summary>
            <param name="state">Previously saved view state object.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundDataField.DataFieldName">
            <summary>
            Name of the field in the data source the BoundDataField is bound to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundDataField.DataSourceField">
            <summary>
            Gets/Sets the <see cref="T:Infragistics.Web.UI.Framework.Data.DataField">DataField</see> associated with he column/filed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundDataField.DataType">
            <summary>
            Full type name, for example System.Int32, System.DateTime, etc., 
            that should be used for the field in case the field original type is not available
            for the grid.
            </summary>
            <remarks>
            Setting this property will ensure that correct editor is used for the columns 
            which are bound to empty data sources as some of the data source do not provide
            any data field type information if no rows are present in the table.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundDataField.Type">
            <summary>
            Type of the items in the field. If not set explicitly returns the data source's field type.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundDataField.AllowDBNulls">
            <summary>
            Returns whether the database column has AllowDBNull set to true
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundDataField.IsNullable">
            <summary>
            Returns whether the data for this column is nullable
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.AutoGeneratedDataField.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.AutoGeneratedDataField">AutoGeneratedDataField</see> class with default settings.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.AutoGeneratedDataField.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.AutoGeneratedDataField">AutoGeneratedDataField</see> class.
            </summary>
            <param name="trackViewState">Whether viewstate should be tracked fro the column/field</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ActivationAutoPostBackFlags">
            <summary>
            An object containing information on when the server events will be called.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ActivationAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for ActivationAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ActivationAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ActivationAutoPostBackFlags.ActiveCellChanged">
            <summary>
            Gets sets auto postback options applied to ActiveCellChanged event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ActivationAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ActivationClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.GridControls.Activation">Activation</see> behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ActivationClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ActivationClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.Activation,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.ActivationClientEvents">ActivationClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState">Whether to track view state</param>
            <param name="activation">The activation behavior</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ActivationClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ActivationClientEvents.ActiveCellChanging">
            <summary>
            Event fired before a cell becomes Active. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ActivationClientEvents.ActiveCellChanged">
            <summary>
            Event fired after a cell becomes active.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ActiveCellChangedEventHandler">
            <summary>
            Represests the method that will handle the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.ActiveCellChanged"/> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> conrol.
            </summary>
            <param name="sender"></param>
            <param name="e">The event arguments</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ActiveGroupedRowChangedEventHandler">
            <summary>
            Represests the method that will handle the <see cref="E:Infragistics.Web.UI.GridControls.ContainerGrid.ActiveGroupedRowChanged"/> event of a <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid"/> conrol.
            </summary>
            <param name="sender"></param>
            <param name="e">The event arguments</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGrid">
            <summary>
            Server editing events for WebDataGrid
            </summary>
            <summary>
            AJAX enabled Grid Control which is capable of displaying tabular information from a variety of datasources.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IGridBehaviorContainer">
            <summary>
            Implemented by a behavior container.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IGridBehaviorContainer.Behaviors">
            <summary>
            Reference to the child behaviors of the container.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ISupportClientRendering">
            <summary>
            Interface is implemented by controls that support client templates rendering.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportClientRendering.EnableClientRendering">
            <summary>
            Enables client templates generation and rendering of final HTML on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportClientRendering.ClientRenderingTemplate">
            <summary>
            Gets or sets the client rendering template.
            </summary>
            <value>The client rendering template.</value>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.#ctor">
            <summary>
            The control's default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ShouldSerializeColumns">
            <summary>
            Allows the Columns to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.EnsureHeaderCaptions">
            <summary>
            Ensures that the header xml is set up
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.EnsureFooterCaptions">
            <summary>
            Ensures that the footer xml is set up
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateRecordCollection">
            <summary>
            Overrides the record collection creation so it participates in the rendering
            of the grid.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.GridRecordCollection"/> object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateRecord">
            <summary>
            Overrides creating of the record so it participates in the grid rendering.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.GridRecord"/> object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ShouldSerializeAutoPostBackFlags">
            <summary>
            Enables persistence for AutoPostBackFlags.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ShouldSerializeEditorProviders">
            <summary>
            Allows the EditorProviders to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ShouldSerializeAjaxIndicator">
            <summary>
            Check if AjaxIndicator has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ResetAjaxIndicator">
            <summary>Clears the AjaxIndicator</summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.AddColumn(Infragistics.Web.UI.GridControls.ControlDataField,System.String,System.String)">
            <summary>
            Adds a column and corresponding header and footer into appropriate collections:
            <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.Columns"/>, .
            </summary>
            <param name="field">Column object to add to the <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.Columns"/> collection.</param>
            <param name="key">A unique key that identifies the column.</param>
            <param name="headerText">The header that should be used for the corresponding header.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ClearLayout">
            <summary>
            Clears following collections: <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.Columns"/>, Rows, Fields, and ColumnSettings of behaviors.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateFieldCollection">
            <summary>
            Creates a new FieldCollection referencing this grid.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateChildControls">
            <summary>
            Overrides base class' method. Ensures that the grid's child controls are properly created.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ClearFields">
            <summary>
            Clears internal layouts of columns, headers, and footers.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ClearFields(System.Boolean)">
            <summary>
            Clears internal layouts of columns, headers, and footers.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.FindColumn(System.String)">
            <summary>
            Located the column in the columns collection. Searches through all
            the GoupedFields and its columns is multi-headers are used
            </summary>
            <param name="key">The column key for the column which should be found</param>
            <returns>The column</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CopyFields">
            <summary>
            Copies columns. headers, and footers from the developer set public collections: 
            <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.Columns"/>,  to the internal
            layouts of those objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ReinitFields">
            <summary>
            Reinitializes the fields as they've already been created.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.FillFields">
            <summary>
            Fills the internal layout with pre-set columns from the aspx
            and depending on the <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.AutoGenerateColumns"/> property setting
            adds automatically generated columns.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.AddField(Infragistics.Web.UI.GridControls.ControlDataField,System.String,System.String)">
            <summary>
            Adds a field to the Fields collection and if multi-column headers are present its also added to the ColumnsInternal collection.
            </summary>
            <param name="field">The field to add</param>
            <param name="key">The field's key</param>
            <param name="headerText">The header text for the field</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.InitRecord(Infragistics.Web.UI.GridControls.ControlDataRecord,System.Int32)">
            <summary>
            Data binds specified column to current data source.
            </summary>
            <param name="row">Row to data bind.</param>
            <param name="index">Index of the row.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateDataSourceSelectArguments">
            <summary>
            Creates DataSourceSelectArguments specific to the grid.
            </summary>
            <returns>A new instance of the DataSourceSelectArguments object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.DataSourceReassigned">
            <summary>
            This is used to set this.RequireRecordsClear = true
            when the DataSouce or DataSourceID property is set.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.DataBind">
            <summary>
            Data binds the grid to currently assigned data source. If <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.AutoGenerateColumns"/> is set to True 
            all of the columns available off the data source will be added to the columns set up in the <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.Columns"/>
            collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ClearDataSource">
            <summary>
            Clear the grid's DataSource and DataSourceID properties, as well all objects
            that are depening on the DataSource.  This function should be called, right before 
            a new data source is assigned to the grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.FireInitializeRow">
            <summary>
            Fires the initialize row server event for all rows.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateDataSourceObject(System.Object)">
            <summary>
            Creates a DataSourceObject from the given data source
            </summary>
            <param name="dataSource">The data source</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateRunBot">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.Framework.RunBot"/> object 
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateRenderer">
            <summary>
            Overrides the rendering object creation for the grid.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.GridRenderer"/> object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ResetXml">
            <summary>
            Resets the grid's xml
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.EnsureXPathChildren">
            <summary>
            Enusre the grid xml is set up
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateBehaviors">
            <summary>
            Creates a new Behaviors collection referencing this grid.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnInit(System.EventArgs)">
            <summary>
            Overrides base class' OnInit method. Adds behaviors initialization for the grid.
            </summary>
            <param name="e">Event arguments related to the OnInit method.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.FinishInitializing">
            <summary>
            Initialized Behaviors and connects editor providers is needed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnUnload(System.EventArgs)">
            <summary>
            Called when the data grid unlodads.  Unloads the behaviors and disconnects the editor providers.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.EnsureChildControls">
            <summary>
            Calls base.EnsureChildControls if there is a datasource or data view state is on or a postback
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.EnsureDataBoundInternal">
            <summary>
            Calls EnsureDataBound()
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.EnsureDataBound">
            <summary>
            Overrides parent class method. Ads logic related to the grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnLoad(System.EventArgs)">
            <summary>
            Overrides base class' OnLoad method. Adds loading logic for the grid.
            </summary>
            <param name="e">Event arguments related to the OnLoad method.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnPreRender(System.EventArgs)">
            <summary>
            Overrides the base class' prerender to generate hidden css classes
            </summary>
            <param name="e">PreRender event args</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ShouldGenerateHiddenCssClasses">
            <summary>
            Determines when the hidden class to be regenerated.
            </summary>
            <returns>True to re-register the class, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ShouldGenerateHiddenCssClasses(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Determines when the hidden class for the field needs to be regenerated. 
            </summary>
            <param name="field">Field to consider</param>
            <returns>True to re-register the class, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.GenerateHiddenCssClasses">
            <summary>
            Generates the hidden css classes for hidden columns
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.SaveViewState">
            <summary>
            Saves the view state of the grid when rendering down to the client.
            </summary>
            <returns>Saved view state object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.LoadViewState(System.Object)">
            <summary>
            Loads the view state after returning from the client.
            </summary>
            <param name="savedState">Previously saved view state object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.TrackViewState">
            <summary>
            Enables view state tracking for underlying objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnItemCommand(System.Object,Infragistics.Web.UI.GridControls.HandleCommandEventArgs)">
            <summary>
            The OnItemCommand method calls the delegate for the ItemCommand event
            </summary>
            <param name="sender">The grid from where the event was fired.</param>
            <param name="e">The EventArgs which contains the original event args.</param>
            <returns>A boolean value indicating whether the item command was handled.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnBubbleEvent(System.Object,System.EventArgs)">
            <summary>
            
            </summary>
            <param name="source"></param>
            <param name="args"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnInitializeRow(System.Object,Infragistics.Web.UI.GridControls.RowEventArgs)">
            <summary>
            The OnInitializeRow method calls the delegate for the InitializeRow event
            </summary>
            <param name="sender">The grid from where the event was fired.</param>
            <param name="e">The EventArgs which contains the original event args.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnCustomDataBinding">
            <summary>
            Fires the CustomDataBinding event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CreateDataBindingEventArgs(Infragistics.Web.UI.Framework.Data.DataSourceObjectView)">
            <summary>
            This creates DataBindingEventArgs for DataBinding event
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.HandleCustomBindingCancel(Infragistics.Web.UI.Framework.Data.DataSourceObjectView,Infragistics.Web.UI.GridControls.DataBindingEventArgs)">
            <summary>
            This handles custom binding arguments after CustomDataBinding has fired
            </summary>
            <param name="dsov">The grid's datasource object view to modify</param>
            <param name="args">The event args from the CustomDataBinding Event</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.OnHeaderCheckBoxClicked(System.Object,Infragistics.Web.UI.GridControls.HeaderCheckBoxEventArgs)">
            <summary>
            The OnInitializeRow method calls the delegate for the InitializeRow event
            </summary>
            <param name="sender">The grid from where the event was fired.</param>
            <param name="e">The EventArgs which contains the original event args.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.RequireDataBinding(System.Boolean)">
            <summary>
            Resets an internal flag to require data binding.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during LoadPostData during a Callback. This method should be used perform any operations neccessary for the callback.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
            <remarks>
            In addition to the base class functionality the method handles asynchronous requests from a behavior.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.RequestFullAsyncRender">
            <summary>
            During internal async post back the method will enable the 
            grid to rerender itself as a whole.
            </summary>
            <remarks>
            Usually internal async post backs are initiated to update only part of the grid.
            Calling this method during an async post back will enforce the grid to update its
            HTML and reinitialize itself entirely as if the page was just loaded.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback. This method should be used to render any html or objects that need
            to be sent down in the Callback's response. 
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
            <remarks>
            In addition to the base class functionality the method handles asynchronous requests from a behavior.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ResetToDefault">
            <summary>
            Resets the grid to its default view as if it was just loaded for the first time
            with no selection, sorted columns etc.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.PartialResetToDefault">
            <summary>
            Paritally resets the grid to its default view.  Does not clear selection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.InstantiateTemplates">
            <summary>
            Overriden. Instantiates templates of the grid if any are assigned.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.GetJSONDataSource(System.Text.StringBuilder,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})">
            <summary>
            Returns a JSON strings that represents the current records in the data source
            </summary>
            <param name="builder"></param>
            <param name="boundfieldNames"></param>
            <param name="unboundfieldNames"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebDataGrid.ProcessGridAction(System.String,System.Object,System.Object)">
            <summary>
            This processes actions on the grid not asscociate with a particular behavior.
            </summary>
            <param name="type"></param>
            <param name="value"></param>
            <param name="tag"></param>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.ActiveCellChanged">
            <summary>
            Occurs when the ActiveCell changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.FixedStateChanged">
            <summary>
            Occurs when a column is fixed/unfixed by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.ColumnMoved">
            <summary>
            Occurs when a column is moved by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.ColumnResized">
            <summary>
            Occurs when a column is resized by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowUpdating">
            <summary>
            Event that is fired every time a row is about to be updated in the database.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowUpdated">
            <summary>
            Event that is fired every time a row has been updated.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowsDeleting">
            <summary>
            Event that is fired every time a row is about to be deleted.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowDeleted">
            <summary>
            Event that is fired every time a row is deleted.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowAdding">
            <summary>
            Event that is fired every time a row about to be added.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowAdded">
            <summary>
            Event that is fired every time a row has been added.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.CalculateCustomSummary">
            <summary>
            Event that is fired whenever each custom summary needs to be calculated
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.CalculateSummary">
            <summary>
            Event that is fired whenever each normal summary type needs to be calculated because the grid
            is doing custom binding
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.SummaryCalculated">
            <summary>
            Event that is fired whenever a standard summary is calculated (any summary which is not a custom summary).  
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.DataFiltering">
            <summary>
            Occurs when a filters are about to be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.DataFiltered">
            <summary>
            Occurs when a filters have be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.PopulateUniqueFilterValues">
            <summary>
            Occurs when a filters have be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.PageIndexChanged">
            <summary>
            Occurs when a page has changed by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.CellSelectionChanged">
            <summary>
            Occurs when the SelectedCells collection changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowSelectionChanged">
            <summary>
            Occurs when the SelectedRows collection changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.ColumnSelectionChanged">
            <summary>
            Occurs when the SelectedColumns collection changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.ColumnSorted">
            <summary>
            Occurs when a column is sorted by a user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.DefaultColumnWidth">
            <summary>
            The default column width that will be applied to all columns, for whom the width has not been set.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.AutoGenerateColumns">
            <summary>
            Defines whether the grid generates columns automatically during the data binding process.
            </summary>
            <remarks>
            The grid can automatically generate a column for every field in the data source.
            If the property is set to True the automatically created columns will be added to 
            the ones set up in the aspx file. If the property is set to False the grid will use only
            the columns that set up in the aspx file.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.Columns">
            <summary>
            Contains definition of the grid's columns. 
            </summary>
            <remarks>
            The property is available to be used publicly and is serialized 
            into the aspx file. When the <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.AutoGenerateColumns"/> property is
            set to False all of the columns in the grid are taken from this collection,
            there is no additionally generated columns in this case.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HasColumns">
            <summary>
            Indicates if the columns collection was created.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HasTemplatedColumn">
            <summary>
            Indicates if one of the columns in the collection (or a group field's collumns) is templated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ShowHeader">
            <summary>
            Determines if the column headers will be visible on the WebDataGrid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ShowFooter">
            <summary>
            Determines if the column footers will be visible in the WebDataGrid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.Rows">
            <summary>
            Collection of rows for the grid.
            </summary>
            <remarks>
            The collection is being filled on demand. If any of the rows is requested the grid will
            bind this row to the data at this moment and return requested information.
            The rows are not being stored into the view state unless any of the properties are altered
            from its default values.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.DataBot">
            <summary>
            Reference to the grid's data bot.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.CellSpacing">
            <summary>
            Determines number of pixels between the cells of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.IsLoaded">
            <summary>
            Indicates if the grid was loaded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.IsViewStateLoaded">
            <summary>
            Indicates if the View State for the grid was loaded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.IsInitialized">
            <summary>
            Indicates if the grid was initialized.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HeaderLevels">
            <summary>
            The total number of header rows. (Used only if we have multi-column headers)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ErrorMessage">
            <summary>
            Contains an error message if any is occured. Available from the error template to display.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ErrorStackTrace">
            <summary>
            Contains a stack trace of the error if any is occured. Available from the error template to display.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ToolTip">
            <summary>
            The property is not supported by the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.AutoPostBackFlags">
            <summary>
            Returns the DataGridAutoPostBackFlags for the grid
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.EditorProviders">
            <summary>
            Editor providers collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HasEditorProviders">
            <summary>
            Indicates whether the behavior has any aditor providers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.AjaxIndicator">
            <summary>
            Gets reference to container of properties related to ajax indicator.
            </summary>
            <remarks>
            <p class="body">If value of a sub-property is not set, then corresponding property of shared indicator is used.
            Shared indicator can be accessed on server using Infragistics.Web.UI.Framework.AppSettings.SharedAjaxIndicator and on client: $util.get_ajaxIndicator().
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.DataSource">
            <summary>
            Gets or sets the object from which the data-bound control retrieves its list of data items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.DataSourceID">
            <summary>
            Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HasHeaderLayout">
            <summary>
            Indicates if the grid has multi-column headers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HeaderLayout">
            <summary>
            This is a list that is used to generate the XML for multi-column headrs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.IsDataBinding">
            <summary>
            Indicates if the grid is currently databinding.  Created
            this as a property so ContainerGrid can access this.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.SkipInitializeRow">
            <summary>
            Returns whether Initialize Row is not handled by the developer
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.IsOptimizeCollectionsStateSupported">
            <summary>
            Enables optimization for collections client state during postback
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HeaderCaptionCssClass">
            <summary>
            CSS class name that should be used for the headers.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.FooterCaptionCssClass">
            <summary>
            CSS class name that should be used for the footers.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ItemCssClass">
            <summary>
            CSS class name that should be used for the cells.
            </summary>
            <remarks>
            <para>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </para>
            <para>
            The CSS class name is rendered on the TBODY element and therefore any custom CSS class must have
            a selector as following: TBODY.[ClassName] > TR > TD
            </para>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.AltItemCssClass">
            <summary>
            CSS class name that should be used for alternative (the ones with even index) rows.
            </summary>
            <remarks>
            <para>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </para>
            <para>
            The CSS class name is rendered on the TR element of the alternate rows and 
            therefore any custom CSS class must have a selector as following: TBODY > TR.[ClassName] > TD
            </para>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ClientEvents">
            <summary>
            Gets reference to the GridClientEvents.
            </summary>
            <remarks>
            Contains definition of all client event handlers that are available on the level
            of the control.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.Behaviors">
            <summary>
            Contains all of the behaviors of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.BehaviorsInternal">
            <summary>
            Reference to the internal behaviors collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HasBehaviors">
            <summary>
            Returns whether behaviors collection has been initialized not null
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.BehaviorEvents">
            <summary>
            Set of events that fired for the behaviors consumption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ValidationProperty">
            <summary>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.EnableAjax">
            <summary>
            Determines whether the grid should do Ajax posts when a server side operation is required.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.EnableRelativeLayout">
            <summary>
            Adds position:relative to the style of the grid's scrollable element. This setting enables the grid's
            templates to host controls that use position:relative in their HTML elements.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.GridResponse">
            <summary>
            Obsolete.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ScrollTop">
            <summary>
            Number of pixels the grid is scrolled vertically.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ScrollLeft">
            <summary>
            Number of pixels the grid is scrolled horizontally.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.TreatEditorProvidersAsCallBack">
            <summary>
            Returns true if the EditorProviders should be treated as if the control is currently
            processing a callback.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.EnableDataViewState">
            <summary>
            Turns on separation of data and view of the grid. If the property is False 
            the grid is requesting data from its data source on every post back. That
            applies to the paged grid as well, so if a page is switched the grid will
            query the data source twice: once for the current page and once for the new page.
            If the property is True the data is requested once on initial load. Only
            current page is placed in the view state if paging is enabled, meaning the 
            grid will be requesting new page anyway of data if the page is switched.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.GridEvents">
            <summary>
            Exposes the WebControl's Events object.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.ItemCommand">
            <summary>
            The ItemCommand event is raised when a WebControl inside of the grid emits an event which would cause a postback.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.InitializeRow">
            <summary>
            The InitializeRow event is raised when the grid binds to the records in the data source.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.CustomDataBinding">
            <summary>
            The event that fires right before the grid is data bound.  If this is cancelled, then the grid will perform 
            binding directly to the DataSource supplied to the event args.  This is to accomplish custom sorting or 
            filtering.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.HeaderCheckBoxClicked">
            <summary>
            The HeaderCheckBoxClicked event is raised when the header checkbox in an 
            UnboundCheckBoxField has been clicked.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebDataGrid.InitializeDefaultEditors">
            <summary>
            The InitializeDefaultEditors event is raised when default shared editors for grids were created and passed to client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ErrorTemplate">
            <summary>
            Reference to the ErrorTemplate.
            </summary>
            <remarks>
            The ErrorTemplate allows for a customizable visual if an unhandled error is detected on the server.  
            The WebDataGrid will show the template if the error occurs during initial rendering or if it happens 
            via a full postback.          
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ErrorTemplateContainer">
            <summary>
            Container control of the error template. Initialized during the template instantiation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HasErrorTemplate">
            <summary>
            Indicates whether the grid has an error template and it is instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.EmptyRowsTemplate">
            <summary>
            Reference to the empty grid template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.EmptyRowsTemplateContainer">
            <summary>
            Container control of the empty grid template. Initialized during the template instantiation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.HasEmptyRowsTemplate">
            <summary>
            Indicates whether the grid has an emoty template and it is instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.EnableClientRendering">
            <summary>
            Enables client templates generation and rendering of final HTML on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ClientRenderingTemplate">
            <summary>
            Gets or sets the client rendering template. (The project wouldn't build if I don't define it here as well)
            </summary>
            <value>The client rendering template.</value>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ClientBindingSettings">
            <summary>
            ClientBinding settings include One-Way or Two-way binding mode for every field
            as well as convertor function / special expression that can be set directly in the generated
            client-side template
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebDataGrid.ClientBindingDataContext">
            <summary>
            This property should be used when binding to WebServices, in order to set the Service URI,
            the Operation Name, as well as the actual path to the web service definition
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerGrid">
            <summary>
            Control used for representing a row island of the <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IBand">
            <summary>
            Interface which should be implemented for all objects which represents a single level of a 
            hierarchical record set for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid"/>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IBand.OnLoad">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IBand.OnUnLoad">
            <summary>
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.AltItemCssClass">
            <summary>
            CSS class name that should be used for alternative (the ones with even index) rows.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.FooterCaptionCssClass">
            <summary>
            CSS class name that should be used for the footers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.HeaderCaptionCssClass">
            <summary>
            CSS class name that should be used for the headers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.ItemCssClass">
            <summary>
            CSS class name that should be used for the cells.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.ExpandableAreaCssClass">
            <summary>
            The name of the css class that will be used to style the TD in which the RowIslands appear.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.ExpansionColumnCss">
            <summary>
            The name of the css class that will be used to style the column in which the Expand/Collapse buttons appear.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.CellSpacing">
            <summary>
            Determines number of pixels between the cells of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.ShowFooter">
            <summary>
            Determines if the column footers will be visible in the Grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.ShowHeader">
            <summary>
            Determines if the column headers will be visible on the Grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.EnableEmptyRowIslands">
            <summary>
            Enables the band to render empty row islands and their parent row plus signs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.HasEmptyRowIslandBands">
            <summary>
            Indicates if any of the child bands have the <see cref="P:Infragistics.Web.UI.GridControls.IBand.EnableEmptyRowIslands"/>
            propery set to True.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.ExpandButton">
            <summary>
            The button object that will be displayed when a grid's row is collapsed and 
            the row has child row islands.  It can  be clicked to expand the row to show the child
            row islands.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.CollapseButton">
            <summary>
            The button object that will be displayed when a grid's row is expanded and can be clicked to collapse
            the row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.Height">
            <summary>
            The height of the row islands that will be generated from the band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.Width">
            <summary>
            The width of the row islands that will be generated from the band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.DefaultColumnWidth">
            <summary>
            The default column width that will be applied to all columns, for whom the width has not been set.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.Key">
            <summary>
            The Key of the Band
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.DataMember">
            <summary>
            Gets or sets a string value that identifies a particular data member of the DataSource property that is to be used
            to enumerate the data during a DataBind operation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.DataKeyFields">
            <summary>
            Contains datakeys of the shown data.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.IsSelfReference">
            <summary>
            Determines if the current Band is representing a self reference relationship.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.AutoGenerateColumns">
            <summary>
            Defines whether the grid generates columns automatically during the data binding process.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.HasBands">
            <summary>
            Indicates whether the Bands property was instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.Bands">
            <summary>
            A collection of child <see cref="T:Infragistics.Web.UI.GridControls.Band">Bands</see> of this band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.HasColumns">
            <summary>
            Indicates whether the Columns property was instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.Columns">
            <summary>
            Contains definition of the band's columns. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.Behaviors">
            <summary>
            Band behaviors.
            </summary>	
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.BandHasBehaviors">
            <summary>
            Indicates whether the band has one or more behaviors.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.GroupingSettings">
            <summary>
            Contains settings for column grouping.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.BandIndexAddress">
            <summary>
            Returns a string of indecies contcatinaned by _ which provided a way to navigate to this band from
            WebHierarchicalDataGrid
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.OwnerCollection">
            <summary>
            Gets the instance of the parent collection of the Band
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBand.AutoPostBackFlags">
            <summary>
            Returns the AutoPostBackFlags object which will be applied to this band's grids
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.IAppStylingPriority">
            <summary>
            Interface which changes default priority of appstyling css file.
            That is used by StyleBot->CssBuilder.AddCssLink method.
            Currently if that interface is defined, then css file is inserted at the top of list and it has lowest priority.
            In future that can be inhenced with priority index, check for particular css of parent, etc.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.#ctor">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.#ctor(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,Infragistics.Web.UI.GridControls.ContainerGridCollection,Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>
            </summary>
            <param name="mainGrid">The <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see> to which the row island belongs.</param>
            <param name="owner">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridCollection">ContainerGridCollection</see> which the row island is a part of. </param>
            <param name="band">The <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.Band">band</see> from which the row island is created from. </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.HasChildGrids">
            <summary>
            Checks if the current row island has any child row islands.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.FinishInitializing">
            <summary>
            Attaches ContainerGrid's event handlers, calls base. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.OnLoad(System.EventArgs)">
            <summary>
            Overrides <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see>'s class' OnLoad method. Calls base and ensures the footer and header caption XML
            </summary>
            <param name="e">Event arguments related to the OnLoad method.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.ShouldGenerateHiddenCssClasses">
            <summary>
            Determines when the hidden class to be regenerated.
            </summary>
            <returns>True to re-register the class, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.ShouldGenerateHiddenCssClasses(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Determines when the hidden class for the field needs to be regenerated. 
            </summary>
            <param name="field">Field to consider</param>
            <returns>True to re-register the class, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.InitHandlers">
            <summary>
            Initializes and attaches GridBehaviorEvents Event Delegates.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.BehaviorEvents_ShowHeaderChanged(System.Object)">
            <summary>
            Event handler for the ShowHeaderChanged event.  Calls the EnsureHeaderCaptions method,
            so the header xml will be generated for the grid.
            </summary>
            <param name="sender">The IBand object whose ShowHeader property changed</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.BehaviorEvents_ShowFooterChanged(System.Object)">
            <summary>
            Event handler for the ShowFooterChanged event.  Calls the EnsureFooterCaptions method,
            so the footer xml will be generated for the grid.
            </summary>
            <param name="sender">The IBand object whose ShowHeader property changed</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.OnUnload(System.EventArgs)">
            <summary>
            Overrides <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see>'s class' OnUnload method. 
            Calls base and disconnects GridBehaviorEvents Event Delegates..
            </summary>
            <param name="e">An System.EventArgs object that contains event data.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.OnInitializeRow(System.Object,Infragistics.Web.UI.GridControls.RowEventArgs)">
            <summary>
            The OnInitializeRow method calls the delegate for the InitializeRow event
            </summary>
            <param name="sender">The grid from where the event was fired.</param>
            <param name="e">The EventArgs which contains the original event args.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.ShouldSerializeRows">
            <summary>
            Determines if the RowIsland rows should be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.ShouldSerializeGroupedRows">
            <summary>
            Gets the grouped row collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.CreateRecordCollection">
            <summary>
            Creates a collection of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see> objects.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection"/> object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.CreateRecord">
            <summary>
            Creates a ContainerGridRecord object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord"/> object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.OnItemCommand(System.Object,Infragistics.Web.UI.GridControls.HandleCommandEventArgs)">
            <summary>
            The OnItemCommand method calls the delegate for the ItemCommand event
            </summary>
            <param name="sender">The grid from where the event was fired.</param>
            <param name="e">The EventArgs which contains the original event args.</param>
            <returns>A boolean value indicating whether the item command was handled.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.OnHeaderCheckBoxClicked(System.Object,Infragistics.Web.UI.GridControls.HeaderCheckBoxEventArgs)">
            <summary>
            The OnInitializeRow method calls the delegate for the InitializeRow event
            </summary>
            <param name="sender">The grid from where the event was fired.</param>
            <param name="e">The EventArgs which contains the original event args.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.OnCustomDataBinding">
            <summary>
            Fires the DataBinding event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.OnPreRender(System.EventArgs)">
            <summary>
            Fires the PreRender event
            </summary>
            <param name="e">Original event args from the web control</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.LoadViewState(System.Object)">
            <summary>
            Loads the view state after returning from the client.
            </summary>
            <param name="savedState">Previously saved view state object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.SaveViewState">
            <summary>
            Saves the view state of the grid when rendering down to the client.
            </summary>
            <returns>aved view state object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.DataBind">
            <summary>
            Data binds the grid to currently assigned data source. If <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.AutoGenerateColumns"/> is set to True 
            all of the columns available off the data source will be added to the columns set up in the <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.Columns"/>
            collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.DataSourceReassigned">
            <summary>
            This is used to set this.RequireRecordsClear = true
            when the DataSouce or DataSourceID property is set.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.EnsureDataBound">
            <summary>
            Overrides parent class method. Adds logic related to the row island.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.EnsureXPathChildren">
            <summary>
            Enusre the grid xml is set up
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.ResetXml">
            <summary>
            Resets the grid's xml
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.CreateRenderer">
            <summary>
            Overrides the rendering object creation for the grid.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.GridRenderer"/> object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.CreateRunBot">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.Framework.RunBot"/> object 
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            If any properties, objects, or collections were modified on the client, their transacation lists are loaded here.  Also, if this is a Callback, it is where CallbackCreated is called from.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>true if the server control's state changes as a result of the postback; otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.RaisePostDataChangedEvent">
            <summary>
            DataBinds the control if needed and calls RunBot's HandleRaisePostDataChangedEvent 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.RegisterRowIslandScriptDescriptors">
            <summary>
            Creates a <see cref="T:Infragistics.Web.UI.GridControls.DescriptorObject">DescriptorObject</see> object for each <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>
            in the Controls collection of this row island and adds it to the ChildDescriptors list of this control to be sent down as 
            client state.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.DescriptorKeyForRow(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Will return the index as the string if data key is null or empty.  Otherwise concactenates the data key string 
            objects (serialized) with a comma
            </summary>
            <param name="row"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback. This method should be used to render any html or objects that need
            to be sent down in the Callback's response. 
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
            <remarks>
            In addition to the base class functionality the method handles asynchronous requests from a behavior.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during LoadPostData during a Callback. This method should be used perform any operations neccessary for the callback.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
            <remarks>
            In addition to the base class functionality the method handles asynchronous requests from a behavior.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.EnsureChildControls">
            <summary>
            If row islands exit for the any rows of this row island, this method will ensure that they 
            are created on postback.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.PopulateRecord(Infragistics.Web.UI.GridControls.ContainerGridRecord,System.Boolean)">
            <summary>
            Creates the row islands of for the given row.
            </summary>
            <param name="row">The row whose row islands need to be created</param>
            <param name="fireEvents">Indicates whether the RowIslandsPopulating and RowIslandsPopulated events
            need to be fired.  If true the events will be fired</param>
            <returns>True if one or more row islands were created, false otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.CreateClientEvents">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridClientEvents">ContainerGridClientEvents</see> 
            object for the row island.
            </summary>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ContainerGridClientEvents">ContainerGridClientEvents</see></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGrid.ReinitFields">
            <summary>
            Reinitializes the fields as they've already been created.  Copies Band columns to Grid and then into Fields.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.ContainerGrid.ActiveGroupedRowChanged">
            <summary>
            Occurs when the ActiveGroupedRow changes between posts to the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.MainGrid">
            <summary>
            Reference to <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see> to which the row island belongs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.ParentRow">
            <summary>
            The parent <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see> of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Level">
            <summary>
            The level in the hierarchy the row island is on.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.DataKeyFields">
            <summary>
            Contains datakeys of the shown data.
            </summary>
            <remarks>
            In case of a compound data key the field keys must be separated by a comma.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.AutoGenerateColumns">
            <summary>
            Defines whether the row island generates columns automatically during the data binding process.
            If the property has not been set the row island resolves it against the band's AutoGenerateColumns
            property.
            </summary>
            <remarks>
            The row island can automatically generate a column for every field in the data source.
            If the property is set to True the automatically created columns will be added to 
            the ones set up in the aspx file. If the property is set to False the grid will use only
            the columns that set up in the aspx file.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.HasDataSource">
            <summary>
            Indicates whether the grid has a data source assigned to it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.IsManualLoadOnDemand">
            <summary>
            Indicates whether the container grid operates in a manual load on demand mode.
            To enter this mode the container grid instance needs to be explicitly created
            with a default parameterless constructor and added to the row island collection of
            a row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.StyleSetName">
            <summary>
            Name of the Application Styling Framework(tm) style set defining the themed appearance for this control.
            </summary>
            <value>
            	<p class="body">The name of the Application Styling Framework(tm) (ASF) style set which has been designed to give this control a consistent appearance with other controls in your application.</p>
            	<p class="body">This property may return the empty string ("") to imply that the default style set (named "Default") should be used.</p>
            </value>
            <remarks>
            	<p class="body">Web sites can configure a single, consistent, application-wide style set through the <em>styleSetName</em> attribute in their "web.config" file. Alternately, they can define the style set to apply Application Styling to all controls on a Page by placing a <strong>WebPage</strong> control on that Page and setting it's StyleSetName property.</p>
            	<p class="body">At the control level this property allows an
            application developer to customize the style set applied to a
            single instance of a control.</p>
            	<p class="body">Normally, graphics designers will furnish you
            with a style set containing one or more style sheet files (one
            for each type of control) and image files.  The name of the style set (with the exception of the "Default" style set) must appear in each Cascading Style Sheet (CSS) class name defined by this control's style sheet file.  For example, two WebTree controls that each use a different style set, "Aqua" and "Onyx", would expect their CSS class names for the ASF <em>Node</em> role to be "igdt_AquaNode" and "igdt_OnyxNode", respectively.  This allows the uniqueness of CSS class names necessary to distinguish multiple style sets for the same type of control, without there being any naming collisions.</p>
            </remarks>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.StyleSetPath">
            <summary>
            Path containing the Application Styling Framework(tm) style set files for this type of control.
            </summary>
            <remarks>
            	<p class="body">Web sites can configure the directory path containing their style set files application-wide by using the <em>styleSetPath</em> attribute of their "web.config" file.  It is also possible to configure the style set path applicable to all controls on a Page that are subject to Application Styling by placing a <strong>WebPage</strong> control on that Page and setting it's StyleSetPath property.</p>
            	<p class="body">At the control level this property allows an
            application developer to customize the location of the style set
            being applied to a single instance of a control.</p>
            	<p class="note">Be aware that customizing the style set path at the control level will not allow you to copy a style set's files to this new location, changing a few style property values in them, and then use it successfully with separate instances of the control referencing the original style set of the same name. This is because there would be naming collisions in the Cascading Style Sheet (CSS) class names, which will produce an undefined appearance.  You must ensure the CSS class names defined by style sheets in the new style set path are unique from those CSS class names being used by other style sheets that may continue to be referenced.  The recommended guidance in this scenario is to create a new style set having a new style set name, that contains your modifications.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.StyleSetName"/>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.OptimizeCollectionsState">
            <summary>
            The collections client state will be stored in the view state and the client collections will not be sent from the client on postback.
            This will increase page size in terms of view state, but will decrease the postback time numerously, because the collections state will not be uploaded from the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Band">
            <summary>
            The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> that the grid was generated from.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.SkipInitializeRow">
            <summary>
            Determines whether to skip initialization of a row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Rows">
            <summary>
            Collection of rows for the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.HasGroupedRows">
            <summary>
            Indicates whether the GroupedRows collection was instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.EnableDataViewStateInternal">
            <summary>
            Indicates if EnableDataViewState is enabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.DataMember">
            <summary>
            Gets a string value that identifies a particular data member of the DataSource property that was used
            to enumerate the data during a DataBind operation.
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.IsSelfReference">
            <summary>
            Determines if the current RowIsland is part of a self reference relationship.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Columns">
            <summary>
            Contains definition of the row islands columns. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.AltItemCssClass">
            <summary>
            CSS class name that should be used for alternative (the ones with even index) rows.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.FooterCaptionCssClass">
            <summary>
            CSS class name that should be used for the footers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.HeaderCaptionCssClass">
            <summary>
            CSS class name that should be used for the headers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.ItemCssClass">
            <summary>
            CSS class name that should be used for the cells.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Height">
            <summary>
            Gets or Sets the height of  the row island
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Width">
            <summary>
            Gets or Sets the width of  the row island
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.DefaultColumnWidth">
            <summary>
            The default column width that will be applied to all columns, for whom the width has not been set.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.ExpansionColumnCss">
            <summary>
            The name of the css class that will be used to style the column in which the Expand/Collapse buttons appear.
            If this property is not set, it will be resolved from the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.ExpandableAreaCssClass">
            <summary>
            The name of the css class that will be used to style the TD in which the row islands appear.
            If this property is not set, it will be resolved from the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.CellSpacing">
            <summary>
            Determines number of pixels between the cells of the row island.
            If this property is not set it will be resolved from the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.ShowFooter">
            <summary>
            Determines if the column footers will be visible in the row island.
            If this property is not set it will be resolved from the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.ShowHeader">
            <summary>
            Determines if the column headers will be visible on the row island.
            If this property is not set it will be resolved from the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Bands">
            <summary>
            A collection of child <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.Band">Bands</see> of this band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.HasBands">
            <summary>
            Indicates whether the Bands property was instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Key">
            <summary>
            The Key of the Band
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.AutoPostBackFlags">
            <summary>
            Returns the AutoPostBackFlags object which will be applied to this band's grids
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.ExpandButton">
            <summary>
            The button object that will be displayed when a grid's row is collapsed and 
            the row has child row islands.  It can  be clicked to expand the row to show the child
            row islands. 
            This property is not set it will be resolved from the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.CollapseButton">
            <summary>
            The button object that will be displayed when a grid's row is expanded and can be clicked to collapse
            the row.
            This property is not set it will be resolved from the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.BandHasBehaviors">
            <summary>
            Returns true is the band has one or more behaviors.  Otherwise false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Infragistics#Web#UI#GridControls#IBand#GroupingSettings">
            <summary>
            Contains settings for column grouping.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.EnableEmbeddedJavaScript">
            <summary>
            Hides <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> 's EnableEmbeddedJavaScript property getter,
            instead returns the value of <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>'s EnableEmbeddedJavaScript.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.EnableViewState">
            <summary>
            Hides <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> 's EnableViewState property getter,
            instead returns the value of <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>'s EnableViewState.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.EnableAjax">
            <summary>
            Hides WebDataGrid's<see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.EnableAjax">EnableAjax</see> property getter,
            instead returns the value of WebHierarchicalDataGrid's <see cref="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EnableAjax">EnableAjax</see> property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.Enabled">
            <summary>
            Hides WebDataGrid's Enabled property getter,
            instead returns the value of WebHierarchicalDataGrid's Enabled property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.EnableDataViewState">
            <summary>
            Hides WebDataGrid's<see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.EnableDataViewState">EnableDataViewState</see> property getter,
            instead returns the value of WebHierarchicalDataGrid's <see cref="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EnableDataViewState">EnableDataViewState</see> property.
            This property is always true in manual loadOnDemand mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.EnableRelativeLayout">
            <summary>
            Hides WebDataGrid's<see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.EnableRelativeLayout">EnableRelativeLayout</see> property getter,
            instead returns the value of WebHierarchicalDataGrid's <see cref="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EnableRelativeLayout">EnableRelativeLayout</see> property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.AjaxIndicator">
            <summary>
            Not used by this control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.BehaviorsInternal">
            <summary>
            Initializes behaviors, copies behaviors from the band and/or parent band(s) into the behaviors collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.IsValidChildGrid">
            <summary>
            Returns whether the container grid's parent row (if any) is in its grid Rows collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.IsParentProcessingPopulatingLogic">
            <summary>
            Indicates if we are try to populate the parent grid through manual load on demand
            at this time
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.TreatEditorProvidersAsCallBack">
            <summary>
            Returns true if the EditorProviders should be treated as if the control is currently
            processing a callback.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGrid.ClientEvents">
            <summary>
            Gets reference to the HierarchicalClientEvents.
            </summary>
            <remarks>
            Contains definition of all client event handlers that are available on the level
            of the control.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">
            <summary>
            Extending the WebHierarchicalDataGrid class so Activation events handlers can be attached to it
            </summary>
            <summary>
            Server editing events for WebHierarchicalDataGrid
            </summary>
            <summary>
            Extending the WebHierarchicalDataGrid class so Selection events handlers can be attached to it
            </summary>
            <summary>
            Extending the WebHierarchicalDataGrid class so Sorting events handlers can be attached to it
            </summary>
            <summary>
            AJAX enabled Hierarchical Grid Control which is capable of displaying hierarchical data.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain">
            <summary>
            This class serves to abstract databinding functionality for datasources that are arranged in a data hierarchy.
            The base class of HerarchicalDataBoundControl is defined by the ASP.NET base framework and provides designtime and
            runtime support for binding to hierarchcal, (XML) data sources.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.CreateItemsCollection(Infragistics.Web.UI.Framework.HierarchicalUIObject)">
            <summary>
            Since HierarchicalDataBoundControlMain is an abstract class, derived classes must override this method to create
            ItemsCollections of the type appropriate to the Control
            </summary>
            <remarks>All HierarchicalObjectCollections for the HierarchicalDataBoundControlMain are created using this virtual method.  This allows derived classes to modify and enhance the NavItem class without disturbing the base classes and framework.</remarks>
            <param name="item">The parent Item which will own the collection created.  If this parameter
            is null, the Control itself should be the owner of the collection.</param>
            <returns>Returns a collection object derived from HierarchicalObjectCollections.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.CreateItem">
            <summary>
            Since HierarchicalDataBoundControlMain is an abstract class, derived classes must override this method to create
            HierarchicalUIObject of the type appropriate to the Control.
            </summary>
            <remarks>All HierarchicalUIObjects for the HierarchicalDataBoundControlMain are created using this virtual method.  This allows derived classes to modify and enhance the HierarchicalUIObject class without disturbing the base classes and framework.</remarks>
            <returns>Returns an object derived from HierarchicalUIObject.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.OnInit(System.EventArgs)">
            <summary>
            This method is used mainly by control developers.  This method uses the OnInit override to carry out initialization logic for AppStyling as well as Templating and runtime checks.
            </summary>
            <param name="e">EventArgs reference containing additional information.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.OnLoad(System.EventArgs)">
            <summary>
            This method is implemented to override base HierarchicalDataBound control functionality which does not permit non-hierarchical datasource IDs.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.DataBind">
            <summary>
            Binds a data source to the invoked server control and all its child controls.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents that must override that method and return an instance of a ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.GetClientEventsObject">
            <summary>
            Control which exposes ClientEvents that should return that method within its ClientEvents property with a proper typecast.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.ShouldSerializeClientEvents">
            <summary>
            Check if ClientEvents has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.ResetClientEvents">
            <summary>
            Clears the ClientEvents.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain._renderer">
            <summary>
            Sets or Gets a rendering object derived from RendererBase that serves to emit html markup that is appropriate to the control.  This property can be set by an application to a Renderer other than the one normally provided by the Control.  The Custom Renderer can override any of the virtual methods exposed or can implement an entirely new set of rendering logic if desired.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.CreateRenderer">
            <summary>
            A virtual method called by the framework base when a renderer is required for the control.  Derived classes may override this method in order to provide specific rendering markup.  Many of the rendering methods within the Renderer class may also be overridable in order to customize specific aspects of the rendering.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Override the WebControl RenderContents method to redirect rendering to the appropriate renderer.
            </summary>
            <param name="writer">The HtmlTextWriter where the rendered markup will be written.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            If any properties, objects, or collections were modified on the client, their transacation lists are loaded here.  Also, if this is a Callback, it is where CallbackCreated is called from.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>true if the server control's state changes as a result of the postback; otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent">
            <summary>
            Used to notify the ASP.Net application that the state of the control has changed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during LoadPostData during a Callback.  This method should be used to perform any operations neccessary for the callback.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback.  This method should be used to render any html or objects that need to be sent down in the Callback's response.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.Infragistics#Web#UI#IDataBoundControl#ClearDataItems">
            <summary>
            Called by DataBinding Fx to tell a control to clear its data items in preparation for databinding.  Derived controls override the ClearDataItems virtual method to carry out the clearing of their items according to its needs.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.ClearDataItems">
            <summary>
            Called by DataBinding Fx to tell a control to clear its data items in preparation for databinding.  Derived controls override the ClearDataItems virtual method to carry out the clearing of their items according to its needs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.DataBindingManager">
            <summary>
            Gets a reference to the DataBindingManager for this control.  The Control will normally instantiate a derived DataBindingManager class from within the CreateDataBindingManager virtual override which is called by this Property the first time the DataBindingManaber is referenced.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.DataBindings">
            <summary>
            The collection of DataBinding objects that control how each type of xml node is mapped to an item in the control.  Each DataBinding object in the DataBindings collection controls one type of xml node based on the DataMember property.  The DataMember property identifies the Tag name within the xml datasource to which the DataBinding is applied.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.RootDataMember">
            <summary>
            Sets or gets the name of the root data member.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.RootItem">
            <summary>
            The root item for the toplevel collection of items in a tree oriented item structure.  From a data structural
            point of view, trees should always be single rooted, even though trees in a UI often appear to be multi-rooted.  Therefore, the RootItem of the NavControl is hidden from the user and API, but can be utilized when the tree needs to be treated as a single rooted tree.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.DataSourceID">
            <summary>
            Sets or gets the ID of the DataSource control to which this control is connected.  If this property is set to null, then the DataSource property will be checked during DataBind.  If the DataSource property is set, that object will be used to enumerate data for populating the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.DataSource">
            <summary>
            Sets or gets an object reference that can be used to enumerate data and populate the control.  This property is checked during a DataBind operation only if the DataSourceID property is null or empty.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.DataMember">
            <summary>
            Gets or sets a string value that identifies a particular data member of the DataSource property that is to be used
            to enumerate the data during a DataBind operation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.CustomAJAXResponse">
            <summary>
            Container for values passed to client within AJAX response.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.RunBot">
            <summary>
            Provides the Control with access to runtime support services provided by the RunBot class.  By separating these services from the control itself, there is no requirement that a particular control must inherit from a specific base class in order to benefit from the services provided.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.StyleBot">
            <summary>
            Provides the Control with access to style support services provided by the StyleBot class.  By separating these services from the control itself, there is no requirement that a particular control must inherit from a specific base class in order to benefit from the services provided.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.StyleSetName">
            <summary>
            Name of the Application Styling Framework(tm) style set defining the themed appearance for this control.
            </summary>
            <value>
            	<p class="body">The name of the Application Styling Framework(tm) (ASF) style set which has been designed to give this control a consistent appearance with other controls in your application.</p>
            	<p class="body">This property may return the empty string ("") to imply that the default style set (named "Default") should be used.</p>
            </value>
            <remarks>
            	<p class="body">Web sites can configure a single, consistent, application-wide style set through the <em>styleSetName</em> attribute in their "web.config" file.  Alternately, they can define the style set to apply Application Styling to all controls on a Page by placing a <strong>WebPage</strong> control on that Page and setting it's StyleSetName property.</p>
            	<p class="body">At the control level this property allows an application developer to customize the style set applied to a single instance of a control.</p>
            	<p class="body">Normally, graphics designers will furnish you with a style set containing one or more style sheet files (one for each type of control) and image files.  The name of the style set (with the exception of the "Default" style set) must appear in each Cascading Style Sheet (CSS) class name defined by this control's style sheet file.  For example, two WebTree controls that each use a different style set, "Aqua" and "Onyx", would expect their CSS class names for the ASF <em>Node</em> role to be "igdt_AquaNode" and "igdt_OnyxNode", respectively.  This allows the uniqueness of CSS class names necessary to distinguish multiple style sets for the same type of control, without there being any naming collisions.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.StyleSetPath"/>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.StyleSetPath">
            <summary>
            Path containing the Application Styling Framework(tm) style set files for this type of control.
            </summary>
            <remarks>
            	<p class="body">Web sites can configure the directory path containing their style set files application-wide by using the <em>styleSetPath</em> attribute of their "web.config" file.  It is also possible to configure the style set path applicable to all controls on a Page that are subject to Application Styling by placing a <strong>WebPage</strong> control on that Page and setting it's StyleSetPath property.</p>
            	<p class="body">At the control level this property allows an application developer to customize the location of the style set being applied to a single instance of a control.</p>
            	<p class="note">Be aware that customizing the style set path at the control level will not allow you to copy a style set's files to this new location, changing a few style property values in them, and then use it successfully
            with separate instances of the control referencing the original style set of the same name.  This is because there would be naming collisions in the Cascading Style Sheet (CSS) class names, which will produce an undefined
            appearance.  You must ensure the CSS class names defined by style sheets in the new style set path are unique from those CSS class names being used by other style sheets that may continue to be referenced.  The recommended guidance in this scenario is to create a new style set having a new style set name, that contains your modifications.</p>
            </remarks>
            <seealso cref="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.StyleSetName"/>
            <seealso cref="!:StyleSetPathResolved"/>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.EnableAjaxViewState">
            <summary>
            Gets sets ability to maintain view state of controls on page if their properties were modified while asynchronous postback of this control.
            </summary>
            <remarks>
            <p class="body">
            That property has effect only when asynchronous postback is triggered by this control.
            Those can be postbacks triggered by AutoPostBackFlags with value "Async", or internal postbacks such as sorting of grid.</p>
            <p class="note">
            If that property is disabled, then properties of any control on page modified while that async postback will be lost after a full postback.
            Value false will also reduce size of response stream.
            If that property is enabled, then in some applications the server exception related to EventValidation is possible. If it happens, then
            application should disable that property or set EnableEventValidation attribute of page to false.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.WidthOfControl">
            <summary>
            Width of control which includes Width and Attributes.CssStyle["width"]
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.HeightOfControl">
            <summary>
            Height of control which includes Height and Attributes.CssStyle["height"]
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.IsDesignMode">
            <summary>
            A.T. we need this property because in WebControl it is protected, so we cannot check
            the "real" design mode. HttpContext is not good, because in the Unit test context
            it still returns true, which is incorrect. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.OptimizeCollectionsState">
            <summary>
            The collections client state will be stored in the view state and the client collections will not be sent from the client on postback.
            This will increase page size in terms of view state, but will decrease the postback time numerously, because the collections state will not be uploaded from the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.IsOptimizeCollectionsStateSupported">
            <summary>
            Not all of the existing controls follow the design principles of Aikido
            and OptimizeCollectionsState can break some of their functionality.
            
            So this property will be overriden from the controls that
            support this feature and return true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.EnableEmbeddedJavaScript">
            <summary>
            Instructs the control to load its embedded Java Script. 
            </summary>
            <remarks>
            When the controls Java Script is explicitly disabled, it must be 
            loaded via the ScriptManager instance on the page.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.Enabled">
            <summary>
            Gets or sets a value whether the Aikido control is enabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.InsecureSubmitTokensAsString">
            <summary>
            Gets sets list of insecure strings separated by the "|" character.<br></br>
            That property is designed to protect application from scripting vulnerability.
            When request comes from client and the value of the hidden field contains insecure tokens, then all changes on client are discarded.
            </summary>
            <remarks>
            <p class="note">Note: In order to set the "|" character in token, the flag "&amp;pipe;" should be used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain.InsecureSubmitTokens">
            <summary>
            Gets sets list of insecure strings as array.<br></br>
            That property is designed to protect application from scripting vulnerability.
            When request comes from client and the value of the hidden field contains insecure tokens, then all changes on client are discarded.
            </summary>
            <remarks>
            <p class="note">Note: In order to set the "|" character in token, the flag "&amp;pipe;" should be used.</p>
            </remarks>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ExpandBtnImageUrl">
            <summary>
            Expand button image URL
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ExpandBtnImageUrlHovered">
            <summary>
            Expand button hover image URL
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ExpandBtnImageUrlPressed">
            <summary>
            Expand button press image URL
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CollapseBtnImageUrl">
            <summary>
            Collapse button image URL
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CollapseBtnImageUrlHovered">
            <summary>
            Collapse button hover image URL
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CollapseBtnImageUrlPressed">
            <summary>
            Collapse button press image URL
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShouldSerializeBands">
            <summary>
            Determines if the Bands should be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShouldSerializeGridView">
            <summary>
            Determines wheather to serialize GridView.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnLoad(System.EventArgs)">
            <summary>
            Ensure shared editor providers.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnInit(System.EventArgs)">
            <summary>
            Initialize control.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnUnload(System.EventArgs)">
            <summary>
            Unloads grid's behaviors and disconnects editor providers.
            </summary>
            <param name="e">An System.EventArgs object that contains event data.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnPreRender(System.EventArgs)">
            <summary>
            Invoked during prerender phase.
            </summary>
            <param name="e">Event arguments</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RefreshBehaviors">
            <summary>
            Recreated the GridView and re-databinds WebHierarchicalDataGrid so the behaviors of 
            the ContainerGrids and the GridView will be refreshed to reflect changes
            made to the Bands behaviors.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.DataBind">
            <summary>
            Data binds the grid to currently assigned data source. If <see cref="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AutoGenerateColumns"/> is set to True 
            all of the columns available off the data source will be added to the columns set up in the <see cref="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Columns"/>
            collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CreateDataSourceObject(System.String)">
            <summary>
            Creates a datasource object for the control based on the DataMember
            </summary>
            <param name="dataMember">DataMemember of the band</param>
            <returns>DataSourceObject</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RaisePostDataChangedEvent">
            <summary>
            DataBinds the control if needed and calls RunBot's HandleRaisePostDataChangedEvent 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.FillBands(System.Object)">
            <summary>
            Depending on the <see cref="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AutoGenerateBands"/> property setting
            adds automatically generated bands.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.FillBand(Infragistics.Web.UI.GridControls.IBand,Infragistics.Web.UI.IHierarchicalSchemaView)">
            <summary>
            Depending on the <see cref="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AutoGenerateBands"/> property setting
            adds automatically generated bands.
            </summary>
            <param name="band">Band for which to create child bands</param>
            <param name="schemaView">Datasource schema from which to extract bands</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.GetHierarchicalSchemaProvider(System.Object)">
            <summary>
            Creates a IHierarchicalSchemaProvider for the given datasouce
            </summary>
            <param name="dataSource">The datasource for which to create the IHierarchicalSchemaProvider</param>
            <returns>IHierarchicalSchemaProvider for the datasource</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ClearLayout">
            <summary>
            Clears the grid's columns, column settings and the bands collections. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CreateDataBindingManager(System.Web.UI.WebControls.WebControl)">
            <summary>
            Instantiates a databiding manager for the given control.
            </summary>
            <param name="control">For which to create a databiding manager</param>
            <returns>Databiding manager for the given control</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CreateRunBot">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.Framework.RunBot"/> object 
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CreateRenderer">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.Framework.RendererBase"/> object 
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShouldSerializeClientEvents">
            <summary>
            Determines if ClientEvents should be persisted
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShouldSerializeAutoPostBackFlags">
            <summary>
            Enables persistence for AutoPostBackFlags.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShouldSerializeExpandCollapseAnimation">
            <summary>
            Check if ExpandCollapseAnimation has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ResetExpandCollapseAnimation">
            <summary>Clears the ExpandCollapseAnimation</summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShouldSerializeColumns">
            <summary>
            Allows the Columns to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShouldSerializeAjaxIndicator">
            <summary>
            Check if AjaxIndicator has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ResetAjaxIndicator">
            <summary>Clears the AjaxIndicator</summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EnsureChildControls">
            <summary>
            Determines whether the server control contains child controls. If it does not, it creates child controls.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnGroupedColumnsChanging(Infragistics.Web.UI.GridControls.IBand,Infragistics.Web.UI.GridControls.GroupByChangeAction,Infragistics.Web.UI.GridControls.GroupedColumn[])">
            <summary>
            Raises the GroupedColumnsChanging event.
            </summary>
            <param name="band">The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> whose GroupedColumns collection will be changing.</param>
            <param name="action">The type of change that will occur.</param>
            <param name="effectedColumns">The grouped columns that will participate in the change.</param>
            <returns>True is the event was canceled otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnGroupedColumnsChanging(Infragistics.Web.UI.GridControls.IBand,Infragistics.Web.UI.GridControls.GroupByChangeAction,Infragistics.Web.UI.GridControls.GroupedColumn[],System.Int32)">
            <summary>
            Raises the GroupedColumnsChanging event.
            </summary>
            <param name="band">The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> whose GroupedColumns collection will be changing.</param>
            <param name="action">The type of change that will occur.</param>
            <param name="effectedColumns">The grouped columns that will participate in the change.</param>
            <param name="newIndex">The new index that the column is moving to.</param>
            <returns>True is the event was canceled otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnGroupedColumnsChanged(Infragistics.Web.UI.GridControls.IBand,Infragistics.Web.UI.GridControls.GroupByChangeAction)">
            <summary>
            Raises the GroupedColumnsChanged event.
            </summary>
            <param name="band">The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> whose GroupedColumns collection has changed.</param>
            <param name="action">The type of change that has occured.</param>		
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnRowIslandCreated(Infragistics.Web.UI.GridControls.RowIslandEventArgs)">
            <summary>
            The OnRowIslandCreated method calls the delegate for the RowIslandCreated event.
            </summary>
            <param name="e">The RowIslandEventArgs for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnRowIslandDataBinding(Infragistics.Web.UI.GridControls.RowIslandEventArgs)">
            <summary>
            The OnRowIslandDataBinding method calls the delegate for the RowIslandDataBinding event.
            </summary>
            <param name="e">The RowIslandEventArgs for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnRowIslandDataBound(Infragistics.Web.UI.GridControls.RowIslandEventArgs)">
            <summary>
            The OnRowIslandDataBound method calls the delegate for the RowIslandDataBound event.
            </summary>
            <param name="e">The RowIslandEventArgs for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnEventRowIslandsPopulating(Infragistics.Web.UI.GridControls.ContainerRowCancelEventArgs)">
            <summary>
            The OnRowIslandsPopulating method calls the delegate for the RowIslandsPopulating event.
            </summary>
            <param name="e">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerRowCancelEventArgs">ContainerRowCancelEventArgs</see> for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnEventRowIslandsPopulated(Infragistics.Web.UI.GridControls.ContainerRowEventArgs)">
            <summary>
            The OnRowIslandsPopulated method calls the delegate for the RowIslandsPopulated event.
            </summary>
            <param name="e">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerRowEventArgs">ContainerRowEventArgs</see> for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnInitializeBand(Infragistics.Web.UI.GridControls.BandEventArgs)">
            <summary>
            The OnInitializeBand method calls the delegate for the InitializeBand event.
            </summary>
            <param name="e">The BandEventArgs for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnInitializeRow(Infragistics.Web.UI.GridControls.RowEventArgs)">
            <summary>
            The OnInitializeRow method calls the delegate for the InitializeRow event
            </summary>
            <param name="e">The RowEventArgs for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnItemCommand(Infragistics.Web.UI.GridControls.HandleCommandEventArgs)">
            <summary>
            The OnItemCommand method calls the delegate for the ItemCommand event
            </summary>
            <param name="e">The EventArgs which contains the original event args.</param>
            <returns>A boolean value indicating whether the item command was handled.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnHeaderCheckBoxClicked(Infragistics.Web.UI.GridControls.HeaderCheckBoxEventArgs)">
            <summary>
            The OnInitializeRow method calls the delegate for the InitializeRow event
            </summary>
            <param name="e">The EventArgs which contains the original event args.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnRecreateBandTemplates(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            The OnRecreateBandTemplates method calls the delegate for the RecreateBandTemplates event
            </summary>
            <param name="band">The band for which templates can be supplied. </param>		
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnContainerGridDataBinding(Infragistics.Web.UI.GridControls.ContainerGrid,Infragistics.Web.UI.GridControls.DataBindingEventArgs)">
            <summary>
            The OnInitializeRow method calls the delegate for the InitializeRow event
            </summary>
            <param name="grid"></param>
            <param name="e">The DataBindingEventArgs for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnEventRowExpanded(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            The OnEventRowExpanded method calls the delegate for the RowExpanded event.
            </summary>
            <param name="row">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">row</see> for which to raise the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnEventRowCollapsed(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            The OnEventRowCollapsed method calls the delegate for the RowCollapsed event.
            </summary>
            <param name="row">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">row</see> for which to raise the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnEventGroupedRowInitialized(Infragistics.Web.UI.GridControls.ContainerGrid,Infragistics.Web.UI.GridControls.GroupedRecord)">
            <summary>
            The OnEventGroupedRowInitialized method calls the delegate for the GroupedRowInitialized event.
            </summary>
            <param name="grid">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">grid</see> for which to raise the event.</param>
            <param name="row">The <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">row</see> for which to raise the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnColumnMoved(Infragistics.Web.UI.GridControls.IBand,Infragistics.Web.UI.GridControls.ColumnMovingEventArgs)">
            <summary>
            Fires column moved event if the move was affecting an entire band
            </summary>
            <param name="band">The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> for which to raise the event.</param>
            <param name="e">The event args for the event</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.OnColumnResized(Infragistics.Web.UI.GridControls.IBand,Infragistics.Web.UI.GridControls.ColumnResizingEventArgs)">
            <summary>
            Fires column resized event if the resize was affecting an entire band
            </summary>
            <param name="band">The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> for which to raise the event.</param>
            <param name="e">The event args for the event</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            If any properties, objects, or collections were modified on the client, their transacation lists are loaded here.  Also, if this is a Callback, it is where CallbackCreated is called from.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>true if the server control's state changes as a result of the postback; otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback. This method should be used to render any html or objects that need
            to be sent down in the Callback's response. 
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ProcessCallBack(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Process the callback information for the <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            that has to do with grouping
            </summary>
            <param name="type">The name of  the action to process</param>
            <param name="actionInfo">Parameters for the action</param>
            <returns>Information on whether the callback was processed, if it wasn't null is returned.  
            This info is needed for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see> to
            render on callback.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ExpandAll">
            <summary>
            Expands all rows out to what the grid is currently bound to.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CollapseAll">
            <summary>
            Collapses all rows out to what the grid is currently bound to.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ActiveCellChanged">
            <summary>
            Occurs when the ActiveCell changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ActiveGroupedRowChanged">
            <summary>
            Occurs when the ActiveGroupedRow changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ColumnMoved">
            <summary>
            Occurs when a column is moved by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ColumnResized">
            <summary>
            Occurs when a column is resized by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowUpdating">
            <summary>
            Event that is fired every time a row is about to be updated in the database.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowUpdated">
            <summary>
            Event that is fired every time a row has been updated.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowsDeleting">
            <summary>
            Event that is fired every time a row is about to be deleted.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowDeleted">
            <summary>
            Event that is fired every time a row is deleted.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowAdding">
            <summary>
            Event that is fired every time a row about to be added.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowAdded">
            <summary>
            Event that is fired every time a row has been added.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CalculateCustomSummary">
            <summary>
            Event that is fired whenever each custom summary needs to be calculated
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CalculateSummary">
            <summary>
            Event that is fired whenever each normal summary type needs to be calculated because the grid
            is doing custom binding
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.SummaryCalculated">
            <summary>
            Event that is fired whenever a standard summary is calculated (any summary which is not a custom summary).  
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.DataFiltering">
            <summary>
            Occurs when a filters are about to be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.DataFiltered">
            <summary>
            Occurs when a filters have be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.PopulateUniqueFilterValues">
            <summary>
            Occurs when a filters have be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.PageIndexChanged">
            <summary>
            Occurs when a page has changed by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CellSelectionChanged">
            <summary>
            Occurs when the SelectedCells collection changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowSelectionChanged">
            <summary>
            Occurs when the SelectedRows collection changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ColumnSelectionChanged">
            <summary>
            Occurs when the SelectedColumns collection changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ColumnSorted">
            <summary>
            Occurs when a column is sorted by a user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.DesignMode">
            <summary>
            Gets a value indicating whether WebHierarchicalDataGrid is being used on a design surface.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Bands">
            <summary>
            A collection of child <see cref="T:Infragistics.Web.UI.GridControls.Band">Bands</see> of this band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.HasBands">
            <summary>
            Indicates whether the Bands property was instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.GridView">
            <summary>
            Gets reference to container grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RootDataMember">
            <summary>
            Sets or gets the name of the root data member.
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.DataBindingManager">
            <summary>
            Gets a reference to the DataBindingManager for this control.  The Control will 
            normally instantiate a derived DataBindingManager class from within the 
            CreateDataBindingManager virtual override which is called by this Property the 
            first time the DataBindingManaber is referenced.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Renderer">
            <summary>
            Sets or Gets a rendering object derived from RendererBase that serves to emit html markup that is appropriate to the control.  This property can be set by an application to a Renderer other than the one normally provided by the Control.  The Custom Renderer can override any of the virtual methods exposed or can implement an entirely new set of rendering logic if desired.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EnableAjax">
            <summary>
            Determines whether the grid should do Ajax posts when a server side operation is required.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AutoGenerateColumns">
            <summary>
            Defines whether the grid generates columns automatically during the data binding process.
            </summary>
            <remarks>
            The grid can automatically generate a column for every field in the data source.
            If the property is set to True the automatically created columns will be added to 
            the ones set up in the aspx file. If the property is set to False the grid will use only
            the columns that set up in the aspx file.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AutoGenerateBands">
            <summary>
            Defines whether the grid generates Bands automatically before the data binding process.
            </summary>
            <remarks>
            The grid can automatically generate a Band for every data member in the data source.
            If the property is set to True the automatically created bands will be added to 
            the ones set up in the aspx file. If the property is set to False the grid will use only
            the bands that set up in the aspx file.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.MaxDataBindDepth">
            <summary>
            Sets or gets an integer value which determines how deep into the DataSource hierarchy DataBinding will proceed.  
            The default value is -1 which signifies that databinding will proceed as deep as the datasource hierarchy.  A value of 2 specifies
            that databinding should proceed two levels below the root level.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.InitialDataBindDepth">
            <summary>
            Sets or gets an integer value which determines how deep into the DataSource hierarchy DataBinding will proceed when the grid is first displayed.
            The rest of the hierarchy is loaded on demand. -1 directs the grid to be fully bound. 
            The default value is 0 which signifies that the grid is set up for load on demand from the top level.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.InitialExpandDepth">
            <summary>
            Sets or gets an integer value that determines how many levels of rows will be expanded when the grid is first displayed.
            The default value is 0 which signifies that no rows will be expanded.
            This value of this property has to be less than or equal to the value of InitialDataBindDepth
            A value or -1 means that all levels will be expanded, InitialExpandDepth should be set to -1
            only when InitialDataBindDepth will also be set to -1.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ClientEvents">
            <summary>
            Gets reference to the HierarchicalClientEvents.
            </summary>
            <remarks>
            Contains definition of all client event handlers that are available on the level
            of the control.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AutoPostBackFlags">
            <summary>
            Returns the AutoPostBackFlags object which will be applied to this band's grids
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ExpandButton">
            <summary>
            The button object that will be displayed when a grid's row is collapsed and 
            the row has child row islands.  It can  be clicked to expand the row to show the child
            row islands.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CollapseButton">
            <summary>
            The button object that will be displayed when a grid's row is expanded and can be clicked to collapse
            the row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.GroupingSettings">
            <summary>
            Contains settings for column grouping.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.BehaviorEvents">
            <summary>
            Set of events that fired for the behaviors consumption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EditorProviders">
            <summary>
            Gets editor providers collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.HasEditorProviders">
            <summary>
            Indicates whether the behavior has any aditor providers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ExpandCollapseAnimation">
            <summary>
            Gets reference to container of properties related to animation used for expanding or collapsing a row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AltItemCssClass">
            <summary>
            CSS class name that should be used for alternative (the ones with even index) rows.
            </summary>
            <remarks>
            <para>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </para>
            <para>
            The CSS class name is rendered on the TR element of the alternate rows and 
            therefore any custom CSS class must have a selector as following: TBODY > TR.[ClassName] > TD
            </para>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.FooterCaptionCssClass">
            <summary>
            CSS class name that should be used for the footers.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.HeaderCaptionCssClass">
            <summary>
            CSS class name that should be used for the headers.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ItemCssClass">
            <summary>
            CSS class name that should be used for the cells.
            </summary>
            <remarks>
            <para>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </para>
            <para>
            The CSS class name is rendered on the TBODY element and therefore any custom CSS class must have
            a selector as following: TBODY.[ClassName] > TR > TD
            </para>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ExpandableAreaCssClass">
            <summary>
            The name of the css class that will be used to style the TD in which the row islands appear.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ExpansionColumnCss">
            <summary>
            The name of the css class that will be used to style the column in which the Expand/Collapse buttons appear.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.DefaultColumnWidth">
            <summary>
            The default column width that will be applied to all columns, for whom the width has not been set.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CellSpacing">
            <summary>
            Determines number of pixels between the cells of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShowFooter">
            <summary>
            Determines if the column footers will be visible in the Grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ShowHeader">
            <summary>
            Determines if the column headers will be visible on the Grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EnableDataViewState">
            <summary>
            Turns on separation of data and view of the grid. If the property is False 
            the grid is requesting data from its data source on every post back. That
            applies to the paged grid as well, so if a page is switched the grid will
            query the data source twice: once for the current page and once for the new page.
            If the property is True the data is requested once on initial load. Only
            current page is placed in the view state if paging is enabled, meaning the 
            grid will be requesting new page anyway of data if the page is switched.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EnableRelativeLayout">
            <summary>
            Adds position:relative to the style of the grid's scrollable element. This setting enables the grid's
            templates to host controls that use position:relative in their HTML elements.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Width">
            <summary>
            Width of <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Height">
            <summary>
            Height of <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AccessKey">
            <summary>
            Gets or sets the access key that allows you to quickly navigate to the Web
             server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.BackColor">
            <summary>
            Gets or sets the background color of the control.
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.BorderColor">
            <summary>
            Gets or sets the border color of the Web control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.BorderStyle">
            <summary>
            Gets or sets the border style of the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.BorderWidth">
            <summary>
            Gets or sets the border width of the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.CssClass">
            <summary>
            Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server
            control on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Font">
            <summary>
            Gets the font properties associated with the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ForeColor">
            <summary>
            Gets or sets the foreground color (typically the color of the text) of the
            Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.SkinID">
            <summary>
            Gets or sets the skin to apply to the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.TabIndex">
            <summary>
            Gets or sets the tab index of the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ToolTip">
            <summary>
            The property is not supported by the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.DataKeyFields">
            <summary>
            Contains datakeys of the shown data.
            </summary>
            <remarks>
            In case of a compound data key the field keys must be separated by a comma.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.IsSelfReference">
            <summary>
            Indicates if the current Band is representing a self reference relationship.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.HasColumns">
            <summary>
            Indicates whether the Columns property was instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Columns">
            <summary>
            Contains definition of the band's columns. 
            </summary>
            <remarks>
            The property is available to be used publicly and is serialized 
            into the aspx file. When the <see cref="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AutoGenerateColumns"/> property is
            set to False all of the columns in the grid are taken from this collection,
            there is no additionally generated columns in this case.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Rows">
            <summary>
             Collection of rows for the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Behaviors">
            <summary>
            Contains all of the behaviors of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.BandHasBehaviors">
            <summary>
            Returns true is the grid has one or more behaviors.  Otherwise false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.HasDataSource">
            <summary>
            Indicates whether the grid has a data source assigned to it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Key">
            <summary>
            The Key of the Band
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.AjaxIndicator">
            <summary>
            Gets reference to container of properties related to ajax indicator.
            </summary>
            <remarks>
            <p class="body">If value of a sub-property is not set, then corresponding property of shared indicator is used.
            Shared indicator can be accessed on server using Infragistics.Web.UI.Framework.AppSettings.SharedAjaxIndicator and on client: $util.get_ajaxIndicator().
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ValidationProperty">
            <summary>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.DataBindings">
            <summary>
            The collection of DataBinding objects that control how each type of xml node is mapped to an item in the control.  Each DataBinding object in the DataBindings collection controls one type of xml node based on the DataMember property.  The DataMember property identifies the Tag name within the xml datasource to which the DataBinding is applied.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.GroupedColumnsChanging">
            <summary>
            The GroupedColumnsChanging event is raised before a change to the GroupedColumns collection occurs for the band.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.GroupedColumnsChanged">
            <summary>
            The GroupedColumnsChanged event is raised after a change to the GroupedColumns collection occurs for the band.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowIslandCreated">
            <summary>
            The RowIslandCreated event is raised after a row island is created.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowIslandDataBinding">
            <summary>
            The RowIslandDataBinding event is raised before a row island is data bound.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowIslandDataBound">
            <summary>
            The RowIslandDataBound event is raised after a row island is data bound.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowIslandsPopulating">
            <summary>
            The RowIslandsPopulating event is raised before a row's child grids are populated
            in the load on demand mode.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowIslandsPopulated">
            <summary>
            The RowIslandsPopulated event is raised after a row's child grids are populated
            in the load on demand mode.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.InitializeBand">
            <summary>
            The InitializeBand event is raised for every Band in the hierarchical grid.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.InitializeRow">
            <summary>
            The InitializeRow event is raised when the grid binds to the records in the data source.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ItemCommand">
            <summary>
            The ItemCommand event is raised when a WebControl inside of the grid emits an event which would cause a postback.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.HeaderCheckBoxClicked">
            <summary>
            The HeaderCheckBoxClicked event is raised when the header checkbox in an 
            UnboundCheckBoxField has been clicked.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RecreateBandTemplates">
            <summary>
            The event that fires as WebHeirarchicalDataGrid processes the Load Event. This event is meant to be used
            to repopulate templates that are defined on the band or a band column in code behind, since templates cannot be stored
            in viewstate
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ContainerGridDataBinding">
            <summary>
            The event that fires right before the ContainerGrid is data bound.  If this is cancelled, then the ContainerGrid will perform 
            binding directly to the DataSource supplied to the event args.  This is to accomplish custom sorting or 
            filtering.  This will fire when the ContainerGrid's DataBinding event does, not before as
            RowIslandDataBinding does.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowExpanded">
            <summary>
            The RowExpanded event is raised after a row is expanded on the client.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.RowCollapsed">
            <summary>
            The RowCollapsed event is raised after a row is collapsed on the client.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.GroupedRowInitialized">
            <summary>
            The GroupedRowInitialized event is raised after a GroupedRecord is created.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.Templates">
            <summary>
            Gets a ControlCollection that contains instances of ItemTemplate objects which can be shared among items
            within the derived Control by seting the Item.TemplateId property to the Id of an ItemTemplate.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.EmptyRowsTemplate">
            <summary>
            Reference to the empty grid template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.ErrorTemplate">
            <summary>
            Reference to the ErrorTemplate.
            </summary>
            <remarks>
            The ErrorTemplate allows for a customizable visual if an unhandled error is detected on the server.  
            The WebDataGrid will show the template if the error occurs during initial rendering or if it happens 
            via a full postback.          
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.IsOptimizeCollectionsStateSupported">
            <summary>
            Enables optimization for collections client state during postback
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ActiveCellEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.ActiveCellChanged"></see> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ActiveCellEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecordItem,Infragistics.Web.UI.GridControls.GridRecordItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.ActiveCellEventArgs">ActiveCellEventArgs</see>.
            </summary>
            <param name="previousActiveCell">The cell that was previously active</param>
            <param name="currentActiveCell">The new active cell.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ActiveCellEventArgs.PreviousActiveCell">
            <summary>
            The cell that was active prior to the last post to the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ActiveCellEventArgs.CurrentActiveCell">
            <summary>
            The cell that was active on the client after the last post.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ActiveGroupedRowEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.GridControls.ContainerGrid.ActiveGroupedRowChanged"></see> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ActiveGroupedRowEventArgs.#ctor(Infragistics.Web.UI.GridControls.GroupedRecord,Infragistics.Web.UI.GridControls.GroupedRecord)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.ActiveGroupedRowEventArgs">ActiveGroupedRowEventArgs</see>.
            </summary>
            <param name="previousActiveGroupedRow">The groupedRow that was previously active</param>
            <param name="currentActiveGroupedRow">The new active groupedRow.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ActiveGroupedRowEventArgs.PreviousActiveGroupedRow">
            <summary>
            The groupedRow that was active prior to the last post to the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ActiveGroupedRowEventArgs.CurrentActiveGroupedRow">
            <summary>
            The groupedRow that was active on the client after the last post.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IActivationBehavior">
            <summary>
            Marks the activation behavior of the grid. The interface can be used
            to get a hold of the activation behavior in the behavior collection
            using <b>GridBehaviorCollection.GetBehaviorInterface</b>.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IBehaviorInterface">
            <summary>
            Parent interface of all public behavior interfaces.
            </summary>
            <remarks>
            A public interface can be used to retrieve and use certain 
            known behaviors from the behavior collection using <b>GridBehaviorCollection.GetBehaviorInterface&lt;TInterface&gt;</b>.
            </remarks> 
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IActivationBehavior.ActiveCell">
            <summary>
            Currently active cell in the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Activation">
            <summary>
            A behavior that allows the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to have an Active Cell.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehavior">
            <summary>
            Abstract class that defines a skeleton of the grid behavior. Every behavior of the grid
            must be inheriting the class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IGridBehavior">
            <summary>
            Interface marks a behavior of the grid. External object can communicate with the
            behaviors via properties and methods of the interface.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.OnLoad">
            <summary>
            Called when a behavior is being loaded. This is usually a good place to wire behavior events.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.OnUnload">
            <summary>
            Called when a behavior is being unloaded. This is usually a good place to disconnect behavior events.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Called when a client side action is being passed unto the grid.
            </summary>
            <param name="actionType">Type of the action occurred on the lient.</param>
            <param name="id">Id of an object associated with the action.</param>
            <param name="value">A value associated with the action.</param>
            <param name="tag">A tag associated with the action. Any additional info about the action can be provided here.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.OnItemCommand(System.Object,Infragistics.Web.UI.GridControls.HandleCommandEventArgs)">
            <summary>
            Called when a command event is being bubbled. Gives a behavior opportunity to handle the command.
            </summary>
            <param name="source">Object-source of the command event.</param>
            <param name="args">Arguments associated with the command event.</param>
            <returns><b>true</b> if the event is handled by the behavior. <b>false</b> otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Invoked to allow a behavior to register its JavaScript references.
            </summary>
            <param name="scriptReferences">List of reference to append the behavior script references to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.MultiInstancesAllowed">
            <summary>
            The method indicates if multiple instances of the behavior are allowed by its parent.
            </summary>
            <returns><b>true</b> if multiple instances are allowed.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.GetRoleCount">
            <summary>
            The methtod indicates how many application style roles a behavior supports.
            </summary>
            <returns>Number of roles supported by the behavior.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.GetRoleInfo(System.Int32)">
            <summary>
            Gets an application styling role info by its index.
            </summary>
            <param name="index">Index of the role info to return.</param>
            <returns>Role info corresponding to the index provided.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called when a partial callback is being initialized.
            </summary>
            <param name="callbackObject">Callback object for the reference.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.OnCallbackRender(Infragistics.Web.UI.Framework.CallbackObject,System.Text.StringBuilder)">
            <summary>
            Called during rendering of the callback object.
            </summary>
            <param name="callbackObject">Callback object to reference and make changes during rendering.</param>
            <param name="responseJSONString">JSON string that can be used by the behavior to pass extra information to the client.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGridBehavior.OnPartialClear">
            <summary>
            Called when a collection is being partially cleared.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IGridBehavior.RequiresDataBinding">
            <summary>
            Indicates if the behavior requires data binding when added or removed from grid's behavior collection.
            </summary>
            <returns><b>true</b> if data binding is required.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnLoad">
            <summary>
            Called whenever the behavior is being loaded. This is usually a good place
            to hook up to all of the internal events.
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnUnload">
            <summary>
            Called when the behavior is being unloaded. This is usually a good place
            to unhook all of the internal event handlers.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnPartialClear">
            <summary>
            Called when the behaviors collection is being partially cleared. This is where the behavior
            will have to remove any controls it added to the grid's controls collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Called in a response to an action that happened on the client.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">Identification of the object the action is happened to.</param>
            <param name="value">A value assotiated with the action.</param>
            <param name="tag">A tag associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnItemCommand(System.Object,Infragistics.Web.UI.GridControls.HandleCommandEventArgs)">
            <summary>
            Called for every behavior to give it a chance to handle the command bubbled from inside of the child controls collection of the grid.
            </summary>
            <param name="source">Reference to the object that initiated the command event.</param>
            <param name="args">Event arguments.</param>
            <returns>True if the command was handled</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Called by the framework for the behavior to provide its script references
            if it has any.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the behavior's script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called when an asynchrohous request is initiated by the behavior.
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnCallbackRender(Infragistics.Web.UI.Framework.CallbackObject,System.Text.StringBuilder)">
            <summary>
            Called when the behavior needs to returns its response to an asynchrohous request.
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
            <param name="responseJSONString">JSON string that can be used by the behavior to pass extra information to the client.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.MultiInstancesAllowed">
            <summary>
            Indicates whether functionality can be added into the functionality collection
            multiple times.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.ToString">
            <summary>
            Returns string representation of the object.
            </summary>
            <returns>String representation of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.ResolveCssClass(System.String,System.Int32)">
            <summary>
            Resolves the CssClass that should be rendered.
            </summary>
            <param name="propertyClass">The property value of the CssClass</param>
            <param name="role">The actual role index.</param>
            <returns>A CssClass that should be rendered.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.GetRoleCount">
            <summary>
            Indicates how many app styling roles the functionality supports.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.GetRoleInfo(System.Int32)">
            <summary>
            Gets reference to a role info by its index.
            </summary>
            <param name="index">Index of the role to provide.</param>
            <returns>Reference to a role info corresponding to the index.</returns>
            <remarks>
            If the functionality supports app styling this method would return all <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo"/>
            objects via their inices. The <see cref="M:Infragistics.Web.UI.GridControls.GridBehavior.GetRoleCount"/> method provides information about number
            of roles supported by the functionality.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called whenever the behavior is removed from its owner collection.
            </summary>
            <param name="owner">The behavior collection of type <see cref="T:Infragistics.Web.UI.GridControls.GridBehaviorCollection"/>.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called whenever the behavior is added to its owner collection.
            </summary>
            <param name="owner">The behavior collection of type <see cref="T:Infragistics.Web.UI.GridControls.GridBehaviorCollection"/>.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.RaiseServerEvents">
            <summary>
            The method is called by the framework whenever it's time to raise server events - 
            after loading of the controls in the page life cycle.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.CreateClientEvents">
            <summary>
            Creates client events object.
            </summary>
            <remarks>
            The method must be implemented by the derived behavior if it has client side events 
            and return an instance of a client side events object derived from <see cref="T:Infragistics.Web.UI.Framework.ClientEventsBase"/>.
            </remarks>
            <returns>A new instance of the behavior's client side events object
            derived from <see cref="T:Infragistics.Web.UI.Framework.ClientEventsBase"/>.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.WriteAdditionalClientProperties(System.Text.StringBuilder)">
            <summary>
            Called by the framework for the behavior to add its additional client roperties.
            </summary>
            <remarks>
            The properties must be appended to the StringBuilder parameter following the JSON
            string format.
            </remarks>
            <param name="builder">The string builder to add extra properties to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.LoadViewState(System.Object)">
            <summary>
            Overrides base class' method. Loads the view state of the behavior.
            </summary>
            <param name="savedState">Previously saved view state object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.SaveViewState">
            <summary>
            Overrides base class' method. Saves the view state of the behavior.
            </summary>
            <returns>Saved view state object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.GetObjectParentType">
            <summary>
            Gets the Type of the parent object
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehavior.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.OwnerCollection">
            <summary>
            A reference to the grid behavior collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.Grid">
            <summary>
            A reference to the grid the behavior belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.PropCount">
            <summary>
            Returns number of properties for the client state supported by the behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.Name">
            <summary>
            Name of the behavior. Displayed at the design time in the <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.Behaviors"/>
            expandable collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.Enabled">
            <summary>
            Determines if the behavior is enabled.
            </summary>
            <remarks>
            If the behavior is present in the behaviors collection but the property
            is set to False the behavior is being ignored by the framework.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.RequiresDataBinding">
            <summary>
            Indicates if the behavior requires data binding when added or removed from grid's behavior collection.
            </summary>
            <returns><b>true</b> if data binding is required. false by default.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.Index">
            <summary>
            Index of the behavior inside of the behavior collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.EventList">
            <summary>
            The EventList manages the list of events that need to be fired to the application during the RaisePostDataChangedEvent processing.
            The list is created during the LoadPostData processing phase.  
            Derived behaviors iterate the list in the RaiseServerEvents virtual override to fire the actual events.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.ClientEvents">
            <summary>
            The clientside events holder object. Usually a particular behavior
            will have a similar property of its own and this property is used 
            by the framework to get access to the client events using a common mechanism.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehavior.ControlRunBot">
            <summary>
            Returns reference to the Grid's runbot
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IHierarchicalBehavior">
            <summary>
            All behaviors that can be inherited by WebHierarchicalDataGrid grids should implement this interface
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.OnLoad">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.Activation">Activation</see> behavior is enabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.OnUnload">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.Activation">Activation</see> behavior is disabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.LoadPositionalProperty(System.Int32,System.Object)">
            <summary>
            The <see cref="T:Infragistics.Web.UI.GridControls.Activation">Activation</see> behavior, overrides this method to update the ActiveCell
            to the state it was in on the clientside. This is also where it builds it's EventList so that it knows which 
            server events need to fire.
            </summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            The <see cref="T:Infragistics.Web.UI.GridControls.Activation">Activation</see> behavior, overrides this method to load the cell that was active
            prior to the last postback.
            </summary>
            <param name="list"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            The method is called by the framework to register any script references.
            </summary>
            <param name="scriptReferences">List of script references to add the behavior script references to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="P:Infragistics.Web.UI.GridControls.Activation.ActivationClientEvents">ActivationClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.OnActiveCellChanged(Infragistics.Web.UI.GridControls.ActiveCellEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.ActiveCellChanged">ActiveCellChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.GridControls.ActiveCellEventArgs">ActiveCellEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.OnActiveGroupedRowChanged(Infragistics.Web.UI.GridControls.ActiveGroupedRowEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.ContainerGrid.ActiveGroupedRowChanged">ActiveGroupedRowChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.GridControls.ActiveCellEventArgs">ActiveCellEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.RaiseServerEvents">
            <summary>
            Called by <see cref="T:Infragistics.Web.UI.GridControls.GridBot">GridBot</see> during RaisePostDataChangedEvent. 
            <para>This is where the <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior raises it's server events.</para>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.CopyTo(Infragistics.Web.UI.Framework.ObjectBase)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>		
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.IsCellHidden(Infragistics.Web.UI.GridControls.GridRecordItem)">
            <summary>
            Returns true is the cell is hidden due to a collapsed data row or grouped row.
            </summary>
            <param name="cell">The cell whose visibility to check for.</param>
            <returns>Returns true is the cell is hidden.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.IsRowHiddenByCollapsedRow(Infragistics.Web.UI.GridControls.ContainerGrid,Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Returns true is a row is not visible because a parent data row is collapsed or a grouped row is collapsed.
            Otherwise false.
            </summary>
            <param name="grid">The grid to which the row belongs to</param>
            <param name="row">The data row for which to check the visibility</param>
            <returns>True is the row is not visible otherwise false</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.IsRowHiddenByGroupedRecord(Infragistics.Web.UI.GridControls.GroupedRecord,Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Returns true is the given data row is hidden because the given grouped row is collapese or
            one of the child grouped rows is collapsed and is hiding the data row.
            </summary>
            <param name="groupedRow">The grouped row to which the data row belongs to</param>
            <param name="row">The data row for which to check the visibility</param>
            <returns>True is the row is not visible otherwise false</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.SaveSettings">
            <summary>
            Custom persistence logic for saving activation settings
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Activation.LoadSettings(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Custom persistence logic for loading activation settings
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.Name">
            <summary>
            Returns the name of the object. This name is used on client to create the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.ActiveCell">
            <summary>
            Get/Sets the Cell that is currently active. 
            If set to null, no cell will be active. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.ActiveGroupedRow">
            <summary>
            Get/Sets the Grouped Row that is currently active. 
            If set to null, no Grouped Row will be active. This property is only relavent
            to the WebHierarchicalDataGrid when data is grouped by a column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.ActiveCellCssClass">
            <summary>
            The CSS Class that will be applied to a cell when it becomes Active.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.ActiveRowCssClass">
            <summary>
            The CSS Class that will be applied to the Row of the ActiveCell.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.ActiveColumnCssClass">
            <summary>
            The CSS Class taht will be applied to the Column Header of the ActiveCell.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.ActiveRowSelectorImageCssClass">
            <summary>
            The CSS Class that will be applied to the ImageArea of the RowSelector of the ActiveCell.
            <para>This class is available for setting the BackgroundImage of the RowSelector.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.ActiveRowSelectorCssClass">
            <summary>
            The CSS Class that will be applied to the RowSelector.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.ActivationClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Activation.AutoPostBackFlags">
            <summary>
            Returns the ActivationAutoPostBackFlags for the Activation behavior
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Activation.ActiveCellChanged">
            <summary>
            Occurs when the ActiveCell changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Activation.ActiveGroupedRowChanged">
            <summary>
            Occurs when the ActiveGroupedRow changes between posts to the server.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridActivationRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridActivationRoles.ActiveCell">
            <summary>
            The CSS class that will be applied to the Active cell.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridActivationRoles.ActiveRow">
            <summary>
            The CSS class that will be applied to the Active row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridActivationRoles.ActiveColumn">
            <summary>
            The CSS class that will be applied to the column with the Active Cell.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridActivationRoles.ActiveRowSelectorImage">
            <summary>
            The CSS class that will be applied to the row selector image of the row with the Active cell.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridActivationRoles.ActiveRowSelector">
            <summary>
            The CSS class that will be applied to the row selector of the row with the Active cell.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridActivationRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.Activation"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridActivationProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.Activation">Activation</see> behavior will send to the client.
            This should only be used when a control dervies from the Activation and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridActivationProps.ActiveCell">
            <summary>
            Active cell property index.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridActivationProps.ActiveGroupedRow">
            <summary>
            Active grouped row indecies.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridActivationProps.Count">
            <summary>
            Number of properties in the behavior.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ITemplateBehavior">
            <summary>
            Should be implemented by every behavior that supports templating.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ITemplateBehavior.GetTemplateNames">
            <summary>
            Array of template names of the behavior.
            </summary>
            <remarks>
            The array must have even number of members. Every odd member is the property name, every even member is the template display name.
            </remarks>
            <returns>Array of template names of the behavior.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ITemplateBehavior.InstantiateTemplates">
            <summary>
            Called into the behavior to instantiate templates.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IColumnSettings">
            <summary>
            Should be implemented by behaviors that have a collection of settings per column
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IColumnSettings.ColumnSettings">
            <summary>
            Returns a collection of column settings
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IColumnSettings.ItemName">
            <summary>
            Returns the name of the items in the column setting collection
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IClearBehaviorColumnInfo">
            <summary>
            Interface defined to allow behaviors to clear settings that might be column specific but that do not have column settings.    
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IClearBehaviorColumnInfo.ClearBehaviorColumnInfo">
            <summary>
            Clears collection that are column specific
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IScrollbarIntersection">
            <summary>
            Should be implemented by the behaviors that add extra styling points
            to the intersection of the vertical scrollbar and header and/or footer.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IScrollbarIntersection.HasTopScrollbarIntersection">
            <summary>
            Indicates whether the behavior has intersection with vertical scrollbar on the top.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IScrollbarIntersection.TopScrollbarIntersectionCss">
            <summary>
            Contains css class name for the top scrollbar intersection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IScrollbarIntersection.HasBottomScrollbarIntersection">
            <summary>
            Indicates whether the behavior has intersection with vertical scrollbar on the bottom.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IScrollbarIntersection.BottomScrollbarIntersectionCss">
            <summary>
            Contains css class name for the bottom scrollbar intersection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IScrollbarIntersection.BottomIntersectionHTML">
            <summary>
            The HTML that needs to be displayed for the intersection with vertical scrollbar on the bottom. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IScrollbarIntersection.TopIntersectionHTML">
            <summary>
            The HTML that needs to be displayed for the intersection with vertical scrollbar on the top. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IRecordOffsetIndex">
            <summary>
            Implemented by behaviors that alternate top offset index of the records.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IRecordOffsetIndex.RecordOffsetIndex">
            <summary>
            New top offset record.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IEmptyRowIslands">
            <summary>
            A behavior must implement the interface when it influences creation 
            of empty row islands in a WebHierarchicalDataGrid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IEmptyRowIslands.EnablesEmptyRowIslands">
            <summary>
            Indicates whether empty row islands must be created when the behavior is added.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Behaviors">
            <summary>
            Behaviors collection of the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorCollection">
            <summary>
            Base class for the grid's behaviors.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.#ctor">
            <summary>
            Default contructor of the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.ThrowMissingBehaviorException(System.String)">
            <summary>
            Throws a NullReferenceException with a custom message about the behavior not being added.
            </summary>
            <param name="behaviorName">Behavior name to report that it does not exist yet.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.LoadBehaviors">
            <summary>
            Calls the OnLoad function of all enabled behaviors.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.UnloadBehaviors">
            <summary>
            Called when the behavior collection is being unloaded
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.PartiallyClearBehaviors">
            <summary>
            Called when the behavior collection is being partially cleared
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.Add(Infragistics.Web.UI.GridControls.GridBehavior)">
            <summary>
            Adds a new behavior to the collection.
            </summary>
            <param name="item">Behavior to add.</param>
            <returns>Index inside of the collection. -1 in case of an error.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.ValidateOwner(Infragistics.Web.UI.GridControls.GridBehavior)">
            <summary>
            
            </summary>
            <param name="item">The item whose owner to validate</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.Remove(Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Removes a behavior from the collection
            </summary>
            <param name="item">The behavior to remove.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.GetBehavior(System.String)">
            <summary>
            Gets a behavior by its name.
            </summary>
            <param name="name">Name of the behavior. Casing is ignored.</param>
            <returns>The behavior with the name provided. Null if no such behavior in the collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.GetBehaviorByInterface``1">
            <summary>
            Gets a behavior by its interface.
            </summary>
            <typeparam name="TInterface">Interface that the requested behavior supports. Must be inherited from <see cref="T:Infragistics.Web.UI.GridControls.IBehaviorInterface"/>.</typeparam>
            <returns>First match of the behavior with the interface in the collection.</returns>
            <remarks>The method can be used to retrieve a behavior that implements a certain interface.
            Default behaviors in the grid assembly implement their corresponding interfaces.
            It is possible to create a substitute behavior that implements an interface that the
            default behavior use. That way the grid's behaviors can be extended without impacting the
            core logic of the control.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.GetBehaviorByType(System.Type)">
            <summary>
            Gets a behavior by its type.
            </summary>
            <param name="behaviorType">Type of behavior to retrieve.</param>
            <returns>Reference to the behavior if found. Null otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateCollectionObject(System.String)">
            <summary>
            Implements overriden method to return an instance of the collection.
            </summary>
            <param name="objectType">Type of the collection member to create.</param>
            <returns>An instance of the collection member requested.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.GetRoleCount">
            <summary>
            Gets total number of the application styling roles implemented by  the behaviors in the collection.
            </summary>
            <returns>Total number of the roles.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.PartialClear">
            <summary>
            Unloads the behaviors without calling Clear on the collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.Clear">
            <summary>
            Clears the Behaviors collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1">
            <summary>
            Looks for the behavior of provided type in the collection. 
            If found a reference to the behavior is returned, otherwise the 
            behavior is created and added to the collection.
            </summary>
            <typeparam name="TBehavior">Type of the behavior to create.</typeparam>
            <returns>Reference to an instance of requested behavior.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.GetBehavior``1">
            <summary>
            Looks for the behavior of provided type in the collection. 
            If found a reference to the behavior is returned, otherwise 
            null is returned.
            </summary>
            <typeparam name="TBehavior">Type of the behavior to seek.</typeparam>
            <returns>Reference to an instance of requested behavior or null 
            if the behavior is not present in the collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.ToString">
            <summary>
            Override. String representstion of the object.
            </summary>
            <returns>String representstion of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.GetRecordOffsetIndex(Infragistics.Web.UI.GridControls.GridBehaviorCollection)">
            <summary>
            Returns the record offset induced by the behaviors in the collection
            </summary>
            <param name="behaviors"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.SaveSettings">
            <summary>
            Implements SaveSettings of ISupportPersistence.
            SkipEmptyChild should be set to false in order to persist a behavior 
            even if the behavior has nothing to persist except itself.
            Nothing to persist means that all of its props are having their defalts.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.LoadSettings(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Implements LoadSettings of ISupportPersistence.
            Behaviors are theated as a complex object, not as collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorCollection.Grid">
            <summary>
            The WebDataGrid that these behaviors belong to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorCollection.Item(System.Int32)">
            <summary>
            Indexer of the collection.
            </summary>
            <param name="index">Index of the behavior to return.</param>
            <returns>A behavior with the index provided. Null if the index is out of bounds.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.#ctor">
            <summary>
            Defualt constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Initializes the collection with the reference of the grid the collection belongs to.
            </summary>
            <param name="grid">Reference to the grid the collection belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializePaging">
            <summary>
            Allows the Paging behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeSelection">
            <summary>
            Allows the Selection behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeActivation">
            <summary>
            Allows the Activation behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeRowSelectors">
            <summary>
            Allows the RowSelectors behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeColumnMoving">
            <summary>
            Allows the ColumnMoving behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeColumnResizing">
            <summary>
            Allows the ColumnResizing behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeEditingCore">
            <summary>
            Allows the EditingCore behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeSorting">
            <summary>
            Allows the Sorting behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeFiltering">
            <summary>
            Allows the Filtering behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeColumnFixing">
            <summary>
            Allows the ColumnFixing behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeVirtualScrolling">
            <summary>
            Allows the VirtualScrolling behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeSummaryRow">
            <summary>
            Allows the SummaryRow behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.ShouldSerializeClipboard">
            <summary>
            Allows the Clipboard behavior to be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.Init">
            <summary>
            Initalizes the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.RegisterScripts(System.Object,Infragistics.Web.UI.GridControls.RegisterScriptsEventArgs)">
            <summary>
            Handles the <see cref="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.RegisterScripts"/> event. Registers base java script files to support the collection on the client.
            </summary>
            <param name="sender">Reference to the object that fires the event.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.InternalInsert(System.Int32,Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Inserts the given object at the given index.  Inits this if the count is 0 to start.
            </summary>
            <param name="index">The index to insert at</param>
            <param name="collectionObject">The object to insert</param>
            <returns>The index it was inserted at</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Behaviors.UnloadBehaviors">
            <summary>
            Called when the behaviors are being unloaded from the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.Grid">
            <summary>
            Reference to the grid the collection belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.RecordIndexOffset">
            <summary>
            Top offset record of the record collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.Paging">
            <summary>
            Reference to the paging behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.Selection">
            <summary>
            Reference to the selection behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.Activation">
            <summary>
            Reference to the activation behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.RowSelectors">
            <summary>
            Reference to the row selectors behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.ColumnMoving">
            <summary>
            Reference to the columnMoving behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.ColumnResizing">
            <summary>
            Reference to the columnResizing behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.EditingCore">
            <summary>
            Reference to the updating behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.Sorting">
            <summary>
            Reference to the sorting behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.Filtering">
            <summary>
            Reference to the filtering behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.ColumnFixing">
            <summary>
            Reference to the column fixing behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.VirtualScrolling">
            <summary>
            Reference to the virtual scrolling behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.SummaryRow">
            <summary>
            Reference to the summary row behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Behaviors.Clipboard">
            <summary>
            Reference to the clipboard behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Clipboard">
            <summary>
            A behavior that allows data from the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to interact with clipboard. The format in which
            data is placed into the cliboard is similar to the Microsoft Excel one, so that cell values can be easily copied
            between WebDataGrid and Excel.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Clipboard.OnLoad">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.Clipboard">Clipboard</see> behavior is enabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Clipboard.OnUnload">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.Clipboard">Clipboard</see> behavior is disabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Clipboard.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Clipboard.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            The method is called by the framework to register any script references.
            </summary>
            <param name="scriptReferences">List of script references to add the behavior script references to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Clipboard.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="P:Infragistics.Web.UI.GridControls.Clipboard.ClipboardClientEvents">ClipboardClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Clipboard.CopyTo(Infragistics.Web.UI.Framework.ObjectBase)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.Name">
            <summary>
            Returns the name of the object. This name is used on client to create the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.EnableCopy">
            <summary>
            Controls whether copying is allowed on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.EnableCut">
            <summary>
            Controls whether cutting is allowed on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.EnablePaste">
            <summary>
            Controls whether pasting is allowed. Pasting may be allowed on the client or server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.CopyFormatted">
            <summary>
            Controls whether formatted or raw cell values should be placed into the clipboard.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.IgnoreHidden">
            <summary>
            Controls whether hidden columns are ignored during copy/paste operations.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.CopyColumnHeader">
            <summary>
            Controls whether selected columns' header text is also copied into clipboard.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Clipboard.ClipboardClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridClipboardRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridClipboardRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.Clipboard"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridClipboardProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.Clipboard">Clipboard</see> behavior will send to the client.
            This should only be used when a control dervies from the Clipboard and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridClipboardProps.Count">
            <summary>
            Number of properties in the behavior.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ClipboardClientEvents">
            <summary>
            Clientside events that the Clipboard behavior will fire in the browser.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ClipboardClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ClipboardClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.ClipboardClientEvents">ClipboardClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ClipboardClientEvents.Copying">
            <summary>
            Event fired before data is copied from clipboard into the grid.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ClipboardClientEvents.Copied">
            <summary>
            Event fired after data is copied from clipboard into the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ClipboardClientEvents.Cutting">
            <summary>
            Event fired before data is being cut from the grid into clipboard.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ClipboardClientEvents.Cut">
            <summary>
            Event fired after data is cut from the grid into clipboard.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ClipboardClientEvents.Pasting">
            <summary>
            Event fired before data is being pasted into the grid from clipboard.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ClipboardClientEvents.Pasted">
            <summary>
            Event fired after data is pasted into the grid from clipboard.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IColumnFixing">
            <summary>
            Interface which every Column Fixing behavior of WebDataGrid should implement.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IColumnFixing.FixedColumns">
            <summary>
            Returns a FixedColumnInfoCollection collection, which contains the columns which are 
            currently fixed
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFixing">
            <summary>
            Fixed columns behavior. Enables the grid to fix columns on either left or right side.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.#ctor">
            <summary>
            Default constructor for the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixing">ColumnFixing Behavior</see>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFixing.ColumnFixingClientEvents">ColumnFixingClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            The method is called by the framework to register any script references.
            </summary>
            <param name="scriptReferences">List of script references to add the behavior script references twriter.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.OnLoad">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixing">ColumnFixing</see> behavior is enabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.OnUnload">
            <summary>
            Called when the behavior is being unloaded. This is usually a good place
            to unhook all of the internal event handlers.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.ColumnFixing_FilterItemXmlAttributes(System.Object,Infragistics.Web.UI.GridControls.GridRecordItem)">
            <summary>
            Adds xml attributes to filter cells when column fixing is on
            </summary>
            <param name="sender">The sender of the event</param>
            <param name="item">The filter cell to adjust</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Overrides base class' method. Handles processing of filtering.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">Identification of the object the action is happened to.</param>
            <param name="value">A value assotiated with the action.</param>
            <param name="tag">A tag associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Overrides base class' method. Called when an asynchronous request is initiated by 
            the filtering
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Reads the TransactionList and repopulates the collections of the control.
            </summary>
            <param name="collections">A list of collections that were modified on the clientside</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Overrides the base class' method. Loads transactions specific to the column fixing behavior.
            </summary>
            <param name="list">List of transactions.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.OnFixedStateChanged(System.Collections.Generic.List{Infragistics.Web.UI.GridControls.FixedColumnInfo},System.Boolean)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.ColumnFixing.FixedStateChanged"/> event. Called by the column fixing whenever a column is fixed or unfixed.
            </summary>
            <param name="affectedColumns">List of affected columns by the fixing action</param>
            <param name="isFixed">Whether the columns are now fixed</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.GetRoleInfo(System.Int32)">
            <summary>
            Returns A RoleInfo corresponding to an item in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGridRowSelectorRoles"/>
            enumeration.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.SaveSettings">
            <summary>
            Custom persistence logic for saving column fixing settings
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixing.LoadSettings(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Custom persistence logic for loading column fixing settings
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.Name">
            <summary>
            Overriden. Keeps the behavior name.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.PinButton">
            <summary>
            The button object that will be displayed in the grid's column header for 
            unfixed column, which are allowed to be fixed through the UI.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.UnpinButton">
            <summary>
            The button object that will be displayed in the grid's column header for fixed column, 
            which are allowed to be unfixed through the UI.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.ShowLeftSeparator">
            <summary>
            Boolean property which controls whether the separator line is shown between the columns that are fixed on the left 
            hand-side of the grid and the rest of the grid columns.
            <para>True - show the separator (Default)</para>
            <para>False - do not show the separator</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.ShowRightSeparator">
            <summary>
            Boolean property which controls whether the separator line is shown between the columns that are fixed on the right 
            hand-side of the grid and the rest of the grid columns.
            <para>True - show the separator (Default)</para>
            <para>False - do not show the separator</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.ColumnSettings">
            <summary>
            Returns the ColumnFixingSettings collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.FixedColumns">
            <summary>
            Returns a FixedColumnInfoCollection collection, which contains the columns which are 
            currently fixed
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.FixLocation">
            <summary>
            The direction to which all columns are fixed to unless otherwise specified in the 
            ColumnSetting object for the column
            <para>Left - the columns will be fixed to the left edge of the grid</para>
            <para>Right - the columns will be fixed to the right edge of the grid</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.ShowFixButtons">
            <summary>
            Boolean property, which determines if the pin buttons for fixing columns are 
            shown next to the header caption.
            <para>True - the buttons are shown, this is the default</para>
            <para>False  - the buttons are not shown and columns can be fixed only programmatically.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.AutoAdjustCells">
            <summary>
            Controls whether the cell height of the unfixed columns needs to be kept in sync with the cell height of the fixed columns.  If this property is not turned on then the cell style may not be applied to the whole cell area of the cells of unfixed columns.  However, turning this property on, will significantly slow down the grid and this property should only be turned on for grid which do not have many rows.
            <para>True - adjust cell height. </para>
            <para>False - do not adjust cell height (Default). </para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.FixButtonAlignment">
            <summary>
            Indicate whether the fix button/pin is located to the left or to the right of the header caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.SeparatorCssClass">
            <summary>
            Name of the CSS style class that will be applied to the separator/divider line 
            that separates the fixed columns from the regular columns
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.HeaderCssClass">
            <summary>
            The name of the CSS style class that will be applied to fixed columns headers 
            (to both the left and right fixed columns)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.FooterCssClass">
            <summary>
            The name of the CSS style class that will be applied to fixed columns footers 
            (to both the left and right fixed columns)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.CellCssClass">
            <summary>
            The name of the CSS style class that will be applied to fixed columns cells 
            (to both the left and right fixed columns)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.ColumnFixingClientEvents">
            <summary>
            Holds client side event definitions for the column fixing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.PropCount">
            <summary>
            Returns number of properties for the client state supported by the sorting behavior.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.ColumnFixing.FixedStateChanged">
            <summary>
            Event that is fired every time a columns is fixed or unfixed by the user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.HasFixedStateChangedHandled">
            <summary>
            Indicates if the fixed state changed event is handled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.StopperStyle">
            <summary>
            Gets the stopper style 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.ThStopperCssClass">
            <summary>
            Gets the stopper css class name for the captions
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.ScrollDivMarker">
            <summary>
            Gets the scroll div marker
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixing.ScrollDivCssClass">
            <summary>
            Gets the scroll div css class name for.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents">
            <summary>
            ClientEvents used by the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents.ColumnFixing">ColumnFixing</see> behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents._columnFixing">
            <summary>
            Reference to the grid's column fixing behavior
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.ColumnFixing,System.Boolean)">
            <summary>
             Create instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents">ColumnFixingClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="columnFixing">Reference to the owner control's ColumnFixing behavior</param>
            <param name="trackViewState"></param>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents.FixedStateChanging">
            <summary>
            Event fired before a column is fixed or unfixed. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingClientEvents.FixedStateChanged">
            <summary>
            Event fired after a column has been fixed or unfixed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FixLocation">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFixingSetting.FixLocation">ColumnFixingSetting.FixLocation</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FixLocation.Left">
            <summary>
            Left edge of the grid
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FixLocation.Right">
            <summary>
            Right edge of the grid
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HeaderButtonAlignment">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFixingSetting.FixButtonAlignment">ColumnFixingSetting.FixButtonAlignment</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HeaderButtonAlignment.Left">
            <summary>
            Place the button the the left of column header caption
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HeaderButtonAlignment.Right">
            <summary>
            Place the button the the right of column header caption
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FixedColumnInfoProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FixedColumnInfoProps.ColumnKey">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.FixedColumnInfo.ColumnKey">FixedColumnInfoProps.ColumnKey</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FixedColumnInfoProps.FixLocation">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.FixedColumnInfo.FixLocation">FixedColumnInfo.FixLocation</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FixedColumnInfoProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> 
            will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridColumnFixingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixing">ColumnFixing</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridColumnFixingProps.FixedColumns">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFixing.FixedColumns">ColumnFixing.FixedColumns</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridColumnFixingProps.FixLocation">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFixing.FixLocation">ColumnFixing.DefaultFixLocation</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridColumnFixingProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixing">ColumnFixing</see> 
            behavior will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFixingSettingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnFixingSettingProps.FixLocation">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFixingSetting.FixLocation">ColumnFixingSetting.FixLocation</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnFixingSettingProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> 
            will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridColumnFixingRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            CSS classes that will be applied to the Grid Column Fixing elements.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnFixingRoles.HeaderCssClass">
            <summary>
            CSS style class that will be applied to fixed columns headers (to both the 
            left and right fixed columns)
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnFixingRoles.CellCssClass">
            <summary>
            CSS style class that will be applied to fixed columns cells (to both the left and 
            right fixed columns)
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnFixingRoles.FooterCssClass">
            <summary>
            CSS style class that will be applied to fixed columns footers 
            (to both the left and right fixed columns)
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnFixingRoles.SeparatorCssClass">
            <summary>
            CSS style class that will be applied to the separator/divider line 
            that separates the fixed columns from the regular columns 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnFixingRoles.PinButtonCssClass">
            <summary>
            CSS style class that will be applied to the pin button 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnFixingRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixing">ColumnFixing</see> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FixedStateChangedHandler">
            <summary>
            Delegate for the column fixing state changed event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the column fixing state changed event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FixedStateChangedEventArgs">
            <summary>
            FixedStateChanged event arguments.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedStateChangedEventArgs.#ctor(System.Collections.Generic.List{Infragistics.Web.UI.GridControls.FixedColumnInfo},System.Boolean)">
            <summary>
            Constructs the event arguments object.
            </summary>
            <param name="affectedColumns">Reference to the fixed columns collection.</param>
            <param name="isFixed">Whether the columns are now fixed</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedStateChangedEventArgs.AffectedColumns">
            <summary>
            A list of <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo"> FixedColumnInfo</see> objects whose fixed state has been changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedStateChangedEventArgs.IsFixed">
            <summary>
            Indicates if the <see cref="P:Infragistics.Web.UI.GridControls.FixedStateChangedEventArgs.AffectedColumns">AffectedColumns</see> are currently fixed or unfixed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">
            <summary>
            Column settings for <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixing">ColumnFixing</see> behavior.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnSetting">
            <summary>
            The ColumnSetting object is a base class for behaviors to allow for more granular control of the behavior.  The basis
            for this is controlling behavior on a column level.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Constructor for a ColumnSetting object
            </summary>
            <param name="grid">The grid that this setting belongs to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSetting.#ctor">
            <summary>
            Constructor for a ColumnSetting object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSetting.AttachEventHandlers">
            <summary>
            Attaches event handlers for this setting object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSetting.DetachEventHandlers">
            <summary>
            Detaches event handlers for this setting object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSetting.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSetting.FullAddress">
            <summary>
            Returns the ColumnKey as the FullAddress
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSetting.Grid">
            <summary>
            The grid that this setting belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSetting.OwnerCollection">
            <summary>
            Returns the ColumnSettingCollection this setting belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSetting.ColumnKey">
            <summary>
            Gets/sets the value of the column's key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSetting.PropCount">
            <summary>
            Number of client properties
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of the ColumnFixingSetting object
            </summary>
            <param name="grid">The WebDataGrid object that this Setting belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.String)">
            <summary>
            Creates a new instance of the ColumnFixingSetting object
            </summary>
            <param name="grid">The WebDataGrid object that this Setting belongs to.</param>
            <param name="columnKey">The key of a ControlDataField which a <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see>
            is tied to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSetting.#ctor">
            <summary>
            Creates a new instance of the ColumnFixingSetting object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSetting.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingSetting.EnableFixing">
            <summary>
            Determines whether the column fixing is enabled on the particular column. 
            If this is disabled then the user will not be able to fix this column via code 
            or via the user interface. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingSetting.FixLocation">
            <summary>
            Specifies if a column is to be fixed to the right or the left edge of the grid.  
            The default value is Left.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingSetting.ShowFixButton">
            <summary>
            Determines if the pin button for fixing the column is shown next to the header caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingSetting.FixButtonAlignment">
            <summary>
            Indicate whether the fix button/pin is located to the left or to the right of the header caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingSetting.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFixingSettings">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> objects.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnSettingCollection">
            <summary>
            Abstract class that holds collection of column setting objects
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new ColumnSettingCollection
            </summary>
            <param name="grid">The grid that the collection belongs to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.#ctor">
            <summary>
            Creates a new ColumnSettingCollection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Add(Infragistics.Web.UI.GridControls.ColumnSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">EditingColumnSetting</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.IndexOf(Infragistics.Web.UI.GridControls.ColumnSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSetting">ColumnSetting</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Insert(System.Int32,Infragistics.Web.UI.GridControls.ColumnSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSetting">ColumnSetting</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Contains(Infragistics.Web.UI.GridControls.ColumnSetting)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSetting">ColumnSetting</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Contains(System.String)">
            <summary>
            Returns true if the collection contians a ColumnSetting with the specified key.
            </summary>
            <param name="key">The key of a ControlDataField which a ColumnSetting may point to.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Remove(Infragistics.Web.UI.GridControls.ColumnSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSetting">ColumnSetting</see> from the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.AttachEventHandlers">
            <summary>
            Attaches event handlers to all the settings
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSettingCollection.DetachEventHandlers">
            <summary>
            Detaches event handlers to all the settings
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSetting">ColumnSetting</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the ColumnSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSetting">ColumnSetting</see> to retrieve from the collection.</param>
            <returns>The ColumnSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Grid">
            <summary>
            Returns the WebDataGrid that this settings collection belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSettingCollection.Band">
            <summary>
            Returns the IBand, if any, that this settings collection belongs to
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.#ctor">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSettings">ColumnFixingSettings</see> object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSettings">ColumnFixingSettings</see> object.
            </summary>
            <param name="grid">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the 
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSettings">ColumnFixingSettings</see> belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.CreateCollectionObject(System.String)">
            <summary>
            Implements overriden method to return an instance of the collection.
            </summary>
            <param name="objectType">Type of the collection member to create.</param>
            <returns>An instance of the collection member requested.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.Add(Infragistics.Web.UI.GridControls.ColumnFixingSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSettings">ColumnFixingSettings</see> to the collection.
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.IndexOf(Infragistics.Web.UI.GridControls.ColumnFixingSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.GetColumnFixingSetting(System.String)">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> object whose 
            <see cref="P:Infragistics.Web.UI.GridControls.ColumnSetting.ColumnKey">ColumnKey</see> matches the given key.  
            </summary>
            <param name="key">The key of a ControlDataField which a ColumnFixingSetting is tied to.</param>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> whose <see cref="P:Infragistics.Web.UI.GridControls.ColumnSetting.ColumnKey">ColumnKey</see>
            matched the given key. If a ColumnFixingSetting with the given key is not found null is returned.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.ColumnFixingSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.Contains(Infragistics.Web.UI.GridControls.ColumnFixingSetting)">
            <summary>
            Returns true if the collection contains the  <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFixingSettings.Remove(Infragistics.Web.UI.GridControls.ColumnFixingSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> from the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the ColumnFixingSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> to retrieve from the collection.</param>
            <returns>The ColumnFixingSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFixingSettings.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixingSetting">ColumnFixingSetting</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">
            <summary>
            Represents a fixed column in the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFixing"/> behavior's <see cref="P:Infragistics.Web.UI.GridControls.ColumnFixing.FixedColumns"/> collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfo.#ctor(System.String,Infragistics.Web.UI.GridControls.FixLocation)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object				
            <param name="columnKey">The key of a ControlDataField which a <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see>
            is tied to.</param>
            <param name="direction">The location to which to fix the column to.</param>		
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfo.#ctor(System.String)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object				
            <param name="columnKey">&gt;The key of a ControlDataField which a <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see>
            is tied to.</param>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfo.Grid">
            <summary>
            Gets the reference to the owner grid
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfo.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfo.ColumnKey">
            <summary>
            Gets the value of the column's key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfo.FixLocation">
            <summary>
            Gets the location to which the column is fixed to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfo.Column">
            <summary>
            Get the reference to the grid's column.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection">
            <summary>
            Collection of <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection">FixedColumnInfoCollection</see>
            </summary>
            <param name="grid">The grid to which the fixed columns in the collection belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Add(Infragistics.Web.UI.GridControls.FixedColumnInfo)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see>  to the collection.
            </summary>
            <param name="item">The <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object to add.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Add(System.String)">
            <summary>
            Creates a <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object for the given column key
            and appends it to the collection.
            </summary>
            <param name="columnKey">Column key of the column which to fix.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Add(System.String,Infragistics.Web.UI.GridControls.FixLocation)">
            <summary>
            Creates a <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object for the given column key
            and appends it to the collection.
            </summary>
            <param name="columnKey">Column key of the column which to fix.</param>
            <param name="direction">The edge to which the column should be fixed.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Add(Infragistics.Web.UI.GridControls.GridField)">
            <summary>
            Creates a <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object for the given column
            and appends it to the collection.
            </summary>
            <param name="column">Column which to fix.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Add(Infragistics.Web.UI.GridControls.GridField,Infragistics.Web.UI.GridControls.FixLocation)">
            <summary>
            Creates a <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object for the given column
            and appends it to the collection.
            </summary>
            <param name="column">Column which to fix.</param>
            <param name="direction">The edge to which the column should be fixed.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.IndexOf(Infragistics.Web.UI.GridControls.FixedColumnInfo)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> in the collection.
            </summary>
            <param name="item">The <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> oject whose index to find.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Insert(System.Int32,Infragistics.Web.UI.GridControls.FixedColumnInfo)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> to the underlying collection ArrayList
            </summary>
            <param name="index">The interger index at which to insert the object </param>
            <param name="item">The <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object to inset. </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Contains(Infragistics.Web.UI.GridControls.FixedColumnInfo)">
            <summary>
            Returns true if the collection contains the given <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object.
            </summary>
            <param name="item">The <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object to search for. </param>
            <returns>True is the object is contained in the collection, otherwise False</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Contains(System.String)">
            <summary>
            Returns true if the collection contains a <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> that shares the key value with the inputted parameter.
            </summary>
            <param name="key">A Key value to match with a FixedColumnInfo ColumnKey </param>
            <returns>True if a FixedColumnInfo object with that key is found</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Remove(Infragistics.Web.UI.GridControls.FixedColumnInfo)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> from the collection.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object to delete.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object at the given index.
            </summary>
            <param name="index">The index at which to delete the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> object</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.OnClear">
            <summary>
            Sets the <see cref="P:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.LeftFixedCount">LeftFixedCount</see> 
            and <see cref="P:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.RightFixedCount">RightFixedCount</see> to zero, when the collection is cleared
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.LeftFixedCount">
            <summary>
            The number of columns in the collection that are currently fixed to the left
            edge of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.RightFixedCount">
            <summary>
            The number of columns in the collection that are currently fixed to the right
            edge of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfo">FixedColumnInfo</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Item(System.String)">
            <summary>
            Gets an item from the collection based on a key value
            </summary>
            <param name="key">The string key of the item to be found.</param>
            <returns>A FixedColumnInfo object with the ColumnKey value passed in, null otherwise.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection.Grid">
            <summary>
            Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the
            <see cref="T:Infragistics.Web.UI.GridControls.FixedColumnInfoCollection">FixedColumnInfoCollection</see> belong to.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnMoveSettingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">ColumnMoveSetting</see> object will send to the client.
            This should only be used when a control dervies from the ColumnMoveSetting object and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnMoveSettingProps.EnableMove">
            <summary>
            Controls if client moving is available on the client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnMoveSettingProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnMovingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoving">ColumnMoving</see> object will send to the client.
            This should only be used when a control dervies from the ColumnMove behavior and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnMovingProps.DragStyle">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnMoving.DragStyle">ColumnMoving.DragStyle</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnMovingProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoving"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridColumnMovingRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnMovingRoles.TopDragIndicator">
            <summary>
            The css class that will be applied to top drop indicator that appears on the screen during a column move.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnMovingRoles.MiddleDragIndicator">
            <summary>
            The css class that will be applied to middle drop indicator that appears on the screen during a column move.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnMovingRoles.BottomDragIndicator">
            <summary>
            The css class that will be applied to bottom drop indicator that appears on the screen during a column move.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnMovingRoles.DragMarkup">
            <summary>
            The css class used to style the DragMarkup.  If the default drag markup is 
            used this class will be applied in addition to the styles already applied to the header, 
            if the dragmarkup is replaced only the DragMarkupCssClass will be used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnMovingRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoving"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HeaderDragStyle">
            <summary>
            Defines how the header will move when dragging it for a move operaion
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HeaderDragStyle.Slide">
            <summary>
            Column header slides inside header
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HeaderDragStyle.Follow">
            <summary>
            Column header follows mouse
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">
            <summary>
            The ColumnMoveSetting object allows for customizing the ColumnMoving behavior on a column by column basis.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of the ColumnMoveSetting object
            </summary>
            <param name="grid">The WebDataGrid object that this Setting belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSetting.#ctor">
            <summary>
            Creates a new instance of the ColumnMoveSetting object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSetting.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSetting.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoveSetting.EnableMove">
            <summary>
            Gets/sets if this column will participate in column moving.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoveSetting.PropCount">
            <summary>
            Returns number of properties for the client state supported by the moving behavior.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnMoveSettings">
            <summary>
            ColumnMoveSettings is a collection object containing ColumnMoveSetting objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSettings.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of the ColumnMoveSetting collection.
            </summary>
            <param name="grid">The WebDataGrid that this collection belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSettings.#ctor">
            <summary>
            Creates a new instance of the ColumnMoveSetting collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSettings.CreateCollectionObject(System.String)">
            <summary>
            Implements overriden method to return an instance of the collection.
            </summary>
            <param name="objectType">Type of the collection member to create.</param>
            <returns>An instance of the collection member requested.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSettings.Add(Infragistics.Web.UI.GridControls.ColumnMoveSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">ColumnMoveSetting</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSettings.IndexOf(Infragistics.Web.UI.GridControls.ColumnMoveSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">ColumnMoveSetting</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.ColumnMoveSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">ColumnMoveSetting</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSettings.Contains(Infragistics.Web.UI.GridControls.ColumnMoveSetting)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">ColumnMoveSetting</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoveSettings.Remove(Infragistics.Web.UI.GridControls.ColumnMoveSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">ColumnMoveSetting</see> from the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoveSettings.Item(System.Int32)">
            <summary>
            Gets an item from the collection based on it's index in the collection.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">ColumnMoveSetting</see> to retrieve from the collection.</param>
            <returns>The ColumnMoveSetting object at the given index.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoveSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the ColumnMoveSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnMoveSetting">ColumnMoveSetting</see> to retrieve from the collection.</param>
            <returns>The ColumnMoveSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IColumnMoving">
            <summary>
            Interface defining a behavior supports moving of columns.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IColumnMoving.ColumnMoved">
            <summary>
            Event that is fired every time a columns is moved by the user.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnMoving">
            <summary>
            A behavior that allows the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to moving a GridField.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IInheritableBehavior">
            <summary>
            Behaviors which can exist one one grid of WebHierarchicalDataGrid and not on another,
            but be inherited should implement this interface.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IInheritableBehavior.CopyBandEvents(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Copies server events from the band to the grid
            </summary>
            <param name="band">The band that the behavior belongs to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IInheritableBehavior.EnableInheritance">
            <summary>
            Indicated whether this behavior needs to be inherited.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.#ctor">
            <summary>
            Creates a new instance of the ColumnMoving behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            The method is called by the framework to register any script references.
            </summary>
            <param name="scriptReferences">List of script references to add the behavior script references to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.EditingClientEvents">EditingClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.OnColumnMoved(Infragistics.Web.UI.GridControls.ColumnMovingEventArgs)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.ColumnMoving.ColumnMoved"/> event. Called by the moving behavior whenever a column is moved.
            </summary>
            <param name="e">The ColumnMoveEventArgs object that carries the information for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Overrides base class' method. Handles processing of the page change in the column moving.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">Identification of the object the action is happened to.</param>
            <param name="value">A value assotiated with the action.</param>
            <param name="tag">A tag associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Overrides base class' method. Called when an asynchronous request is initiated by 
            the column move operation.
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.OnLoad">
            <summary>
            Called whenever the behavior is being loaded. This is usually a good place
            to hook up to all of the internal events.
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.OnUnload">
            <summary>
            Called when the behavior is being unloaded. This is usually a good place
            to unhook all of the internal event handlers.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="collections">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Loads any transactions on the client collections
            </summary>
            <param name="collections">The collections whose transaction lists to load</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.Clone">
            <summary>
            Create clone of the object
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMoving.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>	
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.ColumnSettings">
            <summary>
            Returns the ColumnMoveSettings collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.Name">
            <summary>
            Holds name of the behavior. It's "ColumnMoving" for the ColumnMoving behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.TopDragIndicatorCssClass">
            <summary>
            Returns/sets the css class used to style the top portion of the drop indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.MiddleDragIndicatorCssClass">
            <summary>
            Returns/sets the css class used to style the middle portion of the drop indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.BottomDragIndicatorCssClass">
            <summary>
            Returns/sets the css class used to style the bottom portion of the drop indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.DragMarkupCssClass">
            <summary>
            Returns/sets the css class used to style the DragMarkup.  If the default drag markup is 
            used this class will be applied in addition to the styles already applied to the header, 
            if the dragmarkup is replaced only the DragMarkupCssClass will be used.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.DragStyle">
            <summary>
            Controls the drag mode of the markup during a column move operation.  Slide indicates that the drag markup should
            remain fixed on the y axis.  Follow indicates that the drag markup should follow the mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.ColumnMovingClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.ColumnMoving.ColumnMoved">
            <summary>
            Event that is fired every time a columns is moved by the user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.HasColumnMovedHandled">
            <summary>
            Indicates if the column moved event is handled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.PropCount">
            <summary>
            Returns number of properties for the client state supported by the sorting behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMoving.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnMovingClientEvents">
            <summary>
            Clientside events that the ColumnMoving behavior will fire in the browser.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnMovingClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMovingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnMovingClientEvents">ColumnMovingClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMovingClientEvents.HeaderDragStart">
            <summary>
            Event fired once a column move operation starts.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMovingClientEvents.HeaderMove">
            <summary>
            Event fired while the mouse moves while the column header is being dragged.
            <para>This event is cancelable.</para>
            </summary>        
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMovingClientEvents.HeaderDropped">
            <summary>
            Event fired after a column has been moved.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMovingClientEvents.HeaderDragEnd">
            <summary>
            Event fired after a move operation has been completed or canceled.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnMovingEventArgs">
            <summary>
            An object that contains information about the event on the server.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnMovingEventArgs.#ctor(Infragistics.Web.UI.GridControls.ControlDataField,System.Int32)">
            <summary>
            Constructs the event arguments object.
            </summary>        
            <param name="column">Reference to the column that was actively moved.</param>
            <param name="previousVisibleIndex">The visible index of the column prior to the moving operation.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMovingEventArgs.Column">
            <summary>
            Reference to the column that is being moved.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnMovingEventArgs.PreviousVisibleIndex">
            <summary>
            The visible index of the column prior to the moving operation.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnMovedEventHandler">
            <summary>
            Delegate for the column moved event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the moving event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Band">
            <summary>
            Server editing events for Band
            </summary>
            <summary>
            Extending the Band class so Sorting events handlers can be attached to it
            </summary>
            <summary>
            The Band object represents a single level of a hierarchical record set. 
            The columns that make up a band are typically drawn from a single recordsource (table) in the data source.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.ShouldSerializeColumns">
            <summary>
            Determines wheather columns should be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.ShouldSerializeAutoPostBackFlags">
            <summary>
            Enables persistence for AutoPostBackFlags.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.GetObjectType">
            <summary>
            Gets the name of the object type
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.SaveViewState">
            <summary>
            Saves the view state of the grid when rendering down to the client.
            </summary>
            <returns>aved view state object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.OnLoad">
            <summary>
            The method is invoked during the band's loading.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.OnUnload">
            <summary>
            The method is invoked during the band's unloading.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.SaveClientProperties">
            <summary>
            Serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Band.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">he objects to reload.</param>
            <returns>The number of objects that were loaded.</returns>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.ColumnMoved">
            <summary>
            Occurs when a column is moved by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.ColumnResized">
            <summary>
            Occurs when a column is resized by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.RowUpdating">
            <summary>
            Event that is fired every time a row is about to be updated in the database.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.RowUpdated">
            <summary>
            Event that is fired every time a row has been updated.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.RowsDeleting">
            <summary>
            Event that is fired every time a row is about to be deleted.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.RowDeleted">
            <summary>
            Event that is fired every time a row is deleted.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.RowAdding">
            <summary>
            Event that is fired every time a row about to be added.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.RowAdded">
            <summary>
            Event that is fired every time a row has been added.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.CalculateCustomSummary">
            <summary>
            Event that is fired whenever each custom summary needs to be calculated
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.CalculateSummary">
            <summary>
            Event that is fired whenever each normal summary type needs to be calculated because the grid
            is doing custom binding
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.SummaryCalculated">
            <summary>
            Event that is fired whenever a standard summary is calculated (any summary which is not a custom summary).  
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.DataFiltering">
            <summary>
            Occurs when a filters are about to be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.DataFiltered">
            <summary>
            Occurs when a filters have be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.PopulateUniqueFilterValues">
            <summary>
            Occurs when a filters have be applied to the grid's data.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.PageIndexChanged">
            <summary>
            Occurs when a page has changed by a user.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Band.ColumnSorted">
            <summary>
            Occurs when a column is sorted by a user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.Key">
            <summary>
            The Key of the Band
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.DataMember">
            <summary>
            Gets or sets a string value that identifies a particular data member of the DataSource property that is to be used
            to enumerate the data during a DataBind operation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.DataKeyFields">
            <summary>
            Contains datakeys of the shown data.
            </summary>
            <remarks>
            In case of a compound data key the field keys must be separated by a comma.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.IsSelfReference">
            <summary>
            Determines if the current Band is representing a self reference relationship.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.AutoGenerateColumns">
            <summary>
            Defines whether the grid generates columns automatically during the data binding process.
            </summary>
            <remarks>
            The grid can automatically generate a column for every field in the data source.
            If the property is set to True the automatically created columns will be added to 
            the ones set up in the aspx file. If the property is set to False the grid will use only
            the columns that set up in the aspx file.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.OwnerCollection">
            <summary>
            Gets the instance of the parent collection of the Band
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.Bands">
            <summary>
            A collection of child <see cref="T:Infragistics.Web.UI.GridControls.Band">Bands</see> of this band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.HasBands">
            <summary>
            Indicates whether the Bands property was instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.ExpandButton">
            <summary>
            The button object that will be displayed when a grid's row is collapsed and 
            the row has child row islands.  It can  be clicked to expand the row to show the child
            row islands. If the button is left with default parameters on the Band, but is changed on <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            then the band will inherit these settings.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.CollapseButton">
            <summary>
            The button object that will be displayed when a grid's row is expanded and can be clicked to collapse
            the row. If the button is left with default parameters on the Band, but is changed on <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            then the band will inherit these settings.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.GroupingSettings">
            <summary>
            Contains settings for column grouping.
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.AltItemCssClass">
            <summary>
            CSS class name that should be used for alternative (the ones with even index) rows.
            If this property is not set on the band, 
            it will be resolved by traveling up the band hierarchy.
            </summary>
            <remarks>
            <para>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </para>
            <para>
            The CSS class name is rendered on the TR element of the alternate rows and 
            therefore any custom CSS class must have a selector as following: TBODY > TR.[ClassName] > TD
            </para>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.FooterCaptionCssClass">
            <summary>
            CSS class name that should be used for the footers. If this property is not set on the band, 
            it will be resolved by traveling up the band hierarchy.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.HeaderCaptionCssClass">
            <summary>
            CSS class name that should be used for the headers. If this property is not set on the band, 
            it will be resolved by traveling up the band hierarchy.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.ItemCssClass">
            <summary>
            CSS class name that should be used for the cells. If this property is not set on the band, 
            it will be resolved by traveling up the band hierarchy.
            </summary>
            <remarks>
            <para>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </para>
            <para>
            The CSS class name is rendered on the TBODY element and therefore any custom CSS class must have
            a selector as following: TBODY.[ClassName] > TR > TD
            </para>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.ExpandableAreaCssClass">
            <summary>
            The name of the css class that will be used to style the TD in which the RowIslands appear.
            If this property is not set on the band, it will be resolved by traveling up the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.ExpansionColumnCss">
            <summary>
            The name of the css class that will be used to style the column in which the Expand/Collapse buttons appear.
            If this property is not set on the band, it will be resolved by traveling up the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.CellSpacing">
            <summary>
            Determines number of pixels between the cells of the grid.
            If this property is not set on the band, it will be resolved by traveling up the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.ShowFooter">
            <summary>
            Determines if the column footers will be visible in the Grid.
            If this property is not set on the band, it will be resolved by traveling up the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.ShowHeader">
            <summary>
            Determines if the column headers will be visible on the Grid.
            If this property is not set on the band, it will be resolved by traveling up the band hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.Height">
            <summary>
            The height of each row island that will be generated from the band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.Width">
            <summary>
            The width of each row island that will be generated from the band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.DefaultColumnWidth">
            <summary>
            The default column width that will be applied to all columns, for whom the width has not been set.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.HasColumns">
            <summary>
            Indicates whether the Columns property was instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.Columns">
            <summary>
            Contains definition of the band's columns. 
            </summary>
            <remarks>
            The property is available to be used publicly and is serialized 
            into the aspx file. When the <see cref="P:Infragistics.Web.UI.GridControls.Band.AutoGenerateColumns"/> property is
            set to False all of the columns in the grid are taken from this collection,
            there is no additionally generated columns in this case.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.Behaviors">
            <summary>
            Band behaviors.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.BandHasBehaviors">
            <summary>
            Returns true is the band has one or more behaviors.  Otherwise false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.AutoPostBackFlags">
            <summary>
            Returns the AutoPostBackFlags object which will be applied to this band's grids
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Band.Index">
            <summary>
            Returns the index of the band in the <see cref="T:Infragistics.Web.UI.GridControls.BandCollection"/>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">
            <summary>
            The ColumnResizeSetting object allows for customizing the ColumnResize behavior on a column by column basis.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnResizeSetting._minimumWidthDefault">
            <summary>
            The default value for the minimum width of a ColumnResizeSetting object.
            </summary>        
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnResizeSetting._maximumWidthDefault">
            <summary>
            The default value for the maximum width of a ColumnResizeSetting object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of the ColumnResizeSetting object
            </summary>
            <param name="grid">The WebDataGrid object that this Setting belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSetting.#ctor">
            <summary>
            Creates a new instance of the ColumnResizeSetting object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSetting.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSetting.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizeSetting.EnableResize">
            <summary>
            Gets/sets if this column will participate in column resizing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizeSetting.MinimumWidth">
            <summary>
            The lowest value that the column will allow itself to be drag resized to.  This setting is only enforced when the column is of pixel width.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizeSetting.MaximumWidth">
            <summary>
            The largest value that the column will allow itself to be drag resized to.  This setting is only enforced when the column is of pixel width.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizeSetting.FullAddress">
            <summary>
            Returns the ColumnKey as the FullAddress
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizeSetting.PropCount">
            <summary>
            Returns number of properties for the client state supported by the sorting behavior.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizeSettings">
            <summary>
            ColumnResizeSettings is a collection object containing ColumnResizeSetting objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSettings.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of the ColumnResizeSetting collection.
            </summary>
            <param name="grid">The WebDataGrid that this collection belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSettings.#ctor">
            <summary>
            Creates a new instance of the ColumnResizeSetting collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSettings.CreateCollectionObject(System.String)">
            <summary>
            Implements overriden method to return an instance of the collection.
            </summary>
            <param name="objectType">Type of the collection member to create.</param>
            <returns>An instance of the collection member requested.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSettings.Add(Infragistics.Web.UI.GridControls.ColumnResizeSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">ColumnResizeSetting</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSettings.IndexOf(Infragistics.Web.UI.GridControls.ColumnResizeSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">ColumnResizeSetting</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.ColumnResizeSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">ColumnResizeSetting</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSettings.Contains(Infragistics.Web.UI.GridControls.ColumnResizeSetting)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">ColumnResizeSetting</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizeSettings.Remove(Infragistics.Web.UI.GridControls.ColumnResizeSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">ColumnResizeSetting</see> from the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizeSettings.Item(System.Int32)">
            <summary>
            Gets an item from the collection based on it's index in the collection.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">ColumnResizeSetting</see> to retrieve from the collection.</param>
            <returns>The ColumnResizeSetting object at the given index.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizeSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the ColumnResizeSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">ColumnResizeSetting</see> to retrieve from the collection.</param>
            <returns>The ColumnResizeSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IColumnResizing">
            <summary>
            Interface defining a behavior supports resizing of columns.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IColumnResizing.ColumnResized">
            <summary>
            Event that is fired every time a columns is resized by the user.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizing">
            <summary>
            A behavior that allows the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to resize a GridField.
            This behavior will support multiple column resizing if the Selection behavior is used.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.#ctor">
            <summary>
            Creates a new instance of the ColumnResizing behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            The method is called by the framework to register any script references.
            </summary>
            <param name="scriptReferences">List of script references to add the behavior script references to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.EditingClientEvents">EditingClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.OnColumnResized(Infragistics.Web.UI.GridControls.ColumnResizingEventArgs)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.ColumnResizing.ColumnResized"/> event. Called by the resizing whenever a column is resized.
            </summary>
            <param name="e">The ColumnResizeEventArgs object that carries the information for the event.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Overrides base class' method. Handles processing of the page change in the column resizing.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">Identification of the object the action is happened to.</param>
            <param name="value">A value assotiated with the action.</param>
            <param name="tag">A tag associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="collections">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Loads any transactions on the client collections
            </summary>
            <param name="collections">The collections whose transaction lists to load</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.Clone">
            <summary>
            Create clone of the object
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizing.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>	
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.Enabled">
            <summary>
            Determines if the behavior is enabled.
            </summary>
            <remarks>
            If the behavior is present in the behaviors collection but the property
            is set to False the behavior is being ignored by the framework.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.ColumnSettings">
            <summary>
            Returns the ColumnResizeSettings collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.Name">
            <summary>
            Holds name of the behavior. It's "ColumnResizing" for the ColumnResizing behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.ResizeIndicatorCssClass">
            <summary>
            Returns/sets the css class used to style the editable cell.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.AutoPostBackFlags">
            <summary>
            Returns the ColumnResizingAutoPostBackFlags for the ColumnResizing behavior
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.ColumnResizingClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.ColumnResizing.ColumnResized">
            <summary>
            Event that is fired every time a columns is resized by the user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.HasColumnResizedHandled">
            <summary>
            Indicates if the column resized event is handled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.PropCount">
            <summary>
            Returns number of properties for the client state supported by the sorting behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizing.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizingAutoPostBackFlags">
            <summary>
            An object containing information on when the server events will be called.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizingAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for ColumnResizingAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizingAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizingAutoPostBackFlags.ColumnResized">
            <summary>
            Gets sets auto postback options applied to ColumnResized event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizingAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizingClientEvents">
            <summary>
            Clientside events that the ColumnResizing behavior will fire in the browser.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnResizingClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizingClientEvents">ColumnResizingClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizingClientEvents.ColumnResizing">
            <summary>
            Event fired before a column enters resizing mode. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizingClientEvents.ColumnResizeDragging">
            <summary>
            Event fired while the mouse moves while the column header is being resized.
            <para>This event is cancelable.</para>
            </summary>        
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizingClientEvents.ColumnResized">
            <summary>
            Event fired after a cell has entered edit mode.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizeSettingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting">ColumnResizeSetting</see> object will send to the client.
            This should only be used when a control dervies from the ColumnResizeSetting object and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnResizeSettingProps.EnableResize">
            <summary>
            Controls if client resizing is available on the client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnResizeSettingProps.MinimumWidth">
            <summary>
            The smallest that the column will be allowed to drag to.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnResizeSettingProps.MaximumWidth">
            <summary>
            The largest that the column will be allowed to drag to.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnResizeSettingProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizeSetting"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizing">ColumnResizing</see> object will send to the client.
            This should only be used when a control dervies from the ColumnResizing behavior and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnResizingProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizing"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridColumnResizingRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnResizingRoles.ResizeIndicator">
            <summary>
            The css class that will be applied to the resizing bar that appears on the screen while resizing.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridColumnResizingRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.ColumnResizing"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizingEventArgs">
            <summary>
            An object that contains information about the event on the server.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnResizingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridField,Infragistics.Web.UI.GridControls.GridField[],System.Web.UI.WebControls.Unit[])">
            <summary>
            Constructs the event arguments object.
            </summary>        
            <param name="column">Reference to the column that was actively resized.</param>
            <param name="columnsResized">Reference to the columns resized.</param>
            <param name="originalWidths">A collection listing the starting widths of the columns resized. </param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizingEventArgs.Column">
            <summary>
            Reference to the column that is being resized.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizingEventArgs.ColumnsResized">
            <summary>
            Reference to the columns that will be participating in the resizing
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnResizingEventArgs.OriginalWidths">
            <summary>
            A listing of the original widths of the columns in the resizing action.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnResizedEventHandler">
            <summary>
            Delegate for the column resized event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the resizing event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnSettingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSetting">ColumnSetting</see> object will send to the client.
            This should only be used when a control dervies from the ColumnSetting object and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnSettingProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSetting"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnEditSettingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnEditSetting">ColumnEditSetting</see> will send to the client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnEditSettingProps.ReadOnly">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnEditSetting.ReadOnly">ColumnEditSetting.ReadOnly</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnEditSettingProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnEditSetting">ColumnEditSetting</see> 
            will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnEditSetting">
            <summary>
            Class for column settings of behaviors that inherit from EditableBehaviorBase
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnEditSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Constructor for ColumnEditSetting
            </summary>
            <param name="grid">The grid who this setting belongs to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnEditSetting.#ctor">
            <summary>
            Constructor for ColumnEditSetting
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnEditSetting.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnEditSetting.EditorID">
            <summary>
            Gets/sets the column editor's ID.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnEditSetting.ValidatorID">
            <summary>
            Gets sets the ID of Validator associated with editor of column.
            </summary>
            <remarks>
            <p class="body">To support validator for column editor, the ControlToValidate property of validator must be equal to the ID of WebDataGrid.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnEditSetting.Editor">
            <summary>
            Gets/sets the column editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnEditSetting.ReadOnly">
            <summary>
            Gets/sets the value that determines whether the column is read only.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnEditSetting.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridEditBaseRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditBaseRoles.EditCell">
            <summary>
            The role applied to the editor
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditBaseRoles.Count">
            <summary>
            The number of app styling roles
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditableBehaviorBase">
            <summary>
            Base class for editable behaviours used by WebDataGrid
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.OnLoad">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.OnUnload">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            
            </summary>
            <param name="scriptReferences"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.SaveClientProperties">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.BehaviorEvents_PreRender(System.Object)">
            <summary>
            Handler prerender
            </summary>
            <param name="sender"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.RenderCellValue(Infragistics.Web.UI.GridControls.ControlDataField,System.Object)">
            <summary>
            Returns the value as a string
            </summary>
            <param name="column">The column the value is in</param>
            <param name="value">The value to render</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.CreateColumnSettings">
            <summary>
            Create ColumnSettingCollection 
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableBehaviorBase.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copy properties of this to obj.
            </summary>
            <param name="obj">Target object</param>
            <param name="deep">True: copy all properties. False: partial copy</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableBehaviorBase.EditCellCssClass">
            <summary>
            Returns/sets the css class used to style the editable cell.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableBehaviorBase.EditModeActions">
            <summary>
            Returns the action that will cause the cell to enter editmode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableBehaviorBase.HasColumnSettings">
            <summary>
            Returns true if the private column settings object is not null
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableBehaviorBase.ColumnSettingName">
            <summary>
            Return ColumnSettingName
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableBehaviorBase.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditableClientEvents">
            <summary>
            Class defining common client events for all editable behaviors.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditableClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.EditableClientEvents">EditableClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditableClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableClientEvents.EnteringEditMode">
            <summary>
            Event fired before a cell enters edit mode. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableClientEvents.EnteredEditMode">
            <summary>
            Event fired after a cell has entered edit mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableClientEvents.ExitingEditMode">
            <summary>
            Event fired before a cell exits edit mode. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditableClientEvents.ExitedEditMode">
            <summary>
            Event fired after a cell has exited edit mode.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAddingColumnSetting">
            <summary>
            The RowAddingColumnSetting class allows the developer to customize row adding behaviors on a column by column basis.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of a RowAddingColumnSetting object
            </summary>
            <param name="grid">The WebDataGrid that this RowAddingColumnSetting will belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSetting.#ctor">
            <summary>
            Creates a new instance of a RowAddingColumnSetting object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSetting.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAddingColumnSetting.DefaultValue">
            <summary>
            Gets/sets the column's default value in the add row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAddingColumnSetting.DefaultValueAsString">
            <summary>
            Gets/sets the column's default value in the add row.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAddingColumnSettings">
            <summary>
            A collection of column settings for row adding behavior
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new RowAddingColumnSettings object
            </summary>
            <param name="grid">The grid that owns this collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.#ctor">
            <summary>
            Creates a new RowAddingColumnSettings object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.Add(Infragistics.Web.UI.GridControls.RowAddingColumnSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.RowAddingColumnSetting">RowAddingColumnSetting</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.IndexOf(Infragistics.Web.UI.GridControls.RowAddingColumnSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.RowAddingColumnSetting">RowAddingColumnSetting</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.RowAddingColumnSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.RowAddingColumnSetting">RowAddingColumnSetting</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.Contains(Infragistics.Web.UI.GridControls.RowAddingColumnSetting)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.GridControls.RowAddingColumnSetting">RowAddingColumnSetting</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.Remove(Infragistics.Web.UI.GridControls.RowAddingColumnSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.RowAddingColumnSetting">RowAddingColumnSetting</see> from the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.CreateCollectionObject(System.String)">
            <summary>
            Creates a new RowAddingColumnSetting object
            </summary>
            <param name="objectType">Type of object to create</param>
            <returns>RowAddingColumnSetting object</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.RowAddingColumnSetting">RowAddingColumnSetting</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAddingColumnSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the RowAddingColumnSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.RowAddingColumnSetting">RowAddingColumnSetting</see> to retrieve from the collection.</param>
            <returns>The RowAddingColumnSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAddingClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.GridControls.RowAdding">RowAdding</see> behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.RowAddingClientEvents">RowAddingClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles.AddNewRow">
            <summary>
            The CSS classes that will be applied to the AddNewRow.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles.AddNewRowTop">
            <summary>
            The CSS classes that will be applied to the AddNewRow when it is at the top.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles.AddNewRowBottom">
            <summary>
            The CSS classes that will be applied to the AddNewRow when it is at the bottom.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles.AddNewRowSelectorImageCssClass">
            <summary>
            The CSS classes that will be applied to the AddNewRow's Row Selector image.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles.AddNewRowSelectorCssClass">
            <summary>
            The CSS classes that will be applied to the AddNewRow Row Selector.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles.AddNewRowScrollbarIntersection">
            <summary>
            CSS class that will be applied to the intersection of the add new row and vertical scrollbar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles.AddNewRowExpansionColumnCssClass">
            <summary>
            Css class that will be applied to the expansion column for WebHierarchicalGrid in the add new row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowAddingRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.RowAdding"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAddingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.RowAdding">RowAdding</see> behavior will send to the client.
            This should only be used when a control dervies from the RowAdding and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RowAddingProps.Alignment">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.RowAdding.Alignment">RowAdding.Alignment</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RowAddingProps.Count">
            <summary>
            The number of client properties for Row Adding
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.AddNewRowAlignment">
            <summary>
            Enumeration for defining where the add row will be located.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.AddNewRowAlignment.Top">
            <summary>
            The add row will be at the top of the grid, in the header.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.AddNewRowAlignment.Bottom">
            <summary>
            The add row will be at the bottom of the grid, in the footer.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAdding">
            <summary>
            Row adding behavior. Adding this behavior to the EditingCore behaviors enables user interface - Add New Row - 
            for entering and commiting new row values.
            </summary>
            <remarks>
            The behavior is supported for both WebDataGrid and WebHierarchicalDataGrid.
            When the behavior is used in the WebHierarchicalDataGrid it is required that the child bands had some columns defined
            prior to data binding. Otherwise for some data sources the grid will not be able to determine and generate
            the columns for empty child row islands.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.#ctor">
            <summary>
            Constructor for <see cref="T:Infragistics.Web.UI.GridControls.RowAdding">RowAdding</see> beahvior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.OnLoad">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.RowAdding">RowAdding</see> behavior is enabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.OnUnload">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.RowAdding">RowAdding</see> behavior is disabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.LoadPositionalProperties(System.Object[])">
            <summary>
            This reloads positional properties into row adding.  Will setup other properties if alignment has switched.
            </summary>
            <param name="values">The values to load from the client</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides base class' method. Called by the framework for the summaries to provide 
            its script references.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the summaries script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.RowAddingClientEvents">RowAddingClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.BehaviorEvents_PreRender(System.Object)">
            <summary>
            Handles the grid pre-render behavior event
            </summary>
            <param name="sender"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAdding.CreateColumnSettings">
            <summary>
            Creates and initializes an instance of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSettingCollection">ColumnSettingCollection</see> object
            </summary>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ColumnSettingCollection">ColumnSettingCollection</see> object</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.Name">
            <summary>
            Returns the name of the object. This name is used on client to create the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.ColumnSettings">
            <summary>
            Returns the RowAddingColumnSettings collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.Alignment">
            <summary>
            Determines the location of the add new row.
            <para>Top - It will appear in the header of the grid.</para>
            <para>Bottom - It will appear in the footer of the grid.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.AddNewRowCssClass">
            <summary>
            The CSS Class that will be applied to the AddNewRow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.AddNewRowSelectorImageCssClass">
            <summary>
            The CSS Class that will be applied to the ImageArea of the RowSelector of the AddNewRow.
            <para>This class is available for setting the BackgroundImage of the RowSelector.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.AddNewRowSelectorCssClass">
            <summary>
            The CSS Class that will be applied to the RowSelector of the AddNewRow.
            <para>This class is available for setting the BackgroundImage of the RowSelector.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.Row">
            <summary>
            The GridRecord representing the add row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.AddNewRowClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAdding.ColumnSettingName">
            <summary>
            Returns the name of a column setting in this collection
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridDeletingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.RowDeleting">RowDeleting</see> behavior will send to the client.
            This should only be used when a control dervies from the GridRecordDeletion and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridDeletingProps.ExemptedRows">
            <summary>
            Represents the ExemptedRows property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridDeletingProps.Count">
            <summary>
            The number of properties on RowDeleting
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowDeleting">
            <summary>
            Behavior that defines the grid's deletion functionality.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowDeleting.SaveClientProperties">
            <summary>
            Method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowDeleting.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides base class' method. Called by the framework for the summaries to provide 
            its script references.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the summaries script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowDeleting.CreateClientEvents">
            <summary>*/
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="!:GridDeletingClientEvents">GridDeletingClientEvents</see>. object.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowDeleting.Name">
            <summary>
            Returns the name of the behavior
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowDeleting.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowDeleting.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditingBehaviorCollection">
            <summary>
            Behavior collection used by the editing behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.#ctor(Infragistics.Web.UI.GridControls.EditingCore,System.Web.UI.WebControls.WebControl)">
            <summary>
            Intializes the object with references to the editing behavior and main control.
            </summary>
            <param name="editingBehavior">Reference to the core editing behavior.</param>
            <param name="controlMain">Reference to the main control - the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.ShouldSerializeRowDeleting">
            <summary>
            Determines if RowDeleting is persisted
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.ShouldSerializeRowAdding">
            <summary>
            Determines if RowAdding is persisted
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.ShouldSerializeCellEditing">
            <summary>
            Determines if CellEditing is persisted
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.ShouldSerializeRowEditTemplate">
            <summary>
            Determines if RowEditTemplate is persisted
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.EditingBehavior">
            <summary>
            Reference to the editing behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.RowDeleting">
            <summary>
            Reference to the row deleting behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.RowAdding">
            <summary>
            Reference to the row adding behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.CellEditing">
            <summary>
            Reference to the cell editing behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingBehaviorCollection.RowEditTemplate">
            <summary>
            Reference to the row editing template behavior. If the behavior is not present inside of the collection
            at the moment of request null is returned. To create the behavior use helper method <see cref="M:Infragistics.Web.UI.GridControls.GridBehaviorCollection.CreateBehavior``1"/>.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditingClientEvents">
            <summary>
            Class for all of the client events for editing behaviors.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditingClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.EditingClientEvents">EditingClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.RowUpdating">
            <summary>
            Event fired before a row is updated. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.RowUpdated">
            <summary>
            Event fired after a row has been updated. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.RowsDeleting">
            <summary>
            Event fired before a row is deleted. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.RowDeleted">
            <summary>
            Event fired after a row has been deleted. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.RowAdding">
            <summary>
            Event fired before a row is added.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.RowAdded">
            <summary>
            Event fired after a row has been added.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.CellValueChanging">
            <summary>
            Event fired before a cell value is changed.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.CellValueChanged">
            <summary>
            Event fired after a cell value has been changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.BatchUpdateUndoing">
            <summary>
            Event fired before a batch row update operation is undone.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingClientEvents.BatchUpdateUndone">
            <summary>
            Event fired after a batch row update operation is undone.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditingEventArgs">
            <summary>
            EditingCore event args object. Provides an ability to cancel the event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingEventArgs.#ctor(Infragistics.Web.UI.GridControls.IDPair)">
            <summary>
            Constructor.
            </summary>
            <param name="rowID">ID of the row the edit event is associated with.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingEventArgs.RowID">
            <summary>
            ID of the row the update event is associated with.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingEventArgs.Cancel">
            <summary>
            If set to true from inside an event handler the edit is not
            carried onto the data source and old values are returned to the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditedEventArgs">
            <summary>
            Edited event args object. Provides information about exception if any is thrown during the editing process.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditedEventArgs.#ctor(Infragistics.Web.UI.GridControls.IDPair,System.Exception)">
            <summary>
            Constructor.
            </summary>
            <param name="rowID">ID of the row the edit event is associated with.</param>
            <param name="exception">Exception that is possibly thrown durin the operation.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditedEventArgs.RowID">
            <summary>
            ID of the row the edit event is associated with.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditedEventArgs.Exception">
            <summary>
            Provides a reference to the exception that is thrown during an edit operation. Null if the opertation succeeded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditedEventArgs.ExceptionHandled">
            <summary>
            If an exception was thrown during an edit operation this property indicates whether it is handled inside of the event handler or it should be forwarded to the application.
            Can be set inside of the event handler.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowUpdatingEventArgs">
            <summary>
            Row updating event argumets object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowUpdatingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecord,System.Collections.Hashtable,System.Collections.Hashtable)">
            <summary>
            Constructor.
            </summary>
            <param name="row">Reference to the row object that is being updated.</param>
            <param name="values">New values. The hashtable consists of the new values to be set on the
            row cells. The hash key is the key of corresponding column and the value is the new value to be set.</param>
            <param name="oldValues">A hashtable of the old values in the row</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowUpdatingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecord,System.Collections.Hashtable,System.Collections.Hashtable,System.Collections.Generic.Dictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Constructor.
            </summary>
            <param name="row">Reference to the row object that is being updated.</param>
            <param name="values">New values. The hashtable consists of the new values to be set on the
            row cells. The hash key is the key of corresponding column and the value is the new value to be set.</param>
            <param name="oldValues">A hashtable of the old values in the row</param>
            <param name="unboundValues">New unbound values. The dictionary consists of the new values to be set on the unbound
            row cells. The key is the key of corresponding column and the value is the new value to be set.</param>
            <param name="oldUnboundValues">A dictionary of the old unbound values in the row</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowUpdatingEventArgs.Row">
            <summary>
            Reference to the row object that is being updated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowUpdatingEventArgs.Values">
            <summary>
            New values. The hashtable consists of the new values to be set on the
            row cells. The hash key is the key of corresponding column and the value is the new value to be set.
            If the values are alternated in the hashtable they are applied to the grid and carried over to the 
            data source as well.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowUpdatingEventArgs.OldValues">
            <summary>
            Old values. The hashtable contains former values of the row's cells. If the grid 
            contains templated columns or is bound to some of the fields
            from the data source, the Values and OldValues must be updated
            to add those missing values. Otherwise missing cells will be nulled out by the auto update
            operation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowUpdatingEventArgs.UnboundValues">
            <summary>
            New unbound column values. The dictionary consists of the new values to be set on the
            row's unbound cells. The hash key is the key of corresponding column and the value is the new value to be set.
            If the values are alternated in the dictionary they are applied to the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowUpdatingEventArgs.OldUnboundValues">
            <summary>
            Old unbound column values. The dictionary contains former values of the row's unbound cells.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowUpdatedEventArgs">
            <summary>
            Row updated event arguments object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowUpdatedEventArgs.#ctor(Infragistics.Web.UI.GridControls.IDPair,System.Exception)">
            <summary>
            Constructor.
            </summary>
            <param name="rowID">ID of the row the edit event is associated with.</param>
            <param name="exception">Exception that is possibly thrown during the operation.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowDeletingEventArgs">
            <summary>
            Row deleting event arguments object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowDeletingEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecord)">
            <summary>
            Constructor.
            </summary>
            <param name="row">Reference to the row that is being deleted.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowDeletingEventArgs.Row">
            <summary>
            Reference to the rows collection that is being deleted.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowDeletingEventArgs.Cancel">
            <summary>
            If set to true from inside an event handler the edit is not
            carried onto the data source and old values are returned to the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowDeletedEventArgs">
            <summary>
            Row deleted event arguments object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowDeletedEventArgs.#ctor(Infragistics.Web.UI.GridControls.IDPair,System.Exception)">
            <summary>
            Constructor.
            </summary>
            <param name="rowID">ID of the row the edit event is associated with.</param>
            <param name="exception">Exception that is possibly thrown during the operation.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAddingEventArgs">
            <summary>
            Row adding event arguments object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingEventArgs.#ctor(System.Collections.Hashtable)">
            <summary>
            Constructor.
            </summary>
            <param name="values">New cell values for the row that is being added.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddingEventArgs.#ctor(System.Collections.Hashtable,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Constructor.
            </summary>
            <param name="values">New cell values for the row that is being added.</param>
            <param name="unboundValues">New cell values for unbound columns in the grid for the row that is being added.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAddingEventArgs.Values">
            <summary>
            New values. The hashtable consists of the new values to be set on the
            row cells. The hash key is the key of corresponding column and the value is the new value to be set.
            If the values are alternated in the hashtable they are applied to the grid and carried over to the 
            data source as well.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowAddingEventArgs.UnboundValues">
            <summary>
            New unbound column values. The dictionary consists of the new values to be set on the
            row's unbound cells. The hash key is the key of corresponding column and the value is the new value to be set.
            If the values are alternated in the dictionary they are applied to the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAddedEventArgs">
            <summary>
            Row added event arguments object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowAddedEventArgs.#ctor(Infragistics.Web.UI.GridControls.IDPair,System.Exception)">
            <summary>
            Constructor.
            </summary>
            <param name="rowID">ID of the row the edit event is associated with.</param>
            <param name="exception">Exception that is possibly thrown during the operation.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowUpdatingHandler">
            <summary>
            Row updating event delegate.
            </summary>
            <param name="sender">Reference to the sender object.</param>
            <param name="e">Event arguments object associated with the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowUpdatedHandler">
            <summary>
            Row updated event delegate.
            </summary>
            <param name="sender">Reference to the sender object.</param>
            <param name="e">Event arguments object associated with the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowDeletingHandler">
            <summary>
            Delegate of the row deleting event handler.
            </summary>
            <param name="sender">Reference to the object that initiates the event.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowDeletedHandler">
            <summary>
            Delegate of the row deleted event handler.
            </summary>
            <param name="sender">Reference to the object that initiates the event.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAddingHandler">
            <summary>
            Delegate of the row adding event handler.
            </summary>
            <param name="sender">Reference to the object that initiates the event.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowAddedHandler">
            <summary>
            Delegate of the row added event handler.
            </summary>
            <param name="sender">Reference to the object that initiates the event.</param>
            <param name="e">Event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowEditingClientBinding">
            <summary>
            The object defines a client binding of a control on the edit row template 
            to a cell in the row that is being edited.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBinding.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBinding.ColumnKey">
            <summary>
            Column key that is edited with the control from this binding.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBinding.ControlID">
            <summary>
            Client ID of the control on the edit row template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBinding.GetValueJavaScript">
            <summary>
            Java Script pattern to get value from the contol defined in the <see cref="P:Infragistics.Web.UI.GridControls.RowEditingClientBinding.ControlID"/> property.
            </summary>
            <remarks>
            <para>
            The string in this property is an encoded string some parts of which will be 
            replaced before they are brought to the client and used. The line of the JavaScript
            code is expected to return a value which will be used to retrieve and assign the 
            control's value back to the cell. Replaceable parts must be enclosed in curly 
            braces. Supported matches:
            </para>
            <para>
            {ClientID}
            </para>
            <para>
            {UniqueID}
            </para>
            <para>
            Examples:
            </para>
            <code>
            $get({ClientID}).value
            $find({ClientID}).getValue()
            </code>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBinding.SetValueJavaScript">
            <summary>
            Java Script pattern to set on the contol defined in the <see cref="P:Infragistics.Web.UI.GridControls.RowEditingClientBinding.ControlID"/> property.
            </summary>
            <remarks>
            <para>
            The string in this property is an encoded string some parts of which will be 
            replaced before they are brought to the client and used. Replaceable parts 
            must be enclosed in curly braces. Supported matches:
            </para>
            <para>
            {ClientID}
            </para>
            <para>
            {UniqueID}
            </para>
            <para>
            {value}
            </para>
            <para>
            Examples:
            </para>
            <code>
            $get({ClientID}).value = {value}
            $find({ClientID}).setValue({value})
            </code>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBinding.PropCount">
            <summary>
            The number of properties for RowEditingClientBinding
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBinding.FullAddress">
            <summary>
            Returns the column key as the address
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection">
            <summary>
            Collection of the client bindings for the edit row template behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.#ctor">
            <summary>
            Creates a new RowEditingClientBindingCollection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.#ctor(Infragistics.Web.UI.GridControls.RowEditingTemplate)">
            <summary>
            Creates a new RowEditingClientBindingCollection
            </summary>
            <param name="editRow">The EditRowTemplate object that the ClientBindingCollection will be associated with.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.JavaScriptGetter(System.Type)">
            <summary>
            Returns the JavaScript code that will be used to retrive values from the Cell and populate the Editor.
            </summary>
            <param name="controlType">The type of the control that is being used</param>
            <returns>A string for the Getting Javascript</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.JavaScriptGetter(System.String)">
            <summary>
            Returns the JavaScript code that will be used to retrive values from the Cell and populate the Editor.
            </summary>
            <param name="controlTypeName">Full name of the type of the control that is being used</param>
            <returns>A string for the Getting Javascript</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.JavaScriptSetter(System.Type)">
            <summary>
            Returns the JavaScript code that will be used to push values to the Cell from the Editor.
            </summary>
            <param name="controlType">The type of the control that is being used</param>
            <returns>A string for the Setting Javascript</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.JavaScriptSetter(System.String)">
            <summary>
            Returns the JavaScript code that will be used to push values to the Cell from the Editor.
            </summary>
            <param name="controlTypeName">Full name of the type of the control that is being used</param>
            <returns>A string for the Setting Javascript</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.SyncWithControls(System.Web.UI.ControlCollection)">
            <summary>
            Currently does nothing
            </summary>
            <param name="controls">Controls collection to sync with</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.GetControlPosition(System.Web.UI.WebControls.WebControl)">
            <summary>
            Returns the index in the collection of the client binding matching this control
            </summary>
            <param name="control">The control to find the client binding index for</param>
            <returns>Integer of index of item in the collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates item of the correct type for this collection.
            </summary>
            <param name="objectType">Item type string identifier.</param>
            <returns>New instance of the collection item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.Add(Infragistics.Web.UI.GridControls.RowEditingClientBinding)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.RowEditingClientBinding">RowEditingClientBinding</see> to the collection.
            </summary>
            <param name="item">The <see cref="T:Infragistics.Web.UI.GridControls.RowEditingClientBinding">RowEditingClientBinding</see> object to add.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.RowEditing">
            <summary>
            Gets the RowEditTemplate object that this collection is associated with.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.Item(System.Int32)">
            <summary>
            Gets/Sets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.RowEditingClientBinding"/> to retrieve from the collection.</param>
            <returns>The RowEditClientBinding at the index provided.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientBindingCollection.Item(System.String)">
            <summary>
            Returns a member of the collection found by the column key value 
            </summary>
            <param name="columnKey">The key of the column object that the binding will belong to.</param>
            <returns>An <seealso cref="T:Infragistics.Web.UI.GridControls.RowEditingClientBinding">RowEditingClientBinding</seealso> object corresponding to the object </returns>
            <remarks>Returns null if no object with that key value is found</remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowEditingClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.GridControls.RowEditingTemplate"/> behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RowEditingClientEvents.NumberOfProperties">
            <summary>
            Number of all properties exposed by the class (include properties of this and its base class)
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.RowEditingTemplate,System.Boolean)">
            <summary>
            Constructs the client events object.
            </summary>
            <param name="owner">Reference to the owner grid.</param>
            <param name="editRow">Reference to the RowEditingTemplate behavior</param>
            <param name="trackViewState">Indicates whether the view state is being tracked.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientEvents.TemplateOpening">
            <summary>
            Event fired before the edit row template is opened. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientEvents.TemplateOpened">
            <summary>
            Event fired after the edit row template is opened. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientEvents.TemplateClosing">
            <summary>
            Event fired before the edit row template is closed. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingClientEvents.TemplateClosed">
            <summary>
            Event fired after the edit row template is closed. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowEditingTemplateProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.RowEditingTemplate">RowEditingTemplate</see> behavior will send to the client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RowEditingTemplateProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.RowEditingTemplate"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowEditingTemplate">
            <summary>
            A behavior that allows the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to Edit a Row through
            a templatable dialog.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.CreateClientEvents">
            <summary>
            Overrides base class' method. Returns an instance of <see cref="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.RowEditingClientEvents"/>.
            </summary>
            <returns>The edit row template specific client events object - <see cref="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.RowEditingClientEvents"/>.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.CreateClientBindings">
            <summary>
            Creates and returns an instance of the client bindings object. 
            Can be overriden in an inherited class and a substitude object can be returned.
            </summary>
            <returns>New instance of the client bindings object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.OnLoad">
            <summary>
            Overrides the parent class' method. Hooks up to the grid's behavior events at that point.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.OnUnload">
            <summary>
            Overrides the parent class' method. Frees all event handler of the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides base class' method. Called by the framework for the edit row behavior to provide 
            its script references.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the edit row behavior's script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="collections">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>	
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.GetTemplateNames">
            <summary>
            Gets names of the templates supported by the edit row template behavior.
            </summary>
            <returns>Array of template names supported by the edit row template behavior.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.InstantiateTemplates">
            <summary>
            The method is called by the framework to intstantiate the behavior's templates.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.ClearBehaviorColumnInfo">
            <summary>
            Clears the client bindings collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.Clone">
            <summary>
            Create clone of the object
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEditingTemplate.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.EditModeActions">
            <summary>
            Returns the action that will cause the cell to enter editmode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.ClientBindings">
            <summary>
            Map of get/set value JavaScripts and corresponding columns in the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.OKButton">
            <summary>
            The ID of the button object on the Row Edit Template that will accept changes and close the template area. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.CancelButton">
            <summary>
            The ID of the button object on the Row Edit Template that will cancel changes and close the template area. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.DropDownZIndex">
            <summary>
            The DropDownZIndex allows the programmer to set the z-index of the of the RowEditTemplate to ensure that the 
            RowEditTemplate will show up on top of the Grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.RowEditingClientEvents">
            <summary>
            Holds client side event definitions for the edit row template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.PropCount">
            <summary>
            The number of properties for RowEditingTemplate
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.Name">
            <summary>
            Holds name of the behavior. It's "RowEditing" for the edit row template behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.Template">
            <summary>
            Reference to the behavior's template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.TemplateContainer">
            <summary>
            Reference to the behavior's template container.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.HasRowEditingTemplate">
            <summary>
            Indicates whether the bahavior has its template assigned and instantiated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditingTemplate.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowEditModeActionsProps">
            <summary>
            Enumeration for the properties for row editing EditModeActions
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RowEditModeActionsProps.RowSelectorMouseClick">
            <summary>
            Enumeration value for the the EditModeActions.RowSelectorMouseClick property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RowEditModeActionsProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.RowEditModeActions"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowEditModeActions">
            <summary>
            The edit mode actions for RowEditTemplate
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditModeActions">
            <summary>
            Defines entering edit mode action for the editing behavior of the WebDataGrid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditModeActions.ToString">
            <summary>
            Returns empty string
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditModeActions.MouseClick">
            <summary>
            Returns/sets the type of mouse click required to cause the cell to enter edit mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditModeActions.EnableF2">
            <summary>
            Gets/sets the value determining whether keying F2
            will cause the cell to enter edit mode when it is active.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditModeActions.EnableOnActive">
            <summary>
            Gets/sets the value determining whether the cell will enter edit mode
            upon being activated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditModeActions.EnableOnKeyPress">
            <summary>
            Gets/sets the value determining whether the cell will enter edit mode
            when it is active and a key is pressed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditModeActions.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditModeActions.PropCount">
            <summary>
            The number of properties for RowEditModeActions
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditModeActions.MouseClick">
            <summary>
            Returns/sets the type of mouse click required to cause the cell to enter edit mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditModeActions.EnableF2">
            <summary>
            Gets/sets the value determining whether keying F2
            will cause the cell to enter edit mode when it is active.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEditModeActions.RowSelectorMouseClick">
            <summary>
            Returns/sets the type of mouse click required to cause the cell to enter edit mode.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IEditingBehavior">
            <summary>
            Interface to implement for Editing behavior of the grid.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IEditingBehavior.RowAdding">
            <summary>
            Event that is fired every time a row is about to be added.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IEditingBehavior.HasRowAddingHandled">
            <summary>
            Indicates if the row adding event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IEditingBehavior.RowAdded">
            <summary>
            Event that is fired when a row is added and WebDataGrid.AutoCRUD is set to true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IEditingBehavior.HasRowAddedHandled">
            <summary>
            Indicates if the row added event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IEditingBehavior.RowsDeleting">
            <summary>
            Event that is fired every time a row is about to be deleted.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IEditingBehavior.HasRowsDeletingHandled">
            <summary>
            Indicates if the row deleting event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IEditingBehavior.RowDeleted">
            <summary>
            Event that is fired when a row is deleted and WebDataGrid.AutoCRUD is set to true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IEditingBehavior.HasRowDeletedHandled">
            <summary>
            Indicates if the row deleted event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IEditingBehavior.RowUpdating">
            <summary>
            Event that is fired every time a row is about to be updated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IEditingBehavior.HasRowUpdatingHandled">
            <summary>
            Indicates if the row updating event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IEditingBehavior.RowUpdated">
            <summary>
            Event that is fired when a row has been updated and WebDataGrid.AutoCRUD is set to true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IEditingBehavior.HasRowUpdatedHandled">
            <summary>
            Indicates if the row updated event is handled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IEditingBehavior.BatchUpdating">
            <summary>
            Determines whether CRUD operations batch on the client or immediately go back to the server.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditingCore">
            <summary>
            Behavior that defines the grid's editing capabilities.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorContainer">
            <summary>
            The class defines a grid behavior container. Such a container
            allows creating hierarchies of behaviors and having certain behaviors to be
            made children of others.
            </summary>
            <remarks>
            The behavior container is inheriting its capabilities from a simple behavior
            therefore it has all of the fetaures of a behavior but has an ability to
            pass all of the events and service method invokations down to its children.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.OnLoad">
            <summary>
            Overrides loading of the behavior. Passes the method call down to its children.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.OnUnload">
            <summary>
            Overrides unlloading of the behavior. Passes the method call down to its children.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.CreateBehaviors">
            <summary>
            The method is called whenevr the child behavior collection must be created.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.GetBehaviors">
            <summary>
            When implemented by a derived class the method returns a reference to the
            child behaviors collection.
            </summary>
            <returns>Child behaviors collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.EnsureReferences">
            <summary>
            Ensures that the behavior container has proper references to its owner control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.SaveViewState">
            <summary>
             Overrides saving the view state.
            </summary>
            <returns>View state object of the behavior container.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.LoadViewState(System.Object)">
            <summary>
            Overrides loading of the view state.
            </summary>
            <param name="savedState">Previously saved view state of the behavior container.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.TrackViewState">
            <summary>
            Overrides tracking the view state.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Overrides saving client objects.
            </summary>
            <param name="propertyObjectList">List of the client side objects</param>
            <remarks>
            The behavior container adds every child behavior as a seoarate client side object to the
            list.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.LoadClientObjects(System.Object[])">
            <summary>
            Overrides loading of the client objects.
            </summary>
            <param name="objects">Array of the client objects to load.</param>
            <returns>Number of loaded objects.</returns>
            <remarks>The behavior container passes down loading of every object in the array
            to its child behaviors.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorContainer.LoadClientObjectsTransactionList">
            <summary>
            Overrides loading of the client TransactionList, so that each behavior's TransactionList is properly loaded.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnLoad">
            <summary>
            Called whenever the behavior is being loaded. This is usually a good place
            to hook up to all of the internal events.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnUnload">
            <summary>
            Overrides the parent class' method. Frees all event handler of the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.CreateBehaviors">
            <summary>
            The method is called whenevr the child behavior collection must be created.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overriden. Registers behavior's scripts with the framework.
            </summary>
            <param name="scriptReferences">List of script references to add the ones that the behavior needs on the client.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.PrepareDataForDataSource(Infragistics.Web.UI.Framework.Data.DataSourceObjectView,System.Web.UI.WebControls.ParameterCollection,System.String,System.Object)">
            <summary>
            Prepares data for the data source
            </summary>
            <param name="dataSourceView"></param>
            <param name="parameters"></param>
            <param name="dataFieldName"></param>
            <param name="data"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Overriden. The method is called by the framework to ogive the behavior a chance to process actions related to it.
            The editing behavior processes all editing related actions here.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">ID of an object the action is associated with.</param>
            <param name="value">A value associated with the action.</param>
            <param name="tag">An extra information associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called when an asynchrohous request is initiated by the behavior.
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnCallbackRender(Infragistics.Web.UI.Framework.CallbackObject,System.Text.StringBuilder)">
            <summary>
            Called when the behavior needs to returns its response to an asynchrohous request.
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
            <param name="responseJSONString">JSON string that can be used by the behavior to pass extra information to the client.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.CreateClientEvents">
            <summary>
            Overriden. Client events supported by the editing behaviors.
            </summary>
            <returns>Client side events object that contains the behavior's client events definitions.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnRowUpdating(Infragistics.Web.UI.GridControls.GridRecord,System.Collections.Hashtable,System.Collections.Hashtable)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.EditingCore.RowUpdating"/> event. Called by the editing whenever a row is being updated.
            </summary>
            <param name="row">Reference to the row object that is being updated.</param>
            <param name="values">Hashtable that contains all new values that about to be set
            to the cells of the row.</param>
            <param name="oldValues">Hashtable that contains all old values of the row cells.</param>
            <returns>True if the event was canceled.</returns>
            <remarks>If the grid contains templated columns or is bound to some of the fields
            from the data source, the values and oldValues must be updated in this event
            to add those missing values. Otherwise missing cells will be nulled out by the auto update
            operation.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnRowUpdating(Infragistics.Web.UI.GridControls.GridRecord,System.Collections.Hashtable,System.Collections.Hashtable,System.Collections.Generic.Dictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.EditingCore.RowUpdating"/> event. Called by the editing whenever a row is being updated.
            </summary>
            <param name="row">Reference to the row object that is being updated.</param>
            <param name="values">Hashtable that contains all new values that about to be set
            to the cells of the row.</param>
            <param name="oldValues">Hashtable that contains all old values of the row cells.</param>
            <returns>True if the event was canceled.</returns>
            <remarks>If the grid contains templated columns or is bound to some of the fields
            from the data source, the values and oldValues must be updated in this event
            to add those missing values. Otherwise missing cells will be nulled out by the auto update
            operation.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnRowUpdated(Infragistics.Web.UI.GridControls.IDPair,System.Exception)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.EditingCore.RowUpdated"/> event. Called by the editing whenever a row has been updated.
            </summary>
            <param name="rowID">ID of the row that is being updated.</param>
            <param name="exception">Exception that occured during the update. Null if the operation succeeded.</param>
            <returns>True if the exception is handled inside of the event handler.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnRowDeleting(Infragistics.Web.UI.GridControls.GridRecord)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.EditingCore.RowsDeleting"/> event. Called by deletion whenever a row is about to be deleted.
            </summary>
            <param name="row">Row about to be deleted</param>
            <returns>True if the event was canceled.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnRowDeleted(Infragistics.Web.UI.GridControls.IDPair,System.Exception)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.EditingCore.RowDeleted"/> event. Called by deletion whenever a row is deleted.
            </summary>
            <param name="rowID">Row ID that was deleted</param>
            <param name="exception">Exception that was thrown during the operation.</param>
            <returns>True if the exception was handled in the event handler.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnRowAdding(System.Collections.Hashtable)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.EditingCore.RowAdding"/> event. Called by add new row whenever a row is being added.
            </summary>
            <param name="values">New cell values.</param>
            <returns>True if the event was canceled.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnRowAdding(System.Collections.Hashtable,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.EditingCore.RowAdding"/> event. Called by add new row whenever a row is being added.
            </summary>
            <param name="values">New cell values.</param>
            <param name="unboundValues">New unbound cell values</param>
            <returns>True if the event was canceled.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.OnRowAdded(Infragistics.Web.UI.GridControls.IDPair,System.Exception)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.EditingCore.RowAdded"/> event. Called by add new row whenever a row is Added.
            </summary>
            <param name="rowID">Row ID that was Added</param>
            <param name="exception">Exception that was thrown during the operation.</param>
            <returns>True if the exception was handled in the event handler.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingCore.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copy properties of this to obj.
            </summary>
            <param name="obj">Target object</param>
            <param name="deep">True: copy all properties. False: partial copy</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.Name">
            <summary>
            Overriden. Keeps the behavior name.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.AutoCRUD">
            <summary>
            Determines whether CRUD operations should be automatic or manual.
            When AutoCRUD is set to false handle RowUpdating, RowDeleting and RowAdding
            events to perform manual updates, in manual CRUD mode RowUpdated, RowDeleted and RowAdded
            events are not fired.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.BatchUpdating">
            <summary>
            Determines whether CRUD operations batch on the client or immediately go back to the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.ExemptedRows">
            <summary>
            A collection of IDPairs for rows that were exempted from deletion.         
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.EditingClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.EditingCore.RowUpdating">
            <summary>
            Event that is fired every time a row is about to be updated in the database.
            Handle this event to do manual update when WebDataGrid.AutoCRUD is set to false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.HasRowUpdatingHandled">
            <summary>
            Indicates if the row updating event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.EditingCore.RowUpdated">
            <summary>
            Event that is fired when a row has been updated and WebDataGrid.AutoCRUD is set to true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.HasRowUpdatedHandled">
            <summary>
            Indicates if the row updated event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.EditingCore.RowsDeleting">
            <summary>
            Event that is fired every time a row is about to be deleted.
            Handle this event to do manual delete when WebDataGrid.AutoCRUD is set to false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.HasRowsDeletingHandled">
            <summary>
            Indicates if the Row Deleting event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.EditingCore.RowDeleted">
            <summary>
            Event that is fired when a row is deleted and WebDataGrid.AutoCRUD is set to true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.HasRowDeletedHandled">
            <summary>
            Indicates if the Row Deleting columns event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.EditingCore.RowAdding">
            <summary>
            Event that is fired every time a row is about to be added.
            Handle this event to do manual update when WebDataGrid.AutoCRUD is set to false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.HasRowAddingHandled">
            <summary>
            Indicates if the row adding event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.EditingCore.RowAdded">
            <summary>
            Event that is fired when a row is added and WebDataGrid.AutoCRUD is set to true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.HasRowAddedHandled">
            <summary>
            Indicates if the row added event is handled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.Behaviors">
            <summary>
            Collection of child behaviors supported by the editing behavior. These are: CellEditing, Deliting, Adding new rows.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingCore.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.MissingRecordException">
            <summary>
            This exception is thrown when a record is not found by key during an update operation.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.MissingRecordException.#ctor(System.String,System.Object[])">
            <summary>
            Constructs the exception object.
            </summary>
            <param name="message">Message to be displayed when the exception is thrown.</param>
            <param name="key">Key of the missing record.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.MissingRecordException.Key">
            <summary>
            Key of the missing record.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles.UpdatedRow">
            <summary>
            The CSS class that will be applied to a row that has had its cell values updated in batch mode.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles.DeletedRow">
            <summary>
            The CSS class that will be applied to a row that has been deleted in batch mode.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles.AddingRow">
            <summary>
            The CSS class that will be applied to a row that has been added in batch mode.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles.AddedRow">
            <summary>
            The CSS class that will be applied to a row that has been added in batch mode.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles.UndoButton">
            <summary>
            The CSS class that will be applied to the undo button input.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles.UndoButtonHover">
            <summary>
            The CSS class that will be applied to the undo button input when hovered.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles.UndoButtonPressed">
            <summary>
            The CSS class that will be applied to the undo button input when pressed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridEditingCoreRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.EditingCore"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">
            <summary>
            Class for column setting for cell editing behavior
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new EditingColumnSetting
            </summary>
            <param name="grid">The grid that owns this column setting</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSetting.#ctor">
            <summary>
            Creates a new EditingColumnSetting
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditingColumnSettings">
            <summary>
            A collection of column settings for cell editing
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSettings.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new EditingColumnSettings
            </summary>
            <param name="grid">The grid that owns this collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSettings.#ctor">
            <summary>
            Creates a new EditingColumnSettings
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSettings.CreateCollectionObject(System.String)">
            <summary>
            Creates a new EditingColumnSetting
            </summary>
            <param name="objectType">The object type to create</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSettings.Add(Infragistics.Web.UI.GridControls.EditingColumnSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">EditingColumnSetting</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSettings.IndexOf(Infragistics.Web.UI.GridControls.EditingColumnSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">EditingColumnSetting</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.EditingColumnSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">EditingColumnSetting</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSettings.Contains(Infragistics.Web.UI.GridControls.EditingColumnSetting)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">EditingColumnSetting</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditingColumnSettings.Remove(Infragistics.Web.UI.GridControls.EditingColumnSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">EditingColumnSetting</see> from the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingColumnSettings.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">EditingColumnSetting</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditingColumnSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the EditingColumnSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.EditingColumnSetting">EditingColumnSetting</see> to retrieve from the collection.</param>
            <returns>The EditingColumnSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FilteringNode">
            <summary>
            An abstract class for filtering condition for a column of <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringNode.GetFilterRuleString(System.String)">
            <summary>
            Compiles an SQL-where clause type filtering condition
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringNode.GetFilterRuleString(System.String,System.Boolean)">
            <summary>
            Compiles an SQL-where clause type filtering condition
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <param name="isExcelStyleFiltering">Should be true is filtering is done by checking/unchecking checkboxes</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringNode.GetFilterRuleStringLQ(System.String)">
            <summary>
            Compiles a LINQ-where clause type filtering condition
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <returns>A string of the LINQ-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringNode.GetFilterRuleStringLQ(System.String,System.Boolean)">
            <summary>
            Compiles a LINQ-where clause type filtering condition, thats into account where filtering should be
            case sensitive or not.
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <param name="caseSensitive">indicates whether filtering should be case sensitive or not, this parameter is only important for string comparison</param>
            <returns>A string of the LINQ-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringNode.GetFilterRuleStringEntity(System.String)">
            <summary>
            Compiles a Entity-where clause type filtering condition (has it. at front of column names)
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringNode.SQLEncodeColumnName(System.String)">
            <summary>
            Encodes a column name so it can be used in an SQL where clause.  
            </summary>
            <param name="column">Column name to encode</param>
            <returns>Encoded column name</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringNode.EntityEncodeColumnName(System.String)">
            <summary>
            Encodes a column name so it can be used in an Entity where clause.  
            </summary>
            <param name="column">Column name to encode</param>
            <returns>Encoded column name</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridIDPairCollection`1">
            <summary>
            A base collection class that stores the underlying IDPairs of an item, as opposed to the item iteself. 
            </summary>
            <typeparam name="T">An object that has an IDPair that can be used to resolve the item when neccessary.</typeparam>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of a GridIDPairCollection.
            </summary>
            <param name="grid">The WebDataGrid that is associated with it.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.ResolveIDPair(`0)">
            <summary>
            Given the specified item, return an id pair that will be stored to retrieve the item at a later point.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.ResolveItemFromIDPair(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Given an id pair, resolve the underlying item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.EqualsIDPairs(System.Collections.Generic.Dictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Compares two IdPair objects and tells if they are the same object, value wise.
            </summary>
            <param name="itemA">The first item</param>
            <param name="itemB">The second item</param>
            <returns>true if they are equal in value</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.Add(`0)">
            <summary>
            Appends the item to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.IndexOf(`0)">
            <summary>
            Returns the index of the item in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.Insert(System.Int32,`0)">
            <summary>
            Inserts the item to the underlying collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.Contains(`0)">
            <summary>
            Returns true if the collection contains the item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.Remove(`0)">
            <summary>
            Removes the item from the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.Grid">
            <summary>
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridIDPairCollection`1.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the item to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            /// Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection">ColumnSummaryInfoCollection</see>
            </summary>
            <param name="grid">The grid to which the column summary objects in the collection belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Add(System.String)">
            <summary>
            Appends a <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> with the given key to the collection.
            </summary>
            <param name="columnKey">The key of the column</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Add(Infragistics.Web.UI.GridControls.ColumnSummaryInfo)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see>  to the collection.
            </summary>
            <param name="summaryInfo">The <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> object to add.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates item of the correct type for this collection.
            </summary>
            <param name="objectType">Item type string identifier.</param>
            <returns>New instance of the collection item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.ToString">
            <summary>
            String representation of the object.
            </summary>
            <returns>String representation of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.IndexOf(Infragistics.Web.UI.GridControls.ColumnSummaryInfo)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> in the collection.
            </summary>
            <param name="summaryInfo">The <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> oject whose index to find.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Insert(System.Int32,Infragistics.Web.UI.GridControls.ColumnSummaryInfo)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> to the underlying collection list
            </summary>
            <param name="index">The interger index at which to insert the object </param>
            <param name="summaryInfo">The <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> object to inset. </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Contains(Infragistics.Web.UI.GridControls.ColumnSummaryInfo)">
            <summary>
            Returns true if the collection contains the given <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> object.
            </summary>
            <param name="summaryInfo">The <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> object to search for. </param>
            <returns>True is the object is contained in the collection, otherwise False</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Contains(System.String)">
            <summary>
            Returns true if the collection contains a <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> that shares the key value with the inputted parameter.
            </summary>
            <param name="columnKey">A Key value to match with a ColumnSummaryInfo ColumnKey </param>
            <returns>True if a ColumnSummaryInfo object with that key is found</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.GetMaxSummaryCount">
            <summary>
            Finds the maximum number of summaries that any of the columns have. 
            </summary>
            <returns>The maximum number of summaries that any of the columns have</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.GetMaxSummaryRows">
            <summary>
            Finds the maximum number of summaries rows that any of the columns will need. 
            </summary>
            <returns>The maximum number of rows that any of the columns will need</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.GetMaxSummaryNumberVisible">
            <summary>
            Finds the maximum number of summaries that any of the columns have that are
            visible. 
            </summary>
            <returns>The maximum number of summaries that any of the visible columns have</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.IsVisibleRow(System.Int32)">
            <summary>
            Returns whether a summary row rendered in non-compact mode is visible.
            </summary>
            <param name="index">Index of the non-compact rendered summary row</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Item(System.Int32)">
            <summary>
            Gets an item from the collection based on its index in the collection.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Item(System.String)">
            <summary>
            Gets an item from the collection based on a key value
            </summary>
            <param name="key">The string key of the item to be found.</param>
            <returns>A ColumnSummaryInfo object with the ColumnKey value passed in, null otherwise.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Grid">
            <summary>
            Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection">ColumnSummaryInfoCollection</see> belong to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection.Band">
            <summary>
            Reference to the <see cref="T:Infragistics.Web.UI.GridControls.IBand">IBand</see> to which the
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfoCollection">ColumnSummaryInfoCollection</see> belong to.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">
            <summary>
            Defines column summaries for one column.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.ShouldSerializeSummaries">
            <summary>
            Determines wheather Summaries should be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.Clone">
            <summary>
            Makes a copy of the object.
            </summary>
            <returns>The cloned object</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.ColumnKey">
            <summary>
            Key of the column the summaries belong to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.Summaries">
            <summary>
            Holds all of the summaries for one column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryRow">
            <summary>
            Behavior that defines the grid's summary row capabilities.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.#ctor">
            <summary>
            Default constructor for the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRow">SummaryRow Behavior</see>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.CreateClientEvents">
            <summary>
            Place holder for the behavior's client events.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.OnCalculateCustomSummary(Infragistics.Web.UI.GridControls.ColumnSummaryInfo,Infragistics.Web.UI.GridControls.Summary)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.SummaryRow.CalculateCustomSummary">CalculateCustomSummary</see> event.		
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.OnCalculateNormalSummary(Infragistics.Web.UI.GridControls.ColumnSummaryInfo,Infragistics.Web.UI.GridControls.Summary)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.SummaryRow.CalculateSummary">CalculateSummary</see> event.		
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.OnSummaryCalculated(Infragistics.Web.UI.GridControls.ColumnSummaryInfo,Infragistics.Web.UI.GridControls.Summary,System.Object)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.SummaryRow.SummaryCalculated">SummaryCalculated</see> event.		
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.ShouldSerializeColumnSummaries">
            <summary>
            Determines if ColumnSummaries should be persisted
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.OnLoad">
            <summary>
            Overrides base behavior's <see cref="M:Infragistics.Web.UI.GridControls.GridBehavior.OnLoad"/> method.
            Hooks up all of the internal events from inside of the method.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.EnsureHandledEvents">
            <summary>
            Ensures that event handlers are properly attached to the grid's internal events.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.OnUnload">
            <summary>
            Overrides base class' method. Unhooks all of the internal event handlers previously hooked by the summaries.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Overrides base class' method. Called when an asynchronous request is initiated by 
            the sorting - a column is being sorted and the sorting is in the AJAX mode.
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides base class' method. Called by the framework for the summaries to provide 
            its script references.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the summaries script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.GetRoleCount">
            <summary>
            Overrides base class' method. Returns number of AppStyling roles supported by the summaries.
            </summary>
            <returns>Number of AppStyling roles supported by the behavior.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.GetRoleInfo(System.Int32)">
            <summary>
            Overrides base class' method.
            Gets reference to the summaries role info by its index.
            </summary>
            <param name="index">Index of the role to get.</param>
            <returns>
            <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo"/> descriptor of the role. 
            Null if no role is available with that index.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.AllowAverageSumFormatting(System.Type)">
            <summary>
            Returns true if a numeric column is decimal-like to allow formatting for average summary
            </summary>
            <param name="type">The data type on the column</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Overrides base class' method. Handles processing of adjusting summaries.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">Identification of the object the action is happened to.</param>
            <param name="value">A value assotiated with the action.</param>
            <param name="tag">A tag associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.Clone">
            <summary>
            Creates a clone of the object
            </summary>
            <returns>Clone of the object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRow.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>	
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.SummaryRowClientEvents">
            <summary>
            Holds client side event definitions for the summary row behavior.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.SummaryRow.CalculateCustomSummary">
            <summary>
             Event that is fired whenever each custom summary needs to be calculated.
            </summary>    
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.HasCalculateCustomSummaryHandled">
            <summary>
            Indicates if the CalculateCustomSummary event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.SummaryRow.CalculateSummary">
            <summary>
            Event that is fired whenever each normal summary type needs to be calculated because the grid
            is doing custom binding
            </summary>    
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.HasCalculateNormalSummaryHandled">
            <summary>
            Indicates if the CalculateCustomSummary event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.SummaryRow.SummaryCalculated">
            <summary>
             Event that is fired whenever a stadard summary is calculated (any summary which is not a custom summary).
            </summary>    
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.HasSummaryCalculatedHandled">
            <summary>
            Indicates if the SummaryCalculated event is handled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.EnableSummariesFilter">
            <summary>
            If the property is set to True then summaries will calculate based on the data that
            has not been filtered out by the filtering conditions applied through the grid's <see cref="T:Infragistics.Web.UI.GridControls.Filtering">
            Filtering</see> behavior. If the property is set to False then the summaries will be calculated on
            the whole data no matter if it is filtered out or not.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.SummariesCssClass">
            <summary>
            CSS class for the summaries cells (the TH elements that display the summary value).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.ColumnSummaries">
            <summary>
            A collection of columns that will have summaries calculated for them. Only one entry per column is allowed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.ShowSummariesButtons">
            <summary>
            Boolean property, which determines if the summary buttons for the summary row are 
            shown next to the header caption.
            <para>True - the buttons are shown, this is the default</para>
            <para>False - the buttons are not shown and summaries can only be add programmatically.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.SummaryButton">
            <summary>
            The button object that will be displayed in the grid's column header for 
            showing the summary drop down.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.SummaryDropdownZIndex">
            <summary>
            Sets/Gets the Z-Index of the summary dropdown element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.AnimationType">
            <summary>
            The type of animation that the summary dropdown will play when it is displaying or hiding.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.AnimationEnabled">
            <summary>
            Determines whether the summary dropdown will play an animation while it is displaying or hiding
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.AnimationDurationMs">
            <summary>
            The duration of the animation that the summary dropdown will play while its displaying or hiding 
            in milliseconds
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.ColumnSettings">
            <summary>
            Holds the column settings for the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRow">SummaryRow</see> behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.Name">
            <summary>
            Holds name of the behavior. It's "SummaryRow" for the summaries behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.Enabled">
            <summary>
            Ovverriden property. Enable the behvaior in the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.EmptyFooterText">
            <summary>
            Filler for an empty summary . The deafult value is "--".
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.CompactRendering">
            <summary>
            Specifies how compact the summaries are rendered. On indicates that the summaries may
            be rendered compactly, even mixing different summaries on the same line. Off ensures
            that each summary type is occupying a separate line.  Auto will use Off if the maximum
            number of visible summaries is one or less and On otherwise.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.EnableCompactRenderingResolved">
            <summary>
            Specifies how compact the summaries are rendered. True indicates that the summaries may
            be rendered compactly, even mixingdifferent summaries on the same line. False ensures
            that each summary type is occupying a separate line.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.FormatString">
            <summary>
            This is the format string that is applied to all summaries' text in the footer.
            The default is "{0} = {1}" where {0} is the summary name and {1} is the value.
            Beware that using a formatting specific to a particular type here can cause
            an exception when other types use this formatting.  This can be overriden on a 
            column setting or a summary setting.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.RequiresDataBinding">
            <summary>
            Indicates whether the behavior is data binding related.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.PropCount">
            <summary>
            The number of properties for SummaryRow
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRow.SumNames">
            <summary>
            Returns a | delimited string with the localized summary names to send to the client
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryRowClientEvents">
            <summary>
            ClientEvents used by the <see cref="P:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.SummaryRow">SummaryRow</see> behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryRowClientEvents._gridSummaryRow">
            <summary>
            Reference to the grid's SummaryRow behavior
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.SummaryRow,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowClientEvents">SummaryRowClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="gridSummaryRow">Reference to the owner control's SummaryRow behavior</param>
            <param name="trackViewState">Indicates whether view state needs to be tracked at this time.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.SummaryCalculated">
            <summary>
            Event fired after a Summary is calculated
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.SummaryDropdownDisplaying">
            <summary>
            Event fired just before the summaries option dropdown is displayed.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.SummaryDropdownDisplayed">
            <summary>
            Event fired after the summaries option dropdown is displayed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.SummaryDropdownHiding">
            <summary>
            Event fired just before the summaries option dropdown is hidden.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.SummaryDropdownHidden">
            <summary>
            Event fired after the summaries option dropdown is hidden.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.CalculateCustomSummary">
            <summary>
            Event fired after an update operation occured on the client, so a custom summary can 
            be re-calculated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowClientEvents.CalculateSummary">
            <summary>
            Event fired after an update operation occured on the client for a min or max sum if the value
            altered was the minimum or maximum.  If not handled, the grid will postback to recalculate
            the value on the server.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridSummaryRowRoles">
            <summary>
            Roles supported by the summary row behavior of the grid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSummaryRowRoles.Summary">
            <summary>
            The summary role defines appearance of each single summary.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSummaryRowRoles.SummaryButton">
            <summary>
            The summary button role defines appearance of the button in the header.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSummaryRowRoles.SummaryDropDown">
            <summary>
            The summary drop down role defines appearance of the the drop down to choose summaries.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSummaryRowRoles.SummaryDropDownItem">
            <summary>
            The summary drop down item role defines appearance of the the drop down items.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSummaryRowRoles.SummaryRow">
            <summary>
            The summary row role defines appearance of each separate row in the summaries area.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSummaryRowRoles.Count">
            <summary>
            Number of roles supported by the summary row behavior.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryType">
            <summary>
            Summary type defines supported summaries out of the box.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryType.Count">
            <summary>
            Number of records in the data source.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryType.Min">
            <summary>
            Minimum value of all cells in the column. Applicable to numeric and date/time columns only.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryType.Max">
            <summary>
            Maximum value of all cells in the column. Applicable to numeric and date/time columns only.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryType.Average">
            <summary>
            Average value of the cells in the column. Applicable to numeric columns only.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryType.Sum">
            <summary>
            Sum of all cell values in the column. Applicable to numeric columns only.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryType.Custom">
            <summary>
            The summary is expected to be assigned inside of the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.CalculateCustomSummary">CalculateCustomSummary</see> event handler.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryRowProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRow">SummaryRow</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryRowProps.SummaryDropdownZIndex">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.SummaryRow.SummaryDropdownZIndex">SummaryRow.SummaryDropdownZIndex</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SummaryRowProps.Count">
            <summary>
            The number of properties for SummaryRow
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfoProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSummaryInfo">ColumnSummaryInfo</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnSummaryInfoProps.ColumnKey">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnSummaryInfo.ColumnKey">ColumnSummaryInfo.ColumnKey</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnSummaryInfoProps.Count">
            <summary>
            The number of properties for ColumnSummaryInfo
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.CalculateCustomSummaryHandler">
            <summary>
            Delegate for the CalculateCustomSummary event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the CustomSummaryEventArgs event arguments.</param>
            <returns>The calculated value of the custom summay</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryCalculatedHandler">
            <summary>
            Delegate for SummaryCalculated event handler
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the SummaryEventArgs event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.UnhandledCustomSummaryException">
            <summary>
            This class is used for the exception when a custom summary is added, but the server
            event CalculateCustomSummary is not handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnhandledCustomSummaryException.#ctor(System.String,System.String)">
            <summary>
            Creates a new UnhandledCustomSummaryException
            </summary>
            <param name="message">The message of the exception</param>
            <param name="columnKey">Column key which had a custom summary</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnhandledCustomSummaryException.ColumnKey">
            <summary>
            Returns the key of the column which had the custom summary added.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.UnhandledCalculateSummaryException">
            <summary>
            This class is used for the exception when the default data binding of the grid
            is cancelled and a normal summary (Count, Min, Max, Average, Sum) is added, 
            but the CalculateSummary event is not handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnhandledCalculateSummaryException.#ctor(System.String,System.String)">
            <summary>
            Creates a new UnhandledCalculateSummaryException
            </summary>
            <param name="message">The message of the exception</param>
            <param name="columnKey">Column key which had a custom summary</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.CustomSummaryEventArgs">
            <summary>
            CustomSummaryEventArgs event arguments for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.CalculateCustomSummary">CalculateCustomSummary</see> event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CustomSummaryEventArgs.#ctor(Infragistics.Web.UI.GridControls.ColumnSummaryInfo,Infragistics.Web.UI.GridControls.Summary)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.GridControls.CustomSummaryEventArgs"/> object
            </summary>
            <param name="columnSummaryInfo">The column summary info object for which the event is being raised.</param>
            <param name="summary">The summary object for which the event is being raised.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.CustomSummaryEventArgs.ColumnSummaryInfo">
            <summary>
            Reference to the column summary info object for which the event is being raised.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.CustomSummaryEventArgs.Summary">
            <summary>
            Reference to the summary object for which the event is being raised.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryEventArgs">
            <summary>
            SummaryEventArgs event arguments for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.SummaryCalculated">SummaryCalculated</see> event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryEventArgs.#ctor(Infragistics.Web.UI.GridControls.ColumnSummaryInfo,Infragistics.Web.UI.GridControls.Summary,System.Object)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.GridControls.SummaryEventArgs"/> object
            </summary>
            <param name="columnSummaryInfo">The column summary info object for which the event is being raised.</param>
            <param name="summary">The summary object for which the event is being raised.</param>
            <param name="summaryValue">The calculated value of the summary for which the event is being raised.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryEventArgs.SummaryValue">
            <summary>
            The calculated value of the summary for which the event is being raised.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">
            <summary>
            Column settings for <see cref="T:Infragistics.Web.UI.GridControls.SummaryRow">SummaryRow</see> behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting"/> object
            </summary>
            <param name="grid">The WebDataGrid object that this Setting belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.String)">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting"/> object
            </summary>
            <param name="grid">The WebDataGrid object that this Setting belongs to.</param>
            <param name="columnKey">The key of a ControlDataField which a <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see>
            is tied to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.#ctor">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting"/> object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.ShouldSerializeSummarySettings">
            <summary>
            Determines wheather SummarySettings should be serialized.
            </summary>		
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSetting.Clone">
            <summary>
            Makes a copy of the object.
            </summary>
            <returns>The cloned object</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.Enabled">
            <summary>
            Determines whether the summary is enabled on the particular column. 
            If this is disabled then the user will not be able to calculate any summaries for this column via code 
            or via the user interface. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.ShowSummaryButton">
            <summary>
            Determines if the summary dropdown button for choosing which summary to calculate for the 
            column is shown next to the header caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.EnableColumnSummaryOptions">
            <summary>
            Determines if the summary dropdown displays the standard summaries as options for the column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.FormatString">
            <summary>
            This is the format string that is applied to all summaries' text in the footer
            for this column.  The default is "{0} = {1}" where {0} is the summary name and 
            {1} is the value.  Beware that using a formatting specific to a particular type,
            such as a DateTime, can cause an exception when formatting the Count or possibly 
            a custom summary.  This can be overriden on a summary setting.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.SummarySettings">
            <summary>
            Collection of summary settings for the column. (This collection is meant to 
            determine how a particular summary type will look/function for the column).
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.EnableFormatting">
            <summary>
            This determines whether to format summary values using the column's FormatValue method
            before passing that value to the summary format string.  If this is false, 
            DataFormatString, FormatFieldMethod method, and editor providers will not format the value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.SummaryVals">
            <summary>
            Returns a | delimited string with the SummaryType (as int) of the custom options to show
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.SummaryShowVals">
            <summary>
            Returns a | delimited string with 1 or 0 for whether to show the summary
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSetting.SummaryNames">
            <summary>
            Returns a | delimited string with the names of the custom options to show
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummaryRowSettings">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.#ctor">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSettings">SummaryRowSettings</see> object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSettings">SummaryRowSettings</see> object.
            </summary>
            <param name="grid">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the 
            <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSettings">SummaryRowSettings</see> belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.Add(Infragistics.Web.UI.GridControls.SummaryRowSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSettings">SummaryRowSettings</see> to the collection.
            </summary> 
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting"/> object to add.</param>      
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.IndexOf(Infragistics.Web.UI.GridControls.SummaryRowSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> in the collection.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting"/> object whose index to locate.</param>
            <returns>Index of the given object in the collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.GetSummaryRowSetting(System.String)">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> object whose 
            ColumnKey matches the given key.  
            </summary>
            <param name="key">The key of a ControlDataField which a SummaryRowSetting is tied to.</param>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> whose ColumnKey
            matched the given key. If a SummaryRowSetting with the given key is not found null is returned.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.SummaryRowSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> to the underlying collection ArrayList
            </summary>
            <param name="index">Index at which to insert the setting into the collection.</param>
            <param name="item">The setting which to insert into the collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.Contains(Infragistics.Web.UI.GridControls.SummaryRowSetting)">
            <summary>
            Returns true if the collection contains the  <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see>.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> whose containment to check for.</param>
            <returns>True if the item is in the collection, false otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.Remove(Infragistics.Web.UI.GridControls.SummaryRowSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> from the collection.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting"/> to remove.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummaryRowSettings.CreateCollectionObject(System.String)">
            <summary>
            Implements overriden method to return an instance of the collection.
            </summary>
            <param name="objectType">Type of the collection member to create.</param>
            <returns>An instance of the collection member requested.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting"/>.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> to retrieve from the collection.</param>
            <returns>The SummaryRowSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummaryRowSettings.Item(System.Int32)">
            <summary>
            Gets an item from the collection based on the index.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.SummaryRowSetting">SummaryRowSetting</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Summaries">
            <summary>
            Holds all of the summaries that will be calculated for a column.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summaries.Add(Infragistics.Web.UI.GridControls.SummaryType)">
            <summary>
            Appends a summary with the given type to the collection
            </summary>
            <param name="type">The type of summary to add</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summaries.Add(Infragistics.Web.UI.GridControls.Summary)">
            <summary>
            Appends the given summary to the collection
            </summary>
            <param name="summary">The summary to add to the collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summaries.Insert(System.Int32,Infragistics.Web.UI.GridControls.Summary)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.Summary">Summary</see> to the underlying collection ArrayList
            </summary>
            <param name="index">The interger index at which to insert the object </param>
            <param name="summary">The <see cref="T:Infragistics.Web.UI.GridControls.Summary">Summary</see> object to inset. </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summaries.Contains(Infragistics.Web.UI.GridControls.Summary)">
            <summary>
            Returns true if the collection contains the given <see cref="T:Infragistics.Web.UI.GridControls.Summary">Summary</see> object.
            </summary>
            <param name="summary">The <see cref="T:Infragistics.Web.UI.GridControls.Summary">Summary</see> object to search for. </param>
            <returns>True is the object is contained in the collection, otherwise False</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summaries.Contains(Infragistics.Web.UI.GridControls.SummaryType)">
            <summary>
            Returns true if the collection contains a <see cref="T:Infragistics.Web.UI.GridControls.Summary">Summary</see> that shares the key value with the inputted parameter.
            </summary>
            <param name="sumType">Summary type to search for</param>
            <returns>True if a Summary object with that key is found</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summaries.CreateCollectionObject(System.String)">
            <summary>
            Creates item of the correct type for this collection.
            </summary>
            <param name="objectType">Item type string identifier.</param>
            <returns>New instance of the collection item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summaries.ToString">
            <summary>
            String representation of the object.
            </summary>
            <returns>String representation of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summaries.CustomSummaryByName(System.String)">
            <summary>
            Returns a custom summary in the collection with the given name or null if none
            exists.
            </summary>
            <param name="name">The name of the custom summary</param>
            <returns>The <see cref="T:Infragistics.Web.UI.GridControls.Summary"/> with the given name.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Summaries.Item(System.Int32)">
            <summary>
            Gets an item from the collection based on the index.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.Summary">Summary</see> to retrieve from the collection.</param>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.Summary"/> at the given index</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Summaries.Item(Infragistics.Web.UI.GridControls.SummaryType)">
            <summary>
            Gets an item from the collection based on the SummaryType of the <see cref="T:Infragistics.Web.UI.GridControls.Summary"/>.
            </summary>
            <param name="summaryType">The <see cref="P:Infragistics.Web.UI.GridControls.Summary.SummaryType"/></param>
            <returns>The <see cref="T:Infragistics.Web.UI.GridControls.Summary"/> of the given type if one exist in the collection</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Summary">
            <summary>
            Defines single summary for a column.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Summary.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Summary.SummaryType">
            <summary>
            Type of the summary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Summary.CustomSummaryName">
            <summary>
            This is the name that will be display as the option for summary dropdown if the summary is 
            custom.  It is also the name passed into the CalculateCustomSummary event. 
            This property should be set for all custom summaries as it is what uniquely identifies 
            a summary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Summary.CssClass">
            <summary>
            The name of the css class to be applied to this instance of the summary.
            This property is meant to be used for conditional formating based on the value
            of the summary, when it <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.SummaryCalculated">SummaryCalculated</see> event is raised
            for the standard summaries or the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.CalculateCustomSummary">CalculateCustomSummary</see> event is
            raised for the custom summaries.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummarySetting">
            <summary>
            Settings object for a particular type of summary.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummarySetting.#ctor">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.SummarySetting"/>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummarySetting.#ctor(Infragistics.Web.UI.GridControls.SummaryType)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.SummarySetting"/>
            </summary>
            <param name="summaryType">The type of summary for which to create the setting</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummarySetting.#ctor(Infragistics.Web.UI.GridControls.SummaryType,System.String)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.SummarySetting"/>
            </summary>
            <param name="summaryType">The type of summary for which to create the setting</param>
            <param name="customSummaryName">The unique name of the summary.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummarySetting.SummaryType">
            <summary>
            Type of the summary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummarySetting.FormatString">
            <summary>
            Describes format of the rendered summary. The default value is "{0} = {1}".
            There are two supported tokens: {0} - name of the summary, {1} - value of the summary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummarySetting.CustomSummaryName">
            <summary>
            This is the name that will be display as the option for summary dropdown if the summary is 
            custom.  It is also the name passed into the CalculateCustomSummary event. 
            This property should be set for all custom summaries as it is what uniquely identifies 
            a summary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummarySetting.CssClass">
            <summary>
            The name of the css class to be applied to this type of summary.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummarySetting.ShowOptionInDropDown">
            <summary>
            Determines if the summary option for this particular summary type will be shown in the dropdown list.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SummarySettings">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.SummarySetting"/> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummarySettings.Add(Infragistics.Web.UI.GridControls.SummaryType)">
            <summary>
            Adds a new <see cref="T:Infragistics.Web.UI.GridControls.SummarySettings">summary setting</see> object to the collection.
            </summary>
            <param name="summaryType">The <see cref="T:Infragistics.Web.UI.GridControls.SummaryType">summary type</see> for which to create the setting.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummarySettings.Add(Infragistics.Web.UI.GridControls.SummaryType,System.String)">
            <summary>
            Adds a new <see cref="T:Infragistics.Web.UI.GridControls.SummarySettings">summary setting</see> object to the collection.
            </summary>
            <param name="summaryType">The <see cref="T:Infragistics.Web.UI.GridControls.SummaryType">summary type</see> for which to create the setting.</param>
            <param name="customSummaryByName">The name for the custom summary for which to create the setting.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummarySettings.Add(Infragistics.Web.UI.GridControls.SummarySetting)">
            <summary>
            Adds the given <see cref="T:Infragistics.Web.UI.GridControls.SummarySettings">summary setting</see> object to the collection.
            </summary>
            <param name="summarySetting"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummarySettings.CreateCollectionObject(System.String)">
            <summary>
            Creates item of the correct type for this collection.
            </summary>
            <param name="objectType">Item type string identifier.</param>
            <returns>New instance of the collection item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SummarySettings.CustomSummaryByName(System.String)">
            <summary>
            Returns a custom summary setting in the collection with the given name or null if none
            exists.
            </summary>
            <param name="name">The name of the custom summary setting</param>
            <returns>The <see cref="T:Infragistics.Web.UI.GridControls.SummarySetting"/> with the given name.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummarySettings.Item(System.Int32)">
            <summary>
            Gets an item from the collection based on the index.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.SummarySetting">SummarySetting</see> to retrieve from the collection.</param>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.SummarySetting"/> at the given index</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SummarySettings.Item(Infragistics.Web.UI.GridControls.SummaryType)">
            <summary>
            Gets an item from the collection based on the SummaryType of the <see cref="T:Infragistics.Web.UI.GridControls.SummarySetting"/>.
            </summary>
            <param name="summaryType">The <see cref="P:Infragistics.Web.UI.GridControls.SummarySetting.SummaryType"/></param>
            <returns>The <see cref="T:Infragistics.Web.UI.GridControls.SummarySetting"/> for the given summary type if one exist in the collection</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton">
            <summary>
            Represents an Image Button capable of display in several visual states. 
            This class was created to extend the ImageButton allow behaviors to specify
            a custom URL designer
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            Constructor for GridBehaviorsImageButton object
            </summary>
            <param name="runbot"></param>
            <param name="markerName"></param>
            <param name="defaultAltText"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render image as img tag.
            </summary>
            <param name="writer">Reference to writer</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton.ImageUrl">
            <summary>
            The url that will be used for the image. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton.HoverImageUrl">
            <summary>
            The url that will be used for the image when the button is hovered. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton.PressedImageUrl">
            <summary>
            The url that will be used for the image when the button is pressed. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton.Visible">
            <summary>
            Override the ImageObjects Visible property so as to hide it from the application, since
            the Grid's behavior will determine if the button should be visible of not
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorsImageButton.ToolTip">
            <summary>
            Override the ImageObjects Visible property so as to hide it from the application, since
            the Grid's behavior will determine if the button should be visible of not
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectionAutoPostBackFlags">
            <summary>
            An object containing information on when the server events will be called.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectionAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for SelectionAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectionAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionAutoPostBackFlags.CellSelectionChanged">
            <summary>
            Gets sets auto postback options applied to CellSelectionChanged event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionAutoPostBackFlags.ColumnSelectionChanged">
            <summary>
            Gets sets auto postback options applied to ColumnSelectionChanged event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionAutoPostBackFlags.RowSelectionChanged">
            <summary>
            Gets sets auto postback options applied to RowSelectionChanged event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SortingColumnSettingProps">
            <summary>
            Properties for a sorting column setting
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SortingColumnSettingProps.Sortable">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.SortingColumnSetting.Sortable">SortingColumnSetting.Sortable</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SortingColumnSettingProps.MergeCells">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.SortingColumnSetting.MergeCells">SortingColumnSetting.MergeCells</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SortingColumnSettingProps.Count">
            <summary>
            The number of properties for SortingColumnSetting
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SortingColumnSetting">
            <summary>
            Column setting for sorting behavior
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new SortingColumnSetting
            </summary>
            <param name="grid">The grid the setting belongs to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSetting.#ctor">
            <summary>
            Creates a new SortingColumnSetting
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingColumnSetting.Sortable">
            <summary>
            Determines whether sorting is enabled for this column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingColumnSetting.MergeCells">
            <summary>
            Determines whether common values will be merged for this column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingColumnSetting.PropCount">
            <summary>
            Number of properties.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SortingColumnSettings">
            <summary>
            SortedColumnSettings allow for granular control of the sorting behavior on a Column basis.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSettings.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of a SortingColumnSettings object.
            </summary>
            <param name="grid">The WebDataGrid that the object will belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSettings.#ctor">
            <summary>
            Creates a new instance of a SortingColumnSettings object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSettings.Add(Infragistics.Web.UI.GridControls.SortingColumnSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.SortingColumnSetting">SortingColumnSetting</see> to the collection.
            </summary>
            <param name="columnSetting">The SortingColumnSetting to be added to the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSettings.IndexOf(Infragistics.Web.UI.GridControls.SortingColumnSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.SortingColumnSetting">SortingColumnSetting</see> in the collection.
            </summary>
            <param name="item">The SortingColumnSetting object to locate in the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.SortingColumnSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.SortingColumnSetting">SortingColumnSetting</see> to the underlying collection ArrayList
            </summary>
            <param name="index">The index at which the item will be inserted.</param>
            <param name="item">The SortingColumnSetting to be added to the collection.</param>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSettings.Contains(Infragistics.Web.UI.GridControls.SortingColumnSetting)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.GridControls.SortingColumnSetting">SortingColumnSetting</see>.
            </summary>
            <param name="item">The SortingColumnSetting object to locate in the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSettings.Remove(Infragistics.Web.UI.GridControls.SortingColumnSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.SortingColumnSetting">SortingColumnSetting</see> from the collection.
            </summary>
            <param name="item">The SortingColumnSetting to be removed from the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingColumnSettings.CreateCollectionObject(System.String)">
            <summary>
            Creates a new SortingColumnSetting object
            </summary>
            <param name="objectType">Type of object to create as a string.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingColumnSettings.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.SortingColumnSetting">SortingColumnSetting</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingColumnSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the SortingColumnSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.SortingColumnSetting">SortingColumnSetting</see> to retrieve from the collection.</param>
            <returns>The SortingColumnSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.VirtualScrolling">
            <summary>
            Behavior that enables the grid to scroll its rows in a virtual mode.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.OnLoad">
            <summary>
            Overrides base behavior's <see cref="M:Infragistics.Web.UI.GridControls.GridBehavior.OnLoad"/> method.
            Hooks up all of the internal events from inside of the method.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.OnUnload">
            <summary>
            Overrides base class' method. Unhooks all of the internal event 
            handlers previously hooked by the sorting.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides base class' method. Called by the framework for the virtual scrolling to provide 
            its script references.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the virtual scrolling's script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Called on client action
            </summary>
            <param name="actionType"></param>
            <param name="id"></param>
            <param name="value"></param>
            <param name="tag"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.OnCallbackRender(Infragistics.Web.UI.Framework.CallbackObject,System.Text.StringBuilder)">
            <summary>
            Called by callback
            </summary>
            <param name="callbackObject"></param>
            <param name="responseJSONString"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.GetRoleCount">
            <summary>
            Overrides base class' method. Returns number of AppStyling roles supported by VirtualScrolling.
            </summary>
            <returns>Number of AppStyling roles supported by the behavior.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.GetRoleInfo(System.Int32)">
            <summary>
            Overrides base class' method.
            Gets reference to the pager's role info by its index.
            </summary>
            <param name="index">Index of the role to get.</param>
            <returns>
            <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo"/> descriptor of the role. 
            Null if no role is available with that index.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.CreateClientEvents">
            <summary>
            Overrides base class' method. Returns an instance of <see cref="P:Infragistics.Web.UI.GridControls.VirtualScrolling.VirtualScrollingClientEvents"/>.
            </summary>
            <returns>The sorting specific client events object - <see cref="P:Infragistics.Web.UI.GridControls.VirtualScrolling.VirtualScrollingClientEvents"/>.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.OnRowsRequested(System.Int32,System.Int32)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.VirtualScrolling.RowsRequested"/> event. Called by the virtual scrolling whenever more rows are requested from the client.
            </summary>
            <param name="startRowIndex">Index of the first row in the requested range.</param>
            <param name="numberOfRows">Number of requested rows.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrolling.SaveViewState">
            <summary>
            Overrides base class' method. Saves extra information into the view state.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.ScrollingMode">
            <summary>
            Defines scrolling mode of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.RowCacheFactor">
            <summary>
            Defines how many rows are kept in the row cache. The actual number of
            rows in the cache equals to the visible row number times the factor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.ThresholdFactor">
            <summary>
            Defines the threshold of the rowcache.
            </summary>
            <remarks>
            <p class="body">
            That is ratio between number of rows in cache located below or above visible rows in grid and number of visible rows.
            When the threshold is reached either on the top or on the bottom edge of the visible rows, then an
            asynchronous request for more rows from server is triggered.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.DataFetchDelay">
            <summary>
            Defines data fetch delay. More rows request is initiated back to
            the server when the scrollbar is not moving for the specified number
            of milliseconds.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.TooltipCssClass">
            <summary>
            Name of the CSS class for the the deferred mode's tooltip.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.TooltipVisibility">
            <summary>
            Gets sets visibility of tooltip.
            </summary>
            <remarks>
            <p class="body">If value is NotSet, then tooltip appears for ScrollingMode.Deferred and does not appear for Virtual mode.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.AverageRowHeight">
            <summary>
            Gets sets average height of a row.
            </summary>
            <remarks>
            <p class="body">That property can be used to adjust number of rows in cache on initial load of grid, when actual height of a row is different from 20 pixels.
            It can be usefull, when texts in cells is long and height of rows becomes large due to auto-wrap feature of browser.</p>
            <p class="body">Default value is set to 20.</p>
            <p class="note">Note: That property does not affect actual height of rows.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.Enabled">
            <summary>
            Determines if the behavior is enabled.
            </summary>
            <remarks>
            If the behavior is present in the behaviors collection but the property
            is set to False the behavior is being ignored by the framework.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.Name">
            <summary>
            Name of the behavior. Displayed at the design time in the <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.Behaviors"/>
            expandable collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.PropCount">
            <summary>
            Returns number of properties for the client state supported by the virtual scrolling behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.VirtualScrollingClientEvents">
            <summary>
            Holds client side event definitions for the virtual scrolling.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.VirtualScrolling.RowsRequested">
            <summary>
            Occurs when a new set of rows is requested on the server 
            by the virtual scrolling behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrolling.HasRowsRequestedHandled">
            <summary>
            Indicates if the rows requested event is handled.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.VirtualScrollingClientEvents">
            <summary>
            Clientside events that the VirtualScrolling behavior will raise on client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.VirtualScrollingClientEvents.NumberOfProperties">
            <summary>
            The number of properties for this object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrollingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.VirtualScrolling,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.VirtualScrollingClientEvents">VirtualScrollingClientEvents</see>.
            </summary>
            <param name="owner">Reference to WebDataGrid</param>
            <param name="scrolling">Reference to VirtualScrolling</param>
            <param name="trackViewState">Option to track view state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrollingClientEvents.PostBackAction(System.Int32)">
            <summary>
            Auto postback options. It enabled async postback for MoreRowsRequesting event.
            </summary>
            <param name="indexOfClientEventName"></param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrollingClientEvents.MoreRowsRequesting">
            <summary>
            Gets sets name of javascript function which is called when more rows are requesting from server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrollingClientEvents.MoreRowsReceived">
            <summary>
            Gets sets name of javascript function which is called after rows were received from server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrollingClientEvents.FormatToolTip">
            <summary>
            Gets sets name of javascript function which is called before tooltip is displayed. It allows to modify appearance of tooltip and its text.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.VirtualScrollingProps">
            <summary>
            Internal use only
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.VirtualScrollingProps.DataFetchDelay">
            <summary>
            Enumeration value for the the VirtualScrolling.DataFetchDelay property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.VirtualScrollingProps.TooltipCssClass">
            <summary>
            Enumeration value for the the VirtualScrolling.TooltipCssClass property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.VirtualScrollingProps.RowCacheOffsetIndex">
            <summary>
            Enumeration value for the the VirtualScrolling.RowCacheOffsetIndex property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.VirtualScrollingProps.RowCacheSize">
            <summary>
            Enumeration value for the the VirtualScrolling.RowCacheSize property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.VirtualScrollingProps.AverageRowHeight">
            <summary>
            Enumeration value for the the VirtualScrolling.AverageRowHeight property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.VirtualScrollingProps.TooltipVisibility">
            <summary>
            Enumeration value for the the VirtualScrolling.TooltipVisibility property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.VirtualScrollingProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.VirtualScrolling"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ScrollingMode">
            <summary>
            Defines scrolling mode of the grid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ScrollingMode.Virtual">
            <summary>
            Virtual mode. In this mode the grid scrolls without a delay 
            within its cache and delays when new rows are being requested from the server.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ScrollingMode.Deferred">
            <summary>
            Deferred mode. In this mode the grid's rows are not moved until the scollbar is at
            rest. The first visible row index is displayed while scollbar is dragged.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridVirtualScrollingRoles">
            <summary>
            Roles supported by the VirtualScrolling behavior of the grid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridVirtualScrollingRoles.Tooltip">
            <summary>
            The appearance of tooltip.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridVirtualScrollingRoles.Count">
            <summary>
            Number of roles supported by the VirtualScrolling behavior.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowsRequestedHandler">
            <summary>
            Delegate for the virtual scrolling's rows requested event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the virtual scrolling event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.VirtualScrollingEventArgs">
            <summary>
            Virtual scrolling event arguments.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.VirtualScrollingEventArgs.#ctor(System.Int32,System.Int32)">
            <summary>
            Constructs the event arguments object.
            </summary>
            <param name="startRowIndex">Index of the first row in the requested range.</param>
            <param name="numberOfRows">Number of requested rows.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrollingEventArgs.StartRowIndex">
            <summary>
            Index of the first row in the requested range.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.VirtualScrollingEventArgs.NumberOfRows">
            <summary>
            Number of requested rows.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BoundCheckBoxField">
            <summary>
            Represents a checkbox column or field in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ICheckBoxField">
            <summary>
            Interface for a GridField to implement when it is displaying a checkbox
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ICheckBoxField.CalculateState(System.Object)">
            <summary>
            Takes in a value, such as from a GridRecordItem, and coverts it to a 
            CheckBoxState
            </summary>
            <param name="value">The value to convert to a CheckBoxState</param>
            <returns>Returns CheckBoxState that corresponds to the value</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ICheckBoxField.CalculateImageUrl(Infragistics.Web.UI.CheckBoxState)">
            <summary>
            Converts a value into the corresponding image url of the checkbox to be 
            displayed
            </summary>
            <param name="state">The state of the checkbox</param>
            <returns>The image url corresponding to checked, unchecked, or partial</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ICheckBoxField.CalculateImageAlt(Infragistics.Web.UI.CheckBoxState)">
            <summary>
            Converts a value into the corresponding image url of the checkbox to be 
            displayed
            </summary>
            <param name="state">The state of the checbox</param>
            <returns>The image alt/title corresponding to checked, unchecked, or partial</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ICheckBoxField.CheckBox">
            <summary>
            The object for customizing the checkboxes displayed in the column
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ICheckBoxField.ToolTipChecked">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is checked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ICheckBoxField.ToolTipPartial">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is partially checked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ICheckBoxField.ToolTipUnchecked">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is unchecked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ICheckBoxField.CellText">
            <summary>
            Specifies the text to display next to the checkbox.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.BoundCheckBoxField">BoundCheckBoxField</see> class with default settings.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.BoundCheckBoxField">BoundCheckBoxField</see> class.
            </summary>
            <param name="trackViewState">Whether viewstate should be tracked from the column/field</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.CalculateState(System.Object)">
            <summary>
            Takes in a value, such as from a GridRecordItem, and coverts it to a 
            CheckBoxState
            </summary>
            <param name="value">The value to convert to a CheckBoxState</param>
            <returns>Returns CheckBoxState that corresponds to the value</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.CalculateImageUrl(Infragistics.Web.UI.CheckBoxState)">
            <summary>
            Converts a value into the corresponding image url of the checkbox to be 
            displayed
            </summary>
            <param name="state">The state of the checkbox</param>
            <returns>The image url corresponding to checked, unchecked, or partial</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.CalculateImageAlt(Infragistics.Web.UI.CheckBoxState)">
            <summary>
            Converts a value into the corresponding image url of the checkbox to be 
            displayed
            </summary>
            <param name="state">The state of the checbox</param>
            <returns>The image alt/title corresponding to checked, unchecked, or partial</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the fields properties to another ControlDataField
            </summary>
            <param name="field">Field to copy props to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField,System.Boolean)">
            <summary>
            Copies the fields properties to another ControlDataField
            </summary>
            <param name="field">Field to copy props to</param>
            <param name="track">Whether to track the journal state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BoundCheckBoxField.TrackViewState">
            <summary>
            This method turns on ViewState tracking for the object
            </summary>
            <remarks>
            Once this method is called by the ASP.NET framework, all subsequence property set operations will result in the data
            being serialized to the page ViewState hidden field and round tripped to the server on postback.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.CheckBox">
            <summary>
            The object for customizing the checkboxes displayed in the column
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.ToolTipChecked">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is checked.  {0} is replaced by the cell's value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.ToolTipPartial">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is partially checked.  {0} is replaced by the cell's value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.ToolTipUnchecked">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is unchecked.  {0} is replaced by the cell's value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.CellText">
            <summary>
            Specifies the text to display next to the checkbox.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.ValueConverter">
            <summary>
            Object used by this column to convert cell values into true/false or a partial state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.DataFormatString">
            <summary>
            The formatting that is applied to the field's values. For example, "{0:d} or {0:c}".
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.HtmlEncode">
            <summary>
            Whether the field is HTML encoded when displayed to the user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BoundCheckBoxField.EnableMultiline">
            <summary>
            Whether the \n occurances in the text of this field will be replaced with &lt;BR /&gt;.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DataGridAutoPostBackFlags">
            <summary>
            An object containing information on when the server events will be called.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DataGridAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for ColumnResizingAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DataGridAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DataGridAutoPostBackFlags.HeaderCheckBoxChecked">
            <summary>
            Gets/sets auto postback options applied to HeaderCheckBoxClicked event.  When this property
            is set to true, a postback will happen immediately and values changed on the server.
            When it is false, the values are changed on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DataGridAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DefaultBooleanConverter">
            <summary>
            Class used to perform boolean conversion logic for bool values
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IBooleanConverter">
            <summary>
            Used by BoundCheckBoxField to convert generic objects into true/false values
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IBooleanConverter.IsTrue(System.Object)">
            <summary>
            Determines whether an object is true
            </summary>
            <param name="value">The value to determine if is true</param>
            <returns>Boolean indicating if the value passed in can be considered 'true'</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IBooleanConverter.IsFalse(System.Object)">
            <summary>
            Determines whether an object is false
            </summary>
            <param name="value">The value to determine if is false</param>
            <returns>Boolean indicating if the value passed in can be considered 'false'</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBooleanConverter.DefaultTrueValue">
            <summary>
            The default value to use when a false value is switched to true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IBooleanConverter.DefaultFalseValue">
            <summary>
            The default value to use when a true value is switched to false.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DefaultBooleanConverter.IsTrue(System.Object)">
            <summary>
            Returns true if value is a boolean and true
            </summary>
            <param name="value">The value to determine if is true</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DefaultBooleanConverter.IsFalse(System.Object)">
            <summary>
            Returns true if value is a boolean and false
            </summary>
            <param name="value">The value to determine if is false</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DefaultBooleanConverter.DefaultTrueValue">
            <summary>
            Returns true
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DefaultBooleanConverter.DefaultFalseValue">
            <summary>
            Returns false
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.CurrencyEditorProvider">
            <summary>
            Editor for WebNumericEditor object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditorProvider`1">
            <summary>
            Editor provider
            </summary>
            <typeparam name="TEditorControl"></typeparam>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditorProviderBase">
            <summary>
            Class used as base for editor providers of WebDataGrid
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ISupportEmbeddableEditors">
            <summary>
            Interface implmeneted by the editors and editor providers to communicate with the grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ISupportEmbeddableEditors.CanEditType(System.Type)">
            <summary>
            Returns true if the implementing object can edit value of requested type.
            </summary>
            <param name="t">Type of a variable that is requested to be edited.</param>
            <returns>True if the object supports editing the type.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ISupportEmbeddableEditors.CanRenderType(System.Type)">
            <summary>
            Returns true if the implementing object can render (i.e. format) value of requested type.
            </summary>
            <param name="t">Type of a variable that is requested to be rendered.</param>
            <returns>True if the object supports rendering the type.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ISupportEmbeddableEditors.RenderValue(System.Object)">
            <summary>
            If <see cref="M:Infragistics.Web.UI.GridControls.ISupportEmbeddableEditors.CanRenderType(System.Type)"/> returns true this method should be called to get rendered (that is formatted) value.
            </summary>
            <param name="obj">Value to render.</param>
            <returns>Rendered string representing the value.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.SaveClientProperties">
            <summary>
            Save client properties
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.ToString">
            <summary>
            Design time representation of this class
            </summary>
            <returns>The ID</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.CanEditType(System.Type)">
            <summary>
            Checks if editor can edit object of particular type
            </summary>
            <param name="t">Type of object</param>
            <returns>True if object can be edited</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.CanRenderType(System.Type)">
            <summary>
            Checks if object can be rendered
            </summary>
            <param name="t">Type of object</param>
            <returns>True if object can be rendered</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.RenderValue(System.Object)">
            <summary>
            Render value
            </summary>
            <param name="obj">Object to render</param>
            <returns>Output text</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.GetEditor">
            <summary>
            Get reference to editor
            </summary>
            <returns>Reference to editor</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.InitializeEditor">
            <summary>
            Initialize editor after it was created.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.Infragistics#Web#UI#GridControls#ISupportEmbeddableEditors#CanEditType(System.Type)">
            <summary>
            Check if object of particular type can be edited
            </summary>
            <param name="t">Type of object</param>
            <returns>True if type can be edited</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.Infragistics#Web#UI#ICollectionObject#GetObjectType">
            <summary>
            Get type of object
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.Infragistics#Web#UI#ICollectionObject#OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Method called when object is removed from collection
            </summary>
            <param name="owner">Owner collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.Infragistics#Web#UI#ICollectionObject#OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Method called when object is added to collection
            </summary>
            <param name="owner">Owner collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderBase.Infragistics#Web#UI#ICollectionObject#SetDirty">
            <summary>
            Set object dirty
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditorProviderBase.OwnerCollection">
            <summary>
            A reference to the editor provider collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditorProviderBase.PropCount">
            <summary>
            Number of properties
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditorProviderBase.ID">
            <summary>
            ID of this editor provider
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditorProviderBase.ClientObjectClassName">
            <summary>
            Gets class name
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditorProviderBase.Infragistics#Web#UI#ICollectionObject#Index">
            <summary>
            Get index of object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProvider`1.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProvider`1.ShouldSerializeEditorControl">
            <summary>
            Determines wheather to serialize EditorControl
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProvider`1.GetEditor">
            <summary>
            Get editor control
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProvider`1.CreateEditor">
            <summary>
            Create editor
            </summary>
            <returns>Reference to new TEditorControl</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditorProvider`1.EditorControl">
            <summary>
            Get reference to TEditorControl
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CurrencyEditorProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CurrencyEditorProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CurrencyEditorProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is string</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.CurrencyEditorProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.TextEditorProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DatePickerProvider">
            <summary>
            Editor for WebDateTimeEditor object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DatePickerProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DatePickerProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DatePickerProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is DateTime</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DatePickerProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.TextEditorProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DateTimeEditorProvider">
            <summary>
            Editor for WebDateTimeEditor object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DateTimeEditorProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DateTimeEditorProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DateTimeEditorProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is DateTime</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DateTimeEditorProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.TextEditorProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditorProviderProps">
            <summary>
            Properties of editor providers
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditorProviderProps.ID">
            <summary>
            Enumeration value for the editor provider ID property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditorProviderProps.Count">
            <summary>
            Number of properties on the editor provider object
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditorProviderCollection">
            <summary>
            Collection of editor providers used by WebDataGrid
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderCollection.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderCollection.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Constructor
            </summary>
            <param name="grid">Reference to grid which owns this collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderCollection.Add(Infragistics.Web.UI.GridControls.EditorProviderBase)">
            <summary>
            Add editor provider to collection
            </summary>
            <param name="item">Reference to editor provider</param>
            <returns>Index of item within collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderCollection.CreateCollectionObject(System.String)">
            <summary>
            Create instance of object
            </summary>
            <param name="objectType">Type of object</param>
            <returns>Reference to object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderCollection.ToString">
            <summary>
            Design time representation of this class.
            </summary>
            <returns>Empty string</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderCollection.SaveSettings">
            <summary>
            Custom persistence logic for saving editor providers
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderCollection.LoadSettings(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Custom persistence logic for loading editor providers
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.EditorProviderCollection.GetProviderById(System.String)">
            <summary>
            Returns a provider by its id.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditorProviderCollection.Item(System.Int32)">
            <summary>
            Get editor provider at particular index
            </summary>
            <param name="index">Index of editor provider</param>
            <returns>Reference to editor provider</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.EditorProviderCollection.Item(System.String)">
            <summary>
            Get editor provider by its ID
            </summary>
            <param name="id">ID of the editor provider</param>
            <returns>Reference to editor provider</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.MaskEditorProvider">
            <summary>
            Editor for WebMaskEditor object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.MaskEditorProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.MaskEditorProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.MaskEditorProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is string</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.MaskEditorProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.TextEditorProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.MonthCalendarProvider">
            <summary>
            Editor for WebDateTimeEditor object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.MonthCalendarProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.MonthCalendarProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.MonthCalendarProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is DateTime</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.MonthCalendarProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.MonthCalendarProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.NumericEditorProvider">
            <summary>
            Editor for WebNumericEditor object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.NumericEditorProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.NumericEditorProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.NumericEditorProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is string</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.NumericEditorProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.TextEditorProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.PercentEditorProvider">
            <summary>
            Editor for WebNumericEditor object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.PercentEditorProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.PercentEditorProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.PercentEditorProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is string</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.PercentEditorProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.TextEditorProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RatingEditorProvider">
            <summary>
            Editor for WebRating object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RatingEditorProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RatingEditorProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RatingEditorProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is decimal, double, float, long, int, short, byte or DateTime</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RatingEditorProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.TextEditorProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RatingEditorProviderProps">
            <summary>
            Properties specific to rating editor providers
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RatingEditorProviderProps.CommitValueOnTab">
            <summary>
            ID for CommitValueOnTab property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RatingEditorProviderProps.Count">
            <summary>
            Count of props
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SliderProvider">
            <summary>
            Editor for WebSlider object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SliderProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SliderProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SliderProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is decimal, double, float, long, int, short, byte or DateTime</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SliderProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.SliderProvider"
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.TextBoxProvider">
            <summary>
            Editor for TextBox object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TextBoxProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TextBoxProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TextBoxProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is String or Integer</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.TextBoxEditor">
            <summary>
            Extension of TextBox with overriden Color related properties to support designer.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TextBoxEditor.BackColor">
            <summary>Background color of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TextBoxEditor.ForeColor">
            <summary>
            Foreground color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TextBoxEditor.BorderColor">
            <summary>Border color of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TextBoxEditor.BorderWidth">
            <summary>Border width of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TextBoxEditor.BorderStyle">
            <summary>Border style of control</summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.TextEditorProvider">
            <summary>
            Editor for WebTextEditor object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TextEditorProvider.#ctor">
            <summary>
            Default constructor
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TextEditorProvider.#ctor(System.String)">
            <summary>
            Constructor with id
            </summary>
            <param name="id">Value for the ID property</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TextEditorProvider.CanEditType(System.Type)">
            <summary>
            Checks supported type of object
            </summary>
            <param name="t"></param>
            <returns>True if type is string</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TextEditorProvider.ClientObjectClassName">
            <summary>
            Returns "Infragistics.Web.UI.TextEditorProvider"
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TextEditorProvider.PropCount">
            <summary>
            Number of properties
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TextEditorProvider.ExitEditModeOnEnter">
            <summary>
            Gets sets ability to stop edit mode on Enter key press
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.TextEditorProviderProps">
            <summary>
            Properties of editor providers
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextEditorProviderProps.ExitEditModeOnEnter">
            <summary>
            ID for ExitEditModeOnEnter property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextEditorProviderProps.Count">
            <summary>
            Count of props
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DropDownProvider">
            <summary>
            Editor provider for the WebDropDown. The provider allows to assign the WebDropDown
            to a grid's column and have the column's cells to be editable
            with a value list.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DropDownProvider.CanEditType(System.Type)">
            <summary>
            Checks if editor can edit object of particular type
            </summary>
            <param name="t">Type of object</param>
            <returns>True if object can be edited</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DropDownProvider.CanRenderType(System.Type)">
            <summary>
            Checks if object can be rendered
            </summary>
            <param name="t">Type of object</param>
            <returns>True if object can be rendered</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DropDownProvider.RenderValue(System.Object)">
            <summary>
            Render value
            </summary>
            <param name="obj">Object to render</param>
            <returns>Output text</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DropDownProvider.SaveClientProperties">
            <summary>
            Overrides saving client properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DropDownProvider.InitializeEditor">
            <summary>
            Initializes undelying editor with specific settings for the provider.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DropDownProvider.ClientObjectClassName">
            <summary>
            Class name of the editor provider on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DropDownProvider.StretchHeight">
            <summary>
            Stretches the drops down control vertically to match the editing cell height.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DropDownProvider.VerticalAlign">
            <summary>
            Aligns the drop down relatively to the cell that is being edited.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.CellEditing">
            <summary>
            A behavior that allows the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to Edit a Cell.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CellEditing.OnLoad">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.CellEditing">CellEditing</see> behavior is enabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CellEditing.OnUnload">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.CellEditing">CellEditing</see> behavior is disabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CellEditing.CreateColumnSettings">
            <summary>
            Creates instance of EditingColumnSettings.
            </summary>
            <returns>EditingColumnSettings</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CellEditing.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CellEditing.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CellEditing.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides base class' method. Called by the framework for the summaries to provide 
            its script references.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the summaries script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CellEditing.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="P:Infragistics.Web.UI.GridControls.CellEditing.CellEditingClientEvents">CellEditingClientEvents</see>. object.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.CellEditing.Name">
            <summary>
            Returns the name of the object. This name is used on client to create the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.CellEditing.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.CellEditing.ColumnSettings">
            <summary>
            Returns the EditingColumnSettings collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.CellEditing.CellEditingClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.CellEditingClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.GridControls.CellEditing">CellEditing</see> behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.CellEditingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.CellEditingClientEvents">CellEditingClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.CellEditingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.CellEditing">CellEditing</see> behavior will send to the client.
            This should only be used when a control dervies from the CellEditing and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.CellEditingProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.CellEditing"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditModeActionsProps">
            <summary>
            Enumeration for the properties for cell editing EditModeActions
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditModeActionsProps.MouseClick">
            <summary>
            Enumeration value for the the EditModeActions.MouseClick property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditModeActionsProps.EnableF2">
            <summary>
            Enumeration value for the the EditModeActions.EnableF2 property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditModeActionsProps.EnableOnActive">
            <summary>
            Enumeration value for the the EditModeActions.EnableOnActive property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditModeActionsProps.EnableOnKeyPress">
            <summary>
            Enumeration value for the the EditModeActions.EnableOnKeyPress property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditModeActionsProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.EditModeActions"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EditMouseClickAction">
            <summary>
            Determines when a cell enters edit mode when clicked upon
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditMouseClickAction.None">
            <summary>
            Cell does not enter edit mode from a mouse click
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditMouseClickAction.Single">
            <summary>
            Cell enters edit mode from a single mouse click
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EditMouseClickAction.Double">
            <summary>
            Cell enters edit mode from a double mouse click
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFilter">
            <summary>
            Class which encapsulates the filtering condition that will be applied to <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> column.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.#ctor">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> object.
            </summary>
            <param name="grid">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the 
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.String)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> object.
            </summary>
            <param name="grid">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the 
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> belong to.</param>
            <param name="columnKey">The key of a ControlDataField which a <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see>
            is tied to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.GetDatabaseCondition">
            <summary>
            Compiles an SQL-where clause type filtering condition string.
            </summary>        
            <returns>SQL-where clause type filtering condition string</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilter.Clone">
            <summary>
            Returns a clone of this ColumnFilter
            </summary>
            <returns>Clone of the object</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilter.Grid">
            <summary>
            Gets the reference to the owner grid
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilter.OwnerCollection">
            <summary>
            Gets the instance of the collection containing the ColumnFilter (<see cref="T:Infragistics.Web.UI.GridControls.ColumnFilters">ColumnFilters</see>)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilter.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilter.ColumnKey">
            <summary>
            The key of a ControlDataField which a <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see>
            is tied to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilter.ColumnType">
            <summary>
            Gets a string representing a javascript type of a column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilter.Condition">
            <summary>
            Rule and value based filtering condition that will apply to the ControlDataField which the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see>
            is tied to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilter.ConditionWrapper">
            <summary>
            Proxy member used only for serialization of the Condition property.  Please do not use.
            </summary>        
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFilters">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilters">ColumnFilters</see> object.
            </summary>
            <param name="grid">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilters">ColumnFilters</see>
            belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.CreateCollectionObject(System.String)">
            <summary>
            Implements overriden method to return an instance of the collection.
            </summary>
            <param name="objectType">Type of the collection member to create.</param>
            <returns>An instance of the collection member requested.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.Add(Infragistics.Web.UI.GridControls.ColumnFilter)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> to the collection.
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.IndexOf(Infragistics.Web.UI.GridControls.ColumnFilter)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.GetFilter(System.String)">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> object whose <see cref="P:Infragistics.Web.UI.GridControls.ColumnFilter.ColumnKey">ColumnFilter.ColumnKey</see>
            matches the given key.  
            </summary>
            <param name="key">The key of a ControlDataField which a ColumnFilter is tied to.</param>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> whose <see cref="P:Infragistics.Web.UI.GridControls.ColumnFilter.ColumnKey">ColumnFilter.ColumnKey</see>
            matched the given key. If a ColumnFilter with the given key is not found null is returned.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.Insert(System.Int32,Infragistics.Web.UI.GridControls.ColumnFilter)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.Contains(Infragistics.Web.UI.GridControls.ColumnFilter)">
            <summary>
            Returns true if the collection contains the  <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.Contains(System.String)">
            <summary>
            Returns true if the collection contians a <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> with the specified key.
            </summary>
            <param name="key">The key of a ControlDataField which a ColumnFilter is tied to.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilters.Remove(Infragistics.Web.UI.GridControls.ColumnFilter)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> from the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilters.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilters.Item(System.String)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="columnKey">The <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter's</see> ColumnKey </param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilters.Grid">
            <summary>
            Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilters">ColumnFilters</see> belong to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilters.Band">
            <summary>
            Returns the IBand, if any, that this ColumnFilters object belongs to
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">
            <summary>
            Column settings for <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see> behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.#ctor">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> object.
            </summary>
            <param name="grid">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the 
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.String)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> object.
            </summary>
            <param name="grid">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the 
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> belong to.</param>
            <param name="columnKey">The key of a ControlDataField which a <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see>
            is tied to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.Enabled">
            <summary>
            Determines whether the filtering is enabled on the particular column. 
            If this is disabled then the user will not be able to filter by this column via code 
            or via the user interface.  If this is enabled and the <see cref="P:Infragistics.Web.UI.GridControls.Filtering.Visibility">Visibility</see> properties is set 
            to true for the <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see> behavior then the filtering user interface will be 
            rendered for this column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.ReadOnly">
            <summary>
            Gets/sets the value that determines whether the column is read only.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.BeforeFilterAppliedImageUrl">
            <summary>
            The url that will be used for the button image before filters are applied. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.BeforeFilterAppliedAltText">
            <summary>
            The alt text that will be used for the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.BeforeFilterAppliedImageUrl">BeforeFilterAppliedImageUrl</see> 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.AfterFilterAppliedImageUrl">
            <summary>
            The url that will be used for the button image after filters are applied. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.DisabledCssClass">
            <summary>
            CSS class that will be applied to the filter row cell of 
            this column if filtering is disabled for the column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.UniqueValueCasing">
            <summary>
            Indicates how the text of the unique value is displayed if filter type is RowFilter and filtering is not case sensitive.		
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSetting.NullValueText">
            <summary>
            The text in the filter dropdown for null values when FilterType is ExcelStyleFilter.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFilteringSettings">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.#ctor">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSettings">ColumnFilteringSettings</see> object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSettings">ColumnFilteringSettings</see> object.
            </summary>
            <param name="grid">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the 
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSettings">ColumnFilteringSettings</see> belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.CreateCollectionObject(System.String)">
            <summary>
            Implements overriden method to return an instance of the collection.
            </summary>
            <param name="objectType">Type of the collection member to create.</param>
            <returns>An instance of the collection member requested.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.Add(Infragistics.Web.UI.GridControls.ColumnFilteringSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> to the collection.
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.IndexOf(Infragistics.Web.UI.GridControls.ColumnFilteringSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.GetFilterSettings(System.String)">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> object whose 
            <see cref="P:Infragistics.Web.UI.GridControls.ColumnSetting.ColumnKey">ColumnKey</see> matches the given key.  
            </summary>
            <param name="key">The key of a ControlDataField which a ColumnFilteringSetting is tied to.</param>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> whose <see cref="P:Infragistics.Web.UI.GridControls.ColumnSetting.ColumnKey">ColumnKey</see>
            matched the given key. If a ColumnFilteringSetting with the given key is not found null is returned.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.ColumnFilteringSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.Contains(Infragistics.Web.UI.GridControls.ColumnFilteringSetting)">
            <summary>
            Returns true if the collection contains the  <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.Remove(Infragistics.Web.UI.GridControls.ColumnFilteringSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> from the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the ColumnFilteringSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> to retrieve from the collection.</param>
            <returns>The ColumnFilteringSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnFilteringSettings.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilteringSetting">ColumnFilteringSetting</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FilteringClientEvents">
            <summary>
            ClientEvents used by the <see cref="P:Infragistics.Web.UI.GridControls.FilteringClientEvents.Filtering">Filtering</see> behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FilteringClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FilteringClientEvents._gridFiltering">
            <summary>
            Reference to the grid's filtering behavior
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.Filtering,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.FilteringClientEvents">FilteringClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="gridFiltering">Reference to the owner control's Filtering behavior</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringClientEvents.DataFiltering">
            <summary>
            Event fired before a filters are applied.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringClientEvents.DataFiltered">
            <summary>
            Event fired after filters are applied.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringClientEvents.ColumnFilterAdded">
            <summary>
            Event fired after one or more column filters are added to the column filters collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringClientEvents.FilterDropdownDisplaying">
            <summary>
            Event fired just before the rules filter dropdown is displayed.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringClientEvents.FilterDropdownDisplayed">
            <summary>
            Event fired after the rules filter dropdown is displayed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringClientEvents.FilterDropdownHiding">
            <summary>
            Event fired just before the rules filter dropdown is hidden.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringClientEvents.FilterDropdownHidden">
            <summary>
            Event fired after the rules filter dropdown is hidden.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            CSS classes that will be applied to the Grid Filter elements.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRow">
            <summary>
            CSS class that will be applied to the filter row (the TR element of the filtering
            behavior) no matter where the row is appearing the top or the bottom.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRowTop">
            <summary>
            CSS class that will be applied to the filter row (the TR element of the filtering
            behavior), when the row is positioned at the top.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRowBottom">
            <summary>
            CSS class that will be applied to the filter row (the TR element of the filtering
            behavior), when the row is positioned at the bottom.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRuleDropDown">
            <summary>
            CSS class that will be applied to the filter rules dropdown container.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRuleDropDownItem">
            <summary>
            CSS class that will be applied to the filter rules dropdown item.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRuleDropDownSelectedItem">
            <summary>
            CSS class that will be applied to the filter rules dropdown selected item.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterButton">
            <summary>
            CSS class that will be applied to the filter button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterDisabled">
            <summary>
            CSS class that will be applied to the filter cell (TD element of the filter row)
            when filtering is disabled for a column.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRuleDropDownHoverItem">
            <summary>
            CSS class that will be applied to the filter rules dropdown item, when the item
            is hovered over.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterScrollbarIntersection">
            <summary>
            CSS class that will be applied to the intersection of the filter row and vertical scrollbar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRowSelectorImage">
            <summary>
            The CSS Class that will be applied to the ImageArea of the RowSelector of the Filter Row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRowSelectorCssClass">
            <summary>
            The CSS Class that will be applied to the RowSelector of the Filter Row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRowCell">
            <summary>
            CSS class that will be applied to the filter row cells (the TD element of the filtering
            behavior) no matter where the row is appearing the top or the bottom.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRowTopCell">
            <summary>
            CSS class that will be applied to the filter row cells (the TD element of the filtering
            behavior), when the row is positioned at the top.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRowBottomCell">
            <summary>
            CSS class that will be applied to the filter row cells (the TD element of the filtering
            behavior), when the row is positioned at the bottom.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterRowExpansionColumnCssClass">
            <summary>
            Css class that will be applied to the expansion column for WebHierarchicalGrid in the filter row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterHeaderButton">
            <summary>
            Css class for the button that is displayed in the column header when the FilterType is not RowFilter.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterCheckboxList">
            <summary>
            Css class for the list of unique values.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.FilterCheckboxListItem">
            <summary>
            Css class for the list item of unique values.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridFilterRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFilteringProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see> behavior will send to the client.
            This should only be used when a control dervies from the Filtering and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridFilteringProps.Visibility">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.Filtering.Visibility">Filtering.Visibility</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridFilteringProps.RuleDropdownZIndex">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.Filtering.FilterRuleDropdownZIndex">Filtering.FilterRuleDropdownZIndex</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridFilteringProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see> 
            behavior will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnFilterProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnFilterProps.ColumnKey">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFilter.ColumnKey">ColumnFilter.ColumnKey</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnFilterProps.ColumnType">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnFilter.ColumnType">ColumnFilter.ColumnType</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnFilterProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnFilter">ColumnFilter</see> 
            behavior will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleNumberNodeProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.RuleNumberNode">RuleNumberNode</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleNumberNodeProps.Rule">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.RuleNumberNode.Rule">RuleNumberNode.Rule</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleNumberNodeProps.Value">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.RuleNumberNode.Value">RuleNumberNode.Value</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleNumberNodeProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.RuleNumberNode">RuleNumberNode</see> 
            behavior will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleTextNodeProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.RuleTextNode">RuleTextNode</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleTextNodeProps.Rule">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.RuleTextNode.Rule">RuleTextNode.Rule</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleTextNodeProps.Value">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.RuleTextNode.Value">RuleTextNode.Value</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleTextNodeProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.RuleTextNode">RuleTextNode</see> 
            behavior will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleDateNodeProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.RuleDateNode">RuleDateNode</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleDateNodeProps.Rule">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.RuleDateNode.Rule">RuleDateNode.Rule</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleDateNodeProps.Value">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.RuleDateNode.Value">RuleDateNode.Value</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleDateNodeProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.RuleDateNode">RuleDateNode</see> 
            behavior will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleBoolNodeProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.RuleBoolNode">RuleBoolNode</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleBoolNodeProps.Rule">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.RuleBoolNode.Rule">RuleBoolNode.Rule</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleBoolNodeProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.RuleBoolNode">RuleBoolNode</see> 
            behavior will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FilteringAlignment">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.Filtering.Alignment">Filtering.Alignment</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FilteringAlignment.Top">
            <summary>
            Top
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FilteringAlignment.Bottom">
            <summary>
            Bottom
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FilteringVisibility">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.Filtering.Visibility">Filtering.Visibility</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FilteringVisibility.Visible">
            <summary>
            Visible
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FilteringVisibility.Hidden">
            <summary>
            Hidden
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FilteringType">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.Filtering.FilterType">Filtering.FilterType</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FilteringType.RowFilter">
            <summary>
            Displays a row filter
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.FilteringType.ExcelStyleFilter">
            <summary>
            Excel style filtering.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.UniqueValueCasing">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.Filtering.UniqueValueCasing">Filtering.UniqueValueCasing</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.UniqueValueCasing.Lower">
            <summary>
            The text of the unique filter value will be displayed in lower case letters (example: name).
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.UniqueValueCasing.Upper">
            <summary>
            The text of the unique filter value will be displayed in upper case letters(example: NAME).
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.UniqueValueCasing.Camel">
            <summary>
            The text of the unique filter value will be displayed in camel case, where the first letter of the word
            is capitalized and all other letters are lower case (example: Name).
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.TextFilterRules">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.RuleTextNode.Rule">RuleTextNode.Rule</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.All">
            <summary>
            All
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.Equals">
            <summary>
            Equals
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.DoesNotEqual">
            <summary>
            Does not equal
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.BeginsWith">
            <summary>
            Begins with
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.EndsWith">
            <summary>
            Ends with
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.Contains">
            <summary>
            Contains
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.DoesNotContain">
            <summary>
            Does not contain
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.IsNull">
            <summary>
            All null values
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.TextFilterRules.IsNotNull">
            <summary>
            All values which are not null
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.NumericFilterRules">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.RuleNumberNode.Rule">RuleNumberNode.Rule</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.All">
            <summary>
            All
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.Equals">
            <summary>
            Equals
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.DoesNotEqual">
            <summary>
            Does not equal
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.GreaterThan">
            <summary>
            Greater than
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.GreaterThanOrEqualTo">
            <summary>
            Greater than or equal to
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.LessThan">
            <summary>
            Less than
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.LessThanOrEqualTo">
            <summary>
            Less than or equal to 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.IsNull">
            <summary>
            All null values
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.NumericFilterRules.IsNotNull">
            <summary>
            All values which are not null
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DateTimeFilterRules">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.RuleDateNode.Rule">RuleDateNode.Rule</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.All">
            <summary>
            All
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.Equals">
            <summary>
            Equals
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.Before">
            <summary>
            Before
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.After">
            <summary>
            After
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.Tomorrow">
            <summary>
            Tomorrow
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.Today">
            <summary>
            Today
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.Yesterday">
            <summary>
            Yesterday
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.NextWeek">
            <summary>
            Next week
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.ThisWeek">
            <summary>
            This week
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.LastWeek">
            <summary>
            Last week
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.NextMonth">
            <summary>
            Next month
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.ThisMonth">
            <summary>
            This month
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.LastMonth">
            <summary>
            Last month
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.NextQuarter">
            <summary>
            Next quarter
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.ThisQuarter">
            <summary>
            This quarter
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.LastQuarter">
            <summary>
            Last quarter
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.NextYear">
            <summary>
            Next year
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.ThisYear">
            <summary>
            This year
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.LastYear">
            <summary>
            Last year
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.YearToDate">
            <summary>
            Year to date
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.IsNull">
            <summary>
            All null values
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.IsNotNull">
            <summary>
            All values which are not null
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DateTimeFilterRules.DoesNotEqual">
            <summary>
            Does not equal
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BooleanFilterRules">
            <summary>
            Allowable values for the <see cref="P:Infragistics.Web.UI.GridControls.RuleBoolNode.Rule">RuleBoolNode.Rule</see> property
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BooleanFilterRules.All">
            <summary>
            All
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BooleanFilterRules.True">
            <summary>
            True
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BooleanFilterRules.False">
            <summary>
            False
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BooleanFilterRules.IsNull">
            <summary>
            All null values
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BooleanFilterRules.IsNotNull">
            <summary>
            All values which are not null
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BooleanFilterRules.IsNotTrue">
            <summary>
            All values which are not true. This enum value will only be
            used when filter type is ExcelStyleFiltering
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BooleanFilterRules.IsNotFalse">
            <summary>
            All values which are not false. This enum value will only be
            used when filter type is ExcelStyleFiltering
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DataFilteringHandler">
            <summary>
            Delegate for the data filtering event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the filtering event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DataFilteredHandler">
            <summary>
            Delegate for the data filtered event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the filtering event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.PopulateUniqueFilterValuesHandler">
            <summary>
            Delegate for the PopulateUniqueFilterValues event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <returns>The key should be the DataFieldName of the column that the grid is bound to and the value needs to be a list of unique values for that column in the datasource</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FilteringEventArgs">
            <summary>
            Filtering event arguments.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteringEventArgs.#ctor(Infragistics.Web.UI.GridControls.ColumnFilters)">
            <summary>
            Creates an instance of the FilteringEventArgs object
            </summary>
            <param name="columnFilters">Column filters that are to be applied the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> </param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringEventArgs.ColumnFilters">
            <summary>
            Reference to the column filters collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteringEventArgs.Cancel">
            <summary>
            If set to true from inside an event handler the filtering will not occur.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.FilteredEventArgs">
            <summary>
            Filtered event arguments.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.FilteredEventArgs.#ctor(Infragistics.Web.UI.GridControls.ColumnFilters)">
            <summary>
            Creates an instance of the FilteredEventArgs object
            </summary>
            <param name="columnFilters">Column filters that have be applied the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> </param>        
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.FilteredEventArgs.ColumnFilters">
            <summary>
            Reference to the column filters collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IFiltering">
            <summary>
            Interface that every Filtering behavior of WebDataGrid should implement if they need to be
            compatible with Column Fixing.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IFiltering.OnBeforeFilterItemApplyTemplate(System.Xml.XmlTextWriter)">
            <summary>
            Raises the BeforeFilterItemApplyTemplate event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IFiltering.OnBeforeFilterItemMatchTemplate(System.Xml.XmlTextWriter,Infragistics.Web.UI.GridControls.GridBehaviorEvents.RenderFilterItemXml)">
            <summary>
            Raises the BeforeFilterItemMatchTemplate event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IFiltering.OnFilterItemXmlAttributes(Infragistics.Web.UI.GridControls.GridRecordItem)">
            <summary>
            Raises the FilterItemXmlAttributes event.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IFiltering.BeforeFilterItemApplyTemplate">
            <summary>
            Event that should be raised before Item apply template is rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IFiltering.BeforeFilterItemApplyTemplateHandled">
            <summary>
            Indicates whether the BeforeFilterItemApplyTemplate event is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IFiltering.BeforeFilterItemMatchTemplate">
            <summary>
            Event that should be raised before Item match is rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IFiltering.BeforeFilterItemMatchTemplateHandled">
            <summary>
            Indicates whether the BeforeFilterItemMatchTemplate event is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IFiltering.FilterItemXmlAttributes">
            <summary>
            Event that should be raised after Fileting has added XmlAttributes to its Item, so other XmlAttributes can be added.		
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IFiltering.FilterItemXmlAttributesHandled">
            <summary>
            Indicates whether the FilterItemXmlAttributes event is handled
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Filtering">
            <summary>
            Behavior that defines the grid's filtering capabilities.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.#ctor">
            <summary>
            Constructor for <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see> beahvior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.ShouldSerializeColumnFilters">
            <summary>
            Determines if ColumnFilters should be persisted
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.ApplyFilter">
            <summary>
            Filters the data in <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.BehaviorEvents_PreRender(System.Object)">
            <summary>
            Handles the PreRender event
            </summary>
            <param name="sender">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.CreateColumnSettings">
            <summary>
            Creates and initializes an instance of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnSettingCollection">ColumnSettingCollection</see> object
            </summary>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ColumnSettingCollection">ColumnSettingCollection</see> object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnLoad">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see> behavior is enabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnUnload">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see> behavior is disabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Overrides base class' method. Called when an asynchronous request is initiated by 
            the filtering
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Overrides base class' method. Handles processing of filtering.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">Identification of the object the action is happened to.</param>
            <param name="value">A value assotiated with the action.</param>
            <param name="tag">A tag associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            The method is called by the framework to register any script references.
            </summary>
            <param name="scriptReferences">List of script references to add the behavior script references to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.ClearSelection">
            <summary>
            Removes any selected rows or cells from the SelectedCellCollection and SelectedRows Collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.CreateColumnFilterFromClientData(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Creates a column filter from data passed from the client and adds it to the 
            ColumnFilters collection
            </summary>
            <param name="filterData">Data recieved from the client</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.UpdateColumnFilterConditionFromClientData(System.Collections.Generic.Dictionary{System.String,System.Object},System.Int32)">
            <summary>
            Creates or updates the condition of a column filter by values passed from the client
            </summary>
            <param name="filterData">Data recieved from the client</param>
            <param name="columnFilterIndex">Index of the column filter in the ColumnFilters collection 
            whose condition needs to be updated </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="P:Infragistics.Web.UI.GridControls.Filtering.FilteringClientEvents">FilteringClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnDataFiltering">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.Filtering.DataFiltering">DataFiltering</see> event. Called by filtering
            whenever a data is about to be filtered.
            <para>Cancelable envet</para>
            </summary>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnDataFiltered">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.Filtering.DataFiltered">DataFiltered</see> event. Called by filtering
            whenever a data has been filtered.        
            </summary> 
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnBeforeFilterItemApplyTemplate(System.Xml.XmlTextWriter)">
            <summary>
            Raises the BeforeFilterItemApplyTemplate event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnBeforeFilterItemMatchTemplate(System.Xml.XmlTextWriter,Infragistics.Web.UI.GridControls.GridBehaviorEvents.RenderFilterItemXml)">
            <summary>
            Raises the BeforeFilterItemMatchTemplate event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.OnFilterItemXmlAttributes(Infragistics.Web.UI.GridControls.GridRecordItem)">
            <summary>
            Raises the FilterItemXmlAttributes event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.ClearBehaviorColumnInfo">
            <summary>
            Clears the ColumnFilters collection.  This method will be called when the grid's datasource 
            is switched from the designer 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.Clone">
            <summary>
            Create clone
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Filtering.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>	
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.Visibility">
            <summary>
            Used to determine whether the user interface is visible for <see cref="T:Infragistics.Web.UI.GridControls.Filtering">Filtering</see>
            behavior.
            <para>Hidden - filter row will not be visible</para>
            <para>Visible - filter row will be visible </para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterRuleDropdownZIndex">
            <summary>
            Sets/Gets the Z-Index of the filter rule dropdown element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.Alignment">
            <summary>
            Determines the location of the filter row.
            <para>Top - It will appear in the header of the grid.</para>
            <para>Bottom - It will appear in the footer of the grid.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.CaseSensitive">
            <summary>
            Controls whether filtering will be case sensitive or not.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.UniqueValueCasing">
            <summary>
            Indicates how the text of the unique value is displayed if filter type is RowFilter and filtering is not case sensitive.		
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.NullValueText">
            <summary>
            The text in the filter dropdown for null values when FilterType is ExcelStyleFilter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterType">
            <summary>
            Indicates what type of filtering will be enabled.
            RowFilter - allows one filtering condition per column, where you specify a rule (Equals, GreaterThan, ect) and a value.
            ExcelStyleFilter - in this mode you get a list of unique values in that column which can be (un)selected by checkboxes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.Filtered">
            <summary>
            Indicated whether the grid data is currently filtered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilteringCssClass">
            <summary>
            Used to set the look and feel of the filter row
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterRuleDropDownCssClass">
            <summary>
            Used to set the look and feel of the filter rule dropdown
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterRuleDropDownItemCssClass">
            <summary>
            Used to set the look and feel of the filter rule dropdown item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterRuleDropDownSelectedItemCssClass">
            <summary>
            Used to set the look and feel of the filter rule dropdown selected item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterRuleDropDownHoverItemCssClass">
            <summary>
            Used to set the look and feel of the filter rule dropdown hovered over item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterButtonCssClass">
            <summary>
            Used to set the look and feel of the filter button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterRowSelectorImageCssClass">
            <summary>
            The CSS Class that will be applied to the ImageArea of the RowSelector of the Filter Row.
            <para>This class is available for setting the BackgroundImage of the RowSelector.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterRowSelectorCssClass">
            <summary>
            The CSS Class that will be applied to the ImageArea of the RowSelector of the Filter Row.
            <para>This class is available for setting the BackgroundImage of the RowSelector.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.ColumnSettings">
            <summary>
            Returns a ColumnFilteringSettings collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.ColumnFilters">
            <summary>
            Returns a ColumnFilters collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.AnimationType">
            <summary>
            The type of animation that the filter rule dropdown will play when it is displaying or hiding.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.AnimationEnabled">
            <summary>
            Determines whether the filter rule dropdown will play an animation while it is displaying or hiding
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.AnimationDurationMs">
            <summary>
            The duration of the animation that the filter rule dropdown will play while its displaying or hiding 
            in milliseconds
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterHeaderButton">
            <summary>
            The button object that will be displayed in the grid's column header for 
            showing the filter drop down for when FilterType is ExcelStyleFilter before the column has a filter applied.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilteredHeaderButton">
            <summary>
            The button object that will be displayed in the grid's column header for 
            showing the filter drop down for when FilterType is ExcelStyleFilter after the column has a filter applied.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.Name">
            <summary>
            Overriden. Keeps the behavior name.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilteringClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary> 
                    
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Filtering.DataFiltering">
            <summary>
            Occurs when a filters are about to be applied to the grid's data.
            </summary>    
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.HasDataFilteringHandled">
            <summary>
            Indicates if the data filtering event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Filtering.DataFiltered">
            <summary>
            Occurs when a filters have be applied to the grid's data.
            </summary>  
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.HasDataFilteredHandled">
            <summary>
            Indicates if the data filtered event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Filtering.PopulateUniqueFilterValues">
            <summary>
            Occurs when right before filtering behavior goes back to the client. This event needs to be handled
            when CustomDatabinding is used for the grid to provide the values that filtering needs to display for
            each column when filteringType is ExcelStyleFiltering.
            </summary>  
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.HasPopulateUniqueFilterValuesHandled">
            <summary>
            Indicates if the PopulateUniqueFilterValues event is handled.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Filtering.BeforeFilterItemApplyTemplate">
            <summary>
            Event that should be raised before Item apply template is rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.BeforeFilterItemApplyTemplateHandled">
            <summary>
            Indicates whether the BeforeFilterItemApplyTemplate event is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Filtering.BeforeFilterItemMatchTemplate">
            <summary>
            Event that should be raised before Item match is rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.BeforeFilterItemMatchTemplateHandled">
            <summary>
            Indicates whether the BeforeFilterItemMatchTemplate event is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Filtering.FilterItemXmlAttributes">
            <summary>
            Event that should be raised after Fileting has added XmlAttributes to its Item, so other XmlAttributes can be added.		
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Filtering.FilterItemXmlAttributesHandled">
            <summary>
            Indicates whether the FilterItemXmlAttributes event is handled
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleBoolNode">
            <summary>
            Filtering condition for a string type column of <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.#ctor">
            <summary>
            Create a new instance of the RuleBoolNode object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.#ctor(Infragistics.Web.UI.GridControls.BooleanFilterRules)">
            <summary>
            Create a new instance of the RuleBoolNode object
            </summary>
            <param name="rule">The rule which to apply to the filter condition</param>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.GetFilterRuleString(System.String,System.Boolean)">
            <summary>
            Compiles an SQL-where clause type filtering condition
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.GetFilterRuleString(System.String)">
            <summary>
            Compiles an SQL-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.GetFilterRuleStringLQ(System.String)">
            <summary>
            Compiles an LINQ-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the LINQ-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.GetFilterRuleStringLQ(System.String,System.Boolean)">
            <summary>
            Compiles a LINQ-where clause type filtering condition, thats into account where filtering should be
            case sensitive or not.
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <param name="caseSensitive">indicates whether filtering should be case sensitive or not, this parameter is only important for string comparison</param>
            <returns>A string of the LINQ-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.GetFilterRuleStringEntity(System.String)">
            <summary>
            Compiles a Entity-where clause type filtering condition (has it. at front of column names)
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <returns>A string of the Entity-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.SaveViewState">
            <summary>
            Saves view state.  
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleBoolNode.LoadViewState(System.Object)">
            <summary>
            Load view state
            </summary>
            <param name="state"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleBoolNode.Rule">
            <summary>
            The rule which to apply to the filter condition
            </summary>        
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleBoolNode.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleDateNode">
            <summary>
            Filtering condition for a DateTime type column of <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.#ctor">
            <summary>
            Create a new instance of the RuleDateNode object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.#ctor(Infragistics.Web.UI.GridControls.DateTimeFilterRules,System.DateTime)">
            <summary>
            Create a new instance of the RuleDateNode object
            </summary>
            <param name="rule">The rule which to apply to the filter condition</param>
            <param name="value">The value which to use in the filter condition</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetFilterRuleString(System.String,System.Boolean)">
            <summary>
            Compiles an SQL-where clause type filtering condition
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetFilterRuleString(System.String)">
            <summary>
            Compiles an SQL-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetFilterRuleStringLQ(System.String)">
            <summary>
            Compiles an LINQ-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetFilterRuleStringLQ(System.String,System.Boolean)">
            <summary>
            Compiles a LINQ-where clause type filtering condition, thats into account where filtering should be
            case sensitive or not.
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <param name="caseSensitive">indicates whether filtering should be case sensitive or not, this parameter is only important for string comparison</param>
            <returns>A string of the LINQ-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetFilterRuleStringEntity(System.String)">
            <summary>
            Compiles a Entity-where clause type filtering condition (has it. at front of column names)
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <returns>A string of the Entity-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.SQLEncodeDate(System.DateTime,System.Boolean)">
            <summary>
            Creates a SQL acceptable string for a DateTime value, by wrapping the string 
            with # characters
            </summary>
            <param name="date">DateTime value to create the string for.</param>
            <returns>SQL acceptable string for a DateTime value</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.LinqEncodeDate(System.DateTime)">
            <summary>
            Creates a LINQ acceptable string for a creation of a date object
            </summary>
            <param name="date">DateTime value to create the string for.</param>
            <returns>LINQ acceptable string for a creation of a date object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetYearSpan(Infragistics.Web.UI.GridControls.RuleDateNode.PeriodOffset,System.DateTime@,System.DateTime@)">
            <summary>
            Determines what the first and last date of the year is based on the offset parameter
            </summary>
            <param name="offset">The offset determines which year's date will be calculated
                Next - the following calendar year from today's date
                This - the calendar year based on today's date
                Last - the passed calendar year from today's date
            </param>
            <param name="fromDate">The first date of the year</param>
            <param name="toDate">The last date of the year</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetQuarterSpan(Infragistics.Web.UI.GridControls.RuleDateNode.PeriodOffset,System.DateTime@,System.DateTime@)">
            <summary>
            Determines what the first and last date of the quarter is based on the offset parameter
            </summary>
            <param name="offset">The offset determines which quarter's date will be calculated
                Next - the next quarter from today's date
                This - the quarter which today's date belongs to
                Last - the passed quarter from today's date
            </param>
            <param name="fromDate">The first date of the quarter</param>
            <param name="toDate">The last date of the quarter</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetMonthSpan(Infragistics.Web.UI.GridControls.RuleDateNode.PeriodOffset,System.DateTime@,System.DateTime@)">
            <summary>
            Determines what the first and last date of the month is based on the offset parameter
            </summary>
            <param name="offset">The offset determines which month's date will be calculated
                Next - the next calendar month from today's date
                This - the month which today's date belongs to
                Last - the passed calendar month from today's date
            </param>
            <param name="fromDate">The first date of the month</param>
            <param name="toDate">The last date of the month</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.GetWeekSpan(Infragistics.Web.UI.GridControls.RuleDateNode.PeriodOffset,System.DateTime@,System.DateTime@)">
            <summary>
            Determines what the first and last date of the week is based on the offset parameter
            </summary>
            <param name="offset">The offset determines which week's date will be calculated
                Next - the next calendar week from today's date
                This - the week which today's date belongs to
                Last - the passed calendar week from today's date
            </param>
            <param name="fromDate">The first date of the week</param>
            <param name="toDate">The last date of the week</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.SaveViewState">
            <summary>
            Saves view state.  
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleDateNode.LoadViewState(System.Object)">
            <summary>
            Load view state
            </summary>
            <param name="state"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleDateNode.Rule">
            <summary>
            The rule which to apply to the filter condition
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleDateNode.Value">
            <summary>
            The value which to use in the filter condition
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleDateNode.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleDateNode.PeriodOffset">
            <summary>
            Indicates which time span from Today's date should be considered 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleDateNode.PeriodOffset.This">
            <summary>
            The time interval which Today's date is in
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleDateNode.PeriodOffset.Next">
            <summary>
            The next time interval from Today's date
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RuleDateNode.PeriodOffset.Last">
            <summary>
            The last time interval from Today's date
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleNumberNode">
            <summary>
            Filtering condition for a numeric type column of <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.#ctor">
            <summary>
            Create a new instance of the RuleNumberNode object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.#ctor(Infragistics.Web.UI.GridControls.NumericFilterRules,System.Double)">
            <summary>
            Create a new instance of the RuleNumberNode object
            </summary>
            <param name="rule">The rule which to apply to the filter condition</param>
            <param name="value">The value which to use in the filter condition</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.GetFilterRuleString(System.String,System.Boolean)">
            <summary>
            Compiles an SQL-where clause type filtering condition
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.GetFilterRuleString(System.String)">
            <summary>
            Compiles an SQL-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.GetFilterRuleStringLQ(System.String)">
            <summary>
            Compiles an Linq-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the Linq-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.GetFilterRuleStringLQ(System.String,System.Boolean)">
            <summary>
            Compiles a LINQ-where clause type filtering condition, thats into account where filtering should be
            case sensitive or not.
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <param name="caseSensitive">indicates whether filtering should be case sensitive or not, this parameter is only important for string comparison</param>
            <returns>A string of the LINQ-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.GetFilterRuleStringEntity(System.String)">
            <summary>
            Compiles a Entity-where clause type filtering condition (has it. at front of column names)
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <returns>A string of the Entity-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.SaveViewState">
            <summary>
            Saves view state.  
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleNumberNode.LoadViewState(System.Object)">
            <summary>
            Load view state
            </summary>
            <param name="state"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleNumberNode.Rule">
            <summary>
            The rule which to apply to the filter condition
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleNumberNode.Value">
            <summary>
            The value which to use in the filter condition
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleNumberNode.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RuleTextNode">
            <summary>
            Filtering condition for a string type column of <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.#ctor">
            <summary>
            Create a new instance of the RuleTextNode object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.#ctor(Infragistics.Web.UI.GridControls.TextFilterRules,System.String)">
            <summary>
            Create a new instance of the RuleTextNode object
            </summary>
            <param name="rule">The rule which to apply to the filter condition</param>
            <param name="value">The value which to use in the filter condition</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.GetFilterRuleString(System.String,System.Boolean)">
            <summary>
            Compiles an SQL-where clause type filtering condition
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.GetFilterRuleString(System.String)">
            <summary>
            Compiles an SQL-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.GetFilterRuleStringLQ(System.String,System.Boolean)">
            <summary>
            Compiles an Linq-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <param name="caseSensitive">indicates whether filtering should be case sensitive or not, this parameter is only important for string comparison</param>
            <returns>A string of the Linq-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.GetFilterRuleStringLQ(System.String)">
            <summary>
            Compiles a LINQ-where clause type filtering condition, thats into account where filtering should be
            case sensitive or not.
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>		
            <returns>A string of the LINQ-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.GetFilterRuleStringEntity(System.String)">
            <summary>
            Compiles a Entity-where clause type filtering condition (has it. at front of column names)
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <returns>A string of the Entity-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.SQLEncode(System.String)">
            <summary>
            Encodes special characters in the string so it can be used in an SQL where
            clause.  
            ' are doubled up to be ''
            *, %, [, ], are encapsulated in square brackets, e.g. [*] 
            </summary>
            <param name="text">The string to encode</param>
            <returns>Encoded string</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.SaveViewState">
            <summary>
            Saves view state.  
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RuleTextNode.LoadViewState(System.Object)">
            <summary>
            Load view state
            </summary>
            <param name="state"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleTextNode.Rule">
            <summary>
            The rule which to apply to the filter condition
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleTextNode.Value">
            <summary>
            The value which to use in the filter condition
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RuleTextNode.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorProps">
            <summary>
            Enumerates serializable properties of a grid behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridBehaviorProps.Name">
            <summary>
            Name of a behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridBehaviorProps.Count">
            <summary>
            Total count of properties in the enumeration.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorAttribute">
            <summary>
            Attribute used to control properties per Behavior
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorAttribute.#ctor(System.Type)">
            <summary>
            Creates an instance with the give behavior type
            </summary>
            <param name="behaviorType">The type of the specified behavior</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorAttribute.BehaviorType">
            <summary>
            Returns the type of the behavior
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ClientRecordTemplateRenderingEventArgs">
            <summary>
            The class provides data for the RowSelectors behavior during the process of rendering.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.StringBuilderEventArgs">
            <summary>
            Event arguements which have a srting builder
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.StringBuilderEventArgs.#ctor(System.Text.StringBuilder)">
            <summary>
            Construnctor for StringBuilderEventArgs
            </summary>
            <param name="strBuilder">StringBuilder which will be used in the event arguements</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.StringBuilderEventArgs.StrBuilder">
            <summary>
            StringBuilder which will be used in the event arguements
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.CancelRenderingXslEventArgs">
            <summary>
            Cancelable xsl rendering event args.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.CancelRenderingXslEventArgs.Cancel">
            <summary>
            The property indicates if the event was canceled.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SpanCalculatingEventArgs">
            <summary>
            Event args for ContainerGridRowColSpanCalculating event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SpanCalculatingEventArgs.#ctor(System.Int32)">
            <summary>
            Creates a new SpanCalculatingEventArgs with col span starting at the given number
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SpanCalculatingEventArgs.#ctor">
            <summary>
            Creates a new SpanCalculatingEventArgs with col span starting at 0
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SpanCalculatingEventArgs.ColSpan">
            <summary>
            The number of extra colspan
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GeneratingCellAttributesEventArgs">
            <summary>
            Event args for ContainerGridRowColSpanCalculating event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GeneratingCellAttributesEventArgs.#ctor(System.Text.StringBuilder,Infragistics.Web.UI.GridControls.GridRecordItem)">
            <summary>
            Creates a new ApplyingMergeRolesEventArgs
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GeneratingCellAttributesEventArgs.Cell">
            <summary>
            The cell
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupingWalkRowInternalEventArgs">
            <summary>
            Object representing the event arguments for <see cref="!:GroupingWalkRow">GroupingWalkRow</see> event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingWalkRowInternalEventArgs.#ctor(Infragistics.Web.UI.GridControls.ContainerGridRecord,System.Collections.Generic.Dictionary{System.String,System.Collections.Hashtable},System.Boolean,System.Boolean)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupingWalkRowInternalEventArgs">GroupingWalkRowInternalEventArgs</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingWalkRowInternalEventArgs.Row">
            <summary>
            The row that is currently being examined
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingWalkRowInternalEventArgs.ColumnData">
            <summary>
            The row that is currently being examined
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingWalkRowInternalEventArgs.PreviousRowExpanded">
            <summary>
            Whether the previous row was expanded
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingWalkRowInternalEventArgs.EndsCurrentGroup">
            <summary>
            Whether the row is the end of the current group
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GeneratingFooterAttributesEventArgs">
            <summary>
            Event args for GeneratingFooterAttributes event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GeneratingFooterAttributesEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridFieldFooterCaption,Infragistics.Web.UI.GridControls.GridFieldFooterCaption)">
            <summary>
            Creates a new ApplyingMergeRolesEventArgs
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GeneratingFooterAttributesEventArgs.Footer">
            <summary>
            The footer generating its attributes
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GeneratingFooterAttributesEventArgs.Sibling">
            <summary>
            A sibling footer
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorEvents.OnContainerGridSpanCalculating">
            <summary>
            Calls ContainerGridRowColSpanCalculating event
            </summary>
            <returns>The number of extra cells to add to col span of row</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorEvents.OnGeneratingCellAttributes(System.Text.StringBuilder,Infragistics.Web.UI.GridControls.GridRecordItem)">
            <summary>
            Calls ContainerGridRowColSpanCalculating event
            </summary>
            <returns>The number of extra cells to add to col span of row</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorEvents.OnGroupingWalkRow(Infragistics.Web.UI.GridControls.ContainerGridRecord,System.Collections.Generic.Dictionary{System.String,System.Collections.Hashtable},System.Boolean,System.Boolean)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GroupingWalkRow">GroupingWalkRow</see> event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorEvents.OnContainerGridRecordExpandedChanged(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Calls ContainerGridRecordExpandedChanged event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorEvents.OnGeneratingFooterAttributes(Infragistics.Web.UI.GridControls.GridFieldFooterCaption,Infragistics.Web.UI.GridControls.GridFieldFooterCaption)">
            <summary>
            Calls GeneratingFooterAttributes event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBehaviorEvents.OnBeforeRenderingFooterSizeRow">
            <summary>
            Calls BeforeRenderingFooterSizeRow event
            </summary>
            <returns>Returns if the footer size row rendering should be cancelled</returns>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.RegisterScriptDescriptors">
            <summary>
            The event is fired for the behaviors to register its
            child controls script descriptors.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.RegisterScripts">
            <summary>
            The event is fired for the behaviors to register its
            JavaScript file references.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeRecordItemsXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the record match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.RecordItemsXslRendering">
            <summary>
            The event is fired for the behaviors to cancel the redering of record items
            and instead render the items in their own way
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.AfterRecordItemsXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the record match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.AfterRecordXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL after the record match content.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeHeaderCaptionsXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the header match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.AfterHeaderCaptionsXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the header match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeFooterCaptionsXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the footer match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.AfterFooterCaptionsXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the header match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeHeaderXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the header match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.AfterHeaderXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the header match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeFooterXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the footer match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.AfterFooterXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the header match content
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.CreateCustomTemplates">
            <summary>
            The event is fired for the behaviors to render their own templates that can be used in the 
            xsl that they generate.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.CaptionXslRendering">
            <summary>
            The event is fired for the behaviors to cancel the redering of caption
            and render the caption in their own way
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.HeaderSizeRowXslRendering">
            <summary>
            The event is fired for the behaviors to cancel the redering of caption
            and render the caption in their own way
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.HeaderXslRendering">
            <summary>
            The event is fired for the behaviors to cancel the redering of caption
            and render the caption in their own way
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeOuterTableRender">
            <summary>
            The event is fired for the behaviors to cancel the redering of caption
            and render the caption in their own way
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.FormatCellValue">
            <summary>
            The event is fired for the behaviors to cancel formatting of cells
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.RecordsXslRendering">
            <summary>
            The event is fired for the behaviors to cancel the redering of Records
            and render the Records in their own way
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeHeaderRowXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the header match content.  This 
            event is fired right before the header TR element is rendered.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeRecordXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL right in the begining of the 
            "Record" template
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.RecordXslStyleAttributeRendering">
            <summary>
            The event is fired for the behaviors to render some additional XSL right in the begining of the 
            "Record" template
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeAuxiliaryRecordXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL right in the begining of the 
            "Record" template
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.RowUpdated">
            <summary>
            The event is fired by the EditingCore beahvior when a row updates
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.CaptionPostTextRendered">
            <summary>
            The event is fired for the behaviors to cancel the redering of caption
            and render the caption in their own way
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.ContainerGridRowColSpanCalculating">
            <summary>
            The event that fires when a ContainerGridRecord is calculating its ColSpan
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorEvents.ContainerGridRowColSpanCalculatingHandled">
            <summary>
            Returns whether ContainerGridRowColSpanCalculating is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GeneratingCellAttributes">
            <summary>
            The event that fires when a ContainerGridRecord is calculating its ColSpan
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GeneratingCellAttributesHandled">
            <summary>
            Returns whether GeneratingCellAttributes is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GroupingWalkRow">
            <summary>
            The event is fired when the data rows are being walked to group rows
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GroupingWalkRowHandled">
            <summary>
            Indicates if the <see cref="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GroupingWalkRow">GroupingWalkRow</see> event is handled. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.ContainerGridRecordExpandedChanged">
            <summary>
            The event that fires right before the xslt for generating a size row is output
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorEvents.ContainerGridRecordExpandedChangedHandled">
            <summary>
            Returns whether ContainerGridRecordExpandedChanged is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GeneratingFooterAttributes">
            <summary>
            The event that fires when a GridFieldFooterCaption is generating its attributes
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GeneratingFooterAttributesHandled">
            <summary>
            Returns whether GeneratingCellAttributes is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeRenderingFooterSizeRow">
            <summary>
            The event that fires right before the xslt for generating a size row is output
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeRenderingFooterSizeRowHandled">
            <summary>
            Returns whether BeforeRenderingFooterSizeRow is handled
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.FooterXslRender">
            <summary>
            The event is fired for the behaviors to render some additional XSL to the footer match content
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorEvents.ContainerGridRowColSpanCalculatingHandler">
            <summary>
            Delegate for ContainerGridRowColSpanCalculating event
            </summary>
            <param name="sender">The sender</param>
            <param name="e">The event args</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GeneratingCellAttributesHandler">
            <summary>
            Delegate for GeneratingCellAttributes event
            </summary>
            <param name="sender">The sender</param>
            <param name="e">The event args</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GroupingWalkRowHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GroupingWalkRow">GroupingWalkRow</see> event.
            </summary>
            <param name="sender">
            <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            for which events is be raised.
            </param>
            <param name="e">
            Event arguments.
            </param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorEvents.ContainerGridRecordExpandedChangedHandler">
            <summary>
            Delegate for ContainerGridRecordExpandedChanged event
            </summary>
            <param name="sender">The sender</param>
            <param name="e">The event args</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorEvents.GeneratingFooterAttributesHandler">
            <summary>
            Delegate for GeneratingFooterAttributes event
            </summary>
            <param name="sender">The sender</param>
            <param name="e">The event args</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeRenderingFooterSizeRowHandler">
            <summary>
            Delegate for BeforeRenderingFooterSizeRow event
            </summary>
            <param name="sender">The sender</param>
            <param name="e">The event args</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IPaging">
            <summary>
            Paging behavior interface marker. Can be used to get access to a paging behavior 
            in the behaviors collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IPaging.PageIndex">
            <summary>
            Index of the current page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IPaging.PageSize">
            <summary>
            Number of rows per page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IPaging.CurrentPageSize">
            <summary>
            Size of the current page. Equals to PageSize for all pages but the last one.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IPaging.PageIndexChanging">
            <summary>
            Event that is fired every time a page index is about to be changed.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.IPaging.PageIndexChanged">
            <summary>
            Event that is fired every time a page index is changed by the user.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Paging">
            <summary>
            Behavior that defines the grid's paging capabilities.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.OnLoad">
            <summary>
            Overrides base behavior's <see cref="M:Infragistics.Web.UI.GridControls.GridBehavior.OnLoad"/> method.
            Hooks up all of the internal events from inside of the method.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.EnsureHandledEvents">
            <summary>
            Ensures that event handlers are properly attached to the grid's internal events.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides base class' method. Called by the framework for the pager to provide 
            its script references.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the pager's script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.OnUnload">
            <summary>
            Overrides base class' method. Unhooks all of the internal event handlers previously hooked by the pager.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.GetRoleCount">
            <summary>
            Overrides base class' method. Returns number of AppStyling roles supported by pager.
            </summary>
            <returns>Number of AppStyling roles supported by the behavior.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.GetRoleInfo(System.Int32)">
            <summary>
            Overrides base class' method.
            Gets reference to the pager's role info by its index.
            </summary>
            <param name="index">Index of the role to get.</param>
            <returns>
            <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo"/> descriptor of the role. 
            Null if no role is available with that index.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RebindGrid">
            <summary>
            Requires the grid to clear its records and rebinds it.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderTop(System.Object,Infragistics.Web.UI.GridControls.RenderEventArgs)">
            <summary>
            Renders the pager on the top of the grid.
            </summary>
            <remarks>
            This method is an event handler of the <see cref="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.BeforeContentRender"/> internal event.
            </remarks>
            <param name="sender">A reference to the calling object - the grid in the pager's case.</param>
            <param name="e">Event arguments associated with the rendering.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderBottom(System.Object,Infragistics.Web.UI.GridControls.RenderEventArgs)">
            <summary>
            Renders the pager on the bottom of the grid.
            </summary>
            <remarks>
            This method is an event handler of the <see cref="E:Infragistics.Web.UI.GridControls.GridBehaviorEvents.AfterContentRender"/> internal event.
            </remarks>
            <param name="sender">A reference to the calling object - the grid in the pager's case.</param>
            <param name="e">Event arguments associated with the rendering.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderPager(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.GridControls.PagerAppearance)">
            <summary>
            Renders pager.
            </summary>
            <remarks>
            The method looks at the <see cref="P:Infragistics.Web.UI.GridControls.Paging.PagerMode"/> the pager is in and renders it accordingly.
            </remarks>
            <param name="writer">A writer to output the HTML to.</param>
            <param name="appearance">Indicates whether pager is being rendered at the top or at the bottom.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderSeoPager(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders search engine optimized pager.
            </summary>
            <param name="writer">A writer to output the HTML to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderNumericPager(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the numeric pager.
            </summary>
            <param name="writer">A writer to output the HTML to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderNumericFirstLastPager(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the NumericFirstLast pager.
            </summary>
            <param name="writer">A writer to output the HTML to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderNextPreviousPager(System.Web.UI.HtmlTextWriter,System.Boolean)">
            <summary>
            Renders NextPrevious pager.
            </summary>
            <param name="writer">A writer to output the HTML to.</param>
            <param name="renderFirstLast">indicates whether to render first and last links.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderSeoPageLink(System.Web.UI.HtmlTextWriter,System.Int32,System.Boolean)">
            <summary>
            Render's a search engine optimized link.
            </summary>
            <param name="writer">A writer to output the HTML to.</param>
            <param name="index">Index of the link.</param>
            <param name="current">Indicates if the index is current.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderPageLink(System.Web.UI.HtmlTextWriter,System.Int32,System.Boolean)">
            <summary>
            Render's a numeric link.
            </summary>
            <param name="writer">A writer to output the HTML to.</param>
            <param name="index">Index of the link.</param>
            <param name="current">Indicates if the index is current.</param>
            <remarks>
            The method defferentiates current and non-current index links and
            renders those differently.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.RenderPageLink(System.Web.UI.HtmlTextWriter,System.String,System.Int32,System.Boolean)">
            <summary>
            Render's a text link.
            </summary>
            <param name="writer">A writer to output the HTML to.</param>
            <param name="text">Text of the link.</param>
            <param name="index">Index of the link.</param>
            <param name="current">Indicates if the index is current.</param>
            <remarks>
            The method defferentiates current and non-current links and
            renders those differently.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.WriteClientOnlyProperty(System.String,System.Object)">
            <summary>
            Stores the property in hashtable, that will be rendered down to the client. Client only properties only get sent down
            to the client, they do not get sent back to the server. 
            </summary>
            <param name="name">The name used to identify the client only property.
            This name will be used to retrieve the property on the clientside.</param>
            <param name="prop">The property that will be sent down the client. </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.BehaviorEvents_ResetToDefault(System.Object,System.EventArgs)">
            <summary>
            Resets the page index to 0 on a grid reset
            </summary>
            <param name="sender">The grid who requests the reset</param>
            <param name="e">Event arguments</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.BehaviorEvents_PartialResetToDefault(System.Object,System.EventArgs)">
            <summary>
            Resets the page index to 0 on a partial grid reset
            </summary>
            <param name="sender">The grid who requests the partial reset</param>
            <param name="e">Event arguments</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.OnPageIndexChanged(System.Int32)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.Paging.PageIndexChanged"/> event. Called by the pager whenever a page is changed.
            </summary>
            <param name="oldIndex">Previous page index.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Overrides base class' method. Handles processing of the page change in the pager.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">Identification of the object the action is happened to.</param>
            <param name="value">A value assotiated with the action.</param>
            <param name="tag">A tag associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Overrides base class' method. Called when an asynchronous request is initiated by 
            the pager - a page is being changed and the pager is in the AJAX mode.
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.OnItemCommand(System.Object,Infragistics.Web.UI.GridControls.HandleCommandEventArgs)">
            <summary>
            
            </summary>
            <param name="source"></param>
            <param name="args"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.CreateClientEvents">
            <summary>
            Overrides base class' method. Returns an instance of <see cref="P:Infragistics.Web.UI.GridControls.Paging.PagingClientEvents"/>.
            </summary>
            <returns>The pager specific client events object - <see cref="P:Infragistics.Web.UI.GridControls.Paging.PagingClientEvents"/>.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.GetTemplateNames">
            <summary>
            Gets names of the templates supported by the pager behavior.
            </summary>
            <returns>Array of template names supported by the pager behavior.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.InstantiateTemplates">
            <summary>
            The method is called by the framework to intstantiate the behavior's templates.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Paging.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.Name">
            <summary>
            Holds name of the behavior. It's "Paging" for the paging behavior.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Infragistics.Web.UI.GridControls.Paging.Enabled" -->
        <member name="P:Infragistics.Web.UI.GridControls.Paging.RequiresDataBinding">
            <summary>
            Paging requires data binding
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PageSize">
            <summary>
            Determines the maximum number of records per page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.CurrentPageSize">
            <summary>
            Holds current page size. Equals to the <see cref="P:Infragistics.Web.UI.GridControls.Paging.PageSize"/> property for all 
            pages except the last one, as it can have less rows than all of the other pages.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PagerAppearance">
            <summary>
            Determines where the pager should be rendered - Top, Bottom, or Both (top and bottom) of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PagerMode">
            <summary>
            Determines pager rendering mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PageIndex">
            <summary>
            Current page index.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PageCount">
            <summary>
            Total pages count
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PagerCssClass">
            <summary>
            CSS class name that should be used for the pager.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.CurrentPageLinkCssClass">
            <summary>
            CSS class name that should be used for the current page index in numeric mode.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PageLinkCssClass">
            <summary>
            CSS class name that should be used for the pager's index links other than the current one when the pager is in the numeric mode.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.NextPageText">
            <summary>
            The text of the next pager link.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PreviousPageText">
            <summary>
            The text of the previous pager link.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.FirstPageText">
            <summary>
            The text of the first pager link.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.LastPageText">
            <summary>
            The text of the last pager link.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.QuickPages">
            <summary>
            Determines how many pages are available at each side of the current page.
            Default is 0 meaning that QuickPages feature is disabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Paging.PageIndexChanged">
            <summary>
            Event that is fired every time a page index is changed by the user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.HasPageIndexChanged">
            <summary>
            Indicates whether the <see cref="E:Infragistics.Web.UI.GridControls.Paging.PageIndexChanged"/> event is handled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PagingClientEvents">
            <summary>
            Holds client side event definitions for the pager.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PagerTemplate">
            <summary>
            Reference to the pager's template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PagerTemplateContainerTop">
            <summary>
            Reference to the pager's top template container.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PagerTemplateContainerBottom">
            <summary>
            Reference to the pager's bottom template container.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.PagerTemplateContainer">
            <summary>
            Reference to the pager's bottom template container.
            This property is obsolete. Left for backward compatibility. It simply refers to PagerTemplateContainerBottom.
            Please change your logic to refer to PagerTemplateContainerTop and/or PagerTemplateContainerBottom.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Paging.HasPagerTemplate">
            <summary>
            Indicates whether the bahavior has its pager assigned and instantiated.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.PagingClientEvents">
            <summary>
            Holds client side event definitions for the paging.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.PagingClientEvents.NumberOfProperties">
            <summary>
            Number of all properties exposed by control (include properties of this and its base class)
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.PagingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.Paging,System.Boolean)">
            <summary>
            The object's constructor.
            </summary>
            <param name="owner">Owner grid.</param>
            <param name="pager">Owner pager.</param>
            <param name="trackViewState">Tracking view state flag.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.PagingClientEvents.PostBackAction(System.Int32)">
            <summary>
            Defines post back action for every client side event.
            </summary>
            <param name="indexOfClientEventName">Index of the client side event to return post back action for.</param>
            <returns><see cref="T:Infragistics.Web.UI.AutoPostBackFlag"/> enumeration that defines a post back action for every particular event.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.PagingClientEvents.Paging">
            <summary>
            A reference to the owner pager.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.PagingClientEvents.PageIndexChanging">
            <summary>
            Name of the JavaScript function to call in the event of page changing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.PagingClientEvents.PageIndexChanged">
            <summary>
            Name of the JavaScript function to call in the event of page changed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.PageIndexChangedHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.Paging.PageIndexChanged"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.PageIndexChangingHandler">
            <summary>
            Delegate for the <see cref="!:Paging.PageIndexChanging"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.PagingEventArgs">
            <summary>
            Event arguments for pager related events.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.PagingEventArgs.#ctor(System.Int32)">
            <summary>
            The object contstructor.
            </summary>
            <param name="oldPageIndex">Previous page index.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.PagingEventArgs.OldPageIndex">
            <summary>
            Previos page index.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IRowSelectorsBehavior">
            <summary>
            Interface for RowSelector behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IRowSelectorsBehavior.AddSelectorImage(Infragistics.Web.UI.GridControls.GridRecord,System.String)">
            <summary>
            Add a css class containing a new image to the row selector's image area. 
            </summary>
            <remarks>
            <p class="body">
            This method is designed for other behaviors to use. It shouldn't be necessary to use it 
            otherwise. 
            </p>
            <p class="body">
            The images on the row selector are set using CSS classes. The classes will be applied to
            a div element inside the row selector. It's recommended that you don't set padding or borders in 
            your css or it will distort the width and height of the row selector. Your style will need to set an
            appropriate width and height to display the image.
            </p>
            <p class="body">
            If mutiple css classes are applied, the resolution will be up to the browser depending on
            the order that the classes are declared in. 
            </p>
            </remarks>
            <param name="record">The row that the row selector belongs to</param>
            <param name="className">The css class to apply</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IRowSelectorsBehavior.RemoveSelectorImage(Infragistics.Web.UI.GridControls.GridRecord,System.String)">
            <summary>
            Remove a css class containing image information from the row selector's image area. 
            </summary>
            <remarks>
            <p class="body">
            This method is designed for other behaviors to use. It shouldn't be necessary to use it 
            otherwise. 
            </p>
            </remarks>
            <param name="record">The row that the row selector belongs to</param>
            <param name="className">The css class to apply</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IRowSelectorsBehavior.AddSelectorClass(Infragistics.Web.UI.GridControls.GridRecord,System.String)">
            <summary>
            Add an additional css class to the row selector's element. 
            </summary>
            <remarks>
            <p class="body">
            This method is designed for other behaviors to use. It shouldn't be necessary to use it 
            otherwise. 
            </p>
            </remarks>
            <param name="record">The row that the row selector belongs to</param>
            <param name="className">The css class to apply</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IRowSelectorsBehavior.RemoveSelectorClass(Infragistics.Web.UI.GridControls.GridRecord,System.String)">
            <summary>
            Remove a css class from the row selector's element.
            </summary>
            <remarks>
            <p class="body">
            This method is designed for other behaviors to use. It shouldn't be necessary to use it 
            otherwise. 
            </p>
            </remarks>
            <param name="record">The row that the row selector belongs to</param>
            <param name="className">The css class to apply</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowSelectors">
            <summary>
            Adds the row selectors to the grid. Row selectors are often called the row headers. 
            These are extra cells on the left side of every row which help navigating the rows.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.#ctor">
            <summary>
            Create a new RowSelectors behavior.
            </summary>
            <remarks>
            <p class="body">
            You should not need to call this constructor. The RowSelectors behavior will be automatically 
            instantiated by the grid when necessary.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.OnLoad">
            <summary>
            Sets up the control. Handlers listeners for the control's events. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.OnUnload">
            <summary>
            Does any unloading logic needed by the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Register the ScriptReferences needed on the client.
            </summary>
            <param name="scriptReferences">A list to add the script references to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.SaveClientProperties">
            <summary>
            Save the properties and collections that the behavior will need on the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents
            object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.ActivationClientEvents">ActivationClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.RenderRecordXsl(System.Object,Infragistics.Web.UI.GridControls.RenderingRowSelectorXslEventArgs)">
            <summary>
            Generates the XSL needed to created the row selector cell for the records in the grid.
            </summary>
            <param name="sender">The grid that is rendering.</param>
            <param name="e">Event argument with writer object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.RenderHeaderXsl(System.Object,Infragistics.Web.UI.GridControls.RenderingXslEventArgs)">
            <summary>
            Generates the XSL needed to created the header row selector cell.
            </summary>
            <param name="sender">The grid that is rendering.</param>
            <param name="e">Event argument with writer object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.RenderFooterXsl(System.Object,Infragistics.Web.UI.GridControls.RenderingXslEventArgs)">
            <summary>
            Generates the XSL needed to created the footer row selector cell.
            </summary>
            <param name="sender">The grid that is rendering.</param>
            <param name="e">Event argument with writer object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.RenderRowNumberTemplate(System.Xml.XmlTextWriter)">
            <summary>
            Generates the XSL needed to render the row number inside the cell when
            <see cref="P:Infragistics.Web.UI.GridControls.RowSelectors.RowNumbering"/> is enabled. 
            </summary>
            <remarks>
            <p class="body">
            Renders a space inside the cell when row number isn't enabled. 
            </p>
            </remarks>
            <param name="writer">The XmlTextWriter object used to build the xsl</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.GetRoleInfo(System.Int32)">
            <summary>
            Returns A RoleInfo corresponding to an item in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGridRowSelectorRoles"/>
            enumeration.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.GetRoleCount">
            <summary>
            The number of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.Infragistics#Web#UI#GridControls#IRowSelectorsBehavior#AddSelectorImage(Infragistics.Web.UI.GridControls.GridRecord,System.String)">
            <summary>
            Add a css class containing a new image to the row selector's image area. 
            </summary>
            <remarks>
            <p class="body">
            This method is designed for other behaviors to use. It shouldn't be necessary to use it 
            otherwise. 
            </p>
            <p class="body">
            The images on the row selector are set using CSS classes. The classes will be applied to
            a div element inside the row selector. It's recommended that you don't set padding or borders in 
            your css or it will distort the width and height of the row selector. Your style will need to set an
            appropriate width and height to display the image.
            </p>
            <p class="body">
            If mutiple css classes are applied, the resolution will be up to the browser depending on
            the order that the classes are declared in. 
            </p>
            </remarks>
            <param name="record">The row that the row selector belongs to</param>
            <param name="className">The css class to apply</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.Infragistics#Web#UI#GridControls#IRowSelectorsBehavior#RemoveSelectorImage(Infragistics.Web.UI.GridControls.GridRecord,System.String)">
            <summary>
            Remove a css class containing image information from the row selector's image area. 
            </summary>
            <remarks>
            <p class="body">
            This method is designed for other behaviors to use. It shouldn't be necessary to use it 
            otherwise. 
            </p>
            </remarks>
            <param name="record">The row that the row selector belongs to</param>
            <param name="className">The css class to apply</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.Infragistics#Web#UI#GridControls#IRowSelectorsBehavior#AddSelectorClass(Infragistics.Web.UI.GridControls.GridRecord,System.String)">
            <summary>
            Add an additional css class to the row selector's element. 
            </summary>
            <remarks>
            <p class="body">
            This method is designed for other behaviors to use. It shouldn't be necessary to use it 
            otherwise. 
            </p>
            </remarks>
            <param name="record">The row that the row selector belongs to</param>
            <param name="className">The css class to apply</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectors.Infragistics#Web#UI#GridControls#IRowSelectorsBehavior#RemoveSelectorClass(Infragistics.Web.UI.GridControls.GridRecord,System.String)">
            <summary>
            Remove a css class from the row selector's element.
            </summary>
            <remarks>
            <p class="body">
            This method is designed for other behaviors to use. It shouldn't be necessary to use it 
            otherwise. 
            </p>
            </remarks>
            <param name="record">The row that the row selector belongs to</param>
            <param name="className">The css class to apply</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectors.Name">
            <summary>
            Returns the name of the object. This name is used on client to create the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectors.RowSelectorClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectors.RowNumbering">
            <summary>
            Enables and disables row numbering.
            </summary>
            <remarks>
            When row numbering is enabled, the row's sequence in the grid is displayed in the 
            row selector. 
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectors.RowSelectorCssClass">
            <summary>
            CSS class name to be applied to the row selectors.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectors.HeaderRowSelectorCssClass">
            <summary>
            CSS class name to be applied the row selector in the header row.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names. The row selector classes are also
            automatically applied to the header row selector. The header row selector styles 
            will override what's set on the row selectors. 
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectors.FooterRowSelectorCssClass">
            <summary>
            CSS class name to be applied the row selector in the footer row.
            </summary>
            <remarks>
            The CSS class name is rendered down to the client as an addition to currently 
            specified Appliction Style Set class names. The row selector classes are also
            automatically applied to the footer row selector. The footer row selector styles 
            will override what's set on the row selectors. 
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectors.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridRowSelectorRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowSelectorRoles.RowSelector">
            <summary>
            The CSS class that will be applied to the grid's row selectors.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowSelectorRoles.HeaderRowSelector">
            <summary>
            The CSS class that will be applied to the grid's row selector in the header row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowSelectorRoles.FooterRowSelector">
            <summary>
            The CSS class that will be applied to the grid's row selector in the footer row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRowSelectorRoles.Count">
            <summary>
            The number of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.RowSelectors"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowSelectorClientEvents">
            <summary>
            Clientside events that the RowSelector behavior will fire in the browser.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.RowSelectorClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowSelectorClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.RowSelectorClientEvents">RowSelectorClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState">Whether the control is tracking viewstate</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectorClientEvents.RowSelectorClicking">
            <summary>
            Event fired before a row selector is clicked.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectorClientEvents.RowSelectorClicked">
            <summary>
            Event fired after a row selector is clicked. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectorClientEvents.HeaderRowSelectorClicked">
            <summary>
            Event fired when a row selector in the header row is clicked. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowSelectorClientEvents.FooterRowSelectorClicked">
            <summary>
            Event fired when a row selector in the footer row is clicked. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ISelectionBehavior">
            <summary>
            Marks the selection behavior of the grid. The interface can be used
            to get a hold of the selection behavior in the behavior collection
            using <b>GridBehaviorCollection.GetBehaviorInterface</b>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ISelectionBehavior.SelectedCells">
            <summary>
            Holds a reference to the selected cells in the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ISelectionBehavior.SelectedRows">
            <summary>
            Holds a reference to the selected rows in the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ISelectionBehavior.SelectedColumns">
            <summary>
            Holds a reference to the selected columns in the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Selection">
            <summary>
            A behavior that allows the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to be selectable.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.OnLoad">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior is enabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.OnUnload">
            <summary>
            Called when the <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior is disabled. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides the method to register script files of the selection behavior.
            </summary>
            <param name="scriptReferences">Reference to the list of the script references to register.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.SaveClientProperties">
            <summary>
            The <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior, overrides this method to save each of it's collections
            as an object array so that it can be serialized to the client. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            The <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior, overrides this method to load it's collections back
            to the original state they were in, prior to the last postback.
            </summary>
            <param name="list"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.LoadPositionalProperty(System.Int32,System.Object)">
            <summary>
            The <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior, overrides this method to update it's collections
            to the state they were in on the clientside. This is also where it builds it's EventList so that it knows which 
            server events need to fire.
            </summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="P:Infragistics.Web.UI.GridControls.Selection.SelectionClientEvents">SelectionClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.OnCellSelectionChanged(Infragistics.Web.UI.GridControls.SelectedCellEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.CellSelectionChanged">CellSelectionChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.GridControls.SelectedCellEventArgs">SelectedCellEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.OnRowSelectionChanged(Infragistics.Web.UI.GridControls.SelectedRowEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowSelectionChanged">RowSelectionChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.GridControls.SelectedRowEventArgs">SelectedRowEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.OnColumnSelectionChanged(Infragistics.Web.UI.GridControls.SelectedColumnEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.ColumnSelectionChanged">ColumnSelectionChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.GridControls.SelectedColumnEventArgs">SelectedColumnEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.RaiseServerEvents">
            <summary>
            Called by <see cref="T:Infragistics.Web.UI.GridControls.GridBot">GridBot</see> during RaisePostDataChangedEvent. 
            <para>This is where the <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior raises it's server events.</para>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.CopyTo(Infragistics.Web.UI.Framework.ObjectBase)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>	
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.SaveSettings">
            <summary>
            Custom persistence logic for saving selection settings
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Selection.LoadSettings(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Custom persistence logic for loading selection settings
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.Name">
            <summary>
            Returns the name of the object. This name is used on client to create the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.CellClickAction">
            <summary>
            Returns/sets the action that will occur when a cell is clicked on the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.CellSelectType">
            <summary>
            Determines how many cells can be selected at any given time. 
            <para>Note: this property relates only to the UI functionality. Cells can still be selected via the API.</para>
            <para>None - Cells will not be selected.</para>
            <para>Single - Only one cell can be selected at a time.</para>
            <para>Multiple - More than one cell can be selected at the same time.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.RowSelectType">
            <summary>
            Determines how many rows can be selected at any given time.
            <para>Note: this property relates only to the UI functionality. Rows can still be selected via the API.</para>
            <para>None - Rows will not be selected.</para>
            <para>Single - Only one row can be selected at a time.</para>
            <para>Multiple - More than one row can be selected at the same time.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.ColumnSelectType">
            <summary>
            Determines how many columns can be selected at any given time.
            <para>Note: this property relates only to the UI functionality. Columns can still be selected via the API.</para>
            <para>None - Columns will not be selected.</para>
            <para>Single - Only one column can be selected at a time.</para>
            <para>Multiple - More than one column can be selected at the same time.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.SelectedCells">
            <summary>
            A collection of cells that are currently selected in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see>. 
            <para>To select a cell, use the Add method off of the Collection.</para>
            <para>To unselect a cell, use the Remove method off of the Collection.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.SelectedRows">
            <summary>
            A collection of rows that are currently selected in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see>. 
            <para>To select a row, use the Add method off of the Collection.</para>
            <para>To unselect a row, use the Remove method off of the Collection.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.SelectedColumns">
            <summary>
            A collection of columns that are currently selected in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see>. 
            <para>To select a column, use the Add method off of the Collection.</para>
            <para>To unselect a column, use the Remove method off of the Collection.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.SelectedCellCssClass">
            <summary>
            The CssClass that will be applied when a cell is selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.SelectedHeaderCssClass">
            <summary>
            The CssClass that will be applied to a column header when a column is selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.SelectedRowSelectorCssClass">
            <summary>
            The CssClass that will be applied to the row selector when a row is selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.SelectedRowSelectorImageCssClass">
            <summary>
            The CssClass that will be applied to the row selector image when a row is selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.EnableCrossPageSelection">
            <summary>
            Setting this property to true allows selected rows/cells
            from one page to be retained while the page is switched.
            </summary>
            <remarks>
            SelectedRows and SelectedCells collection would contain the number of items
            that correspond to the total number of selected object. However those rows/cells
            that are not on the current page would be returned as null. To get access
            to the data key and or original index of a selected row/cell from another page
            Selection.SelecterRows.GetIDPair(index) or Selection.SelecterCells.GetIDPair(index) should be used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.EnableHiddenSelection">
            <summary>
            Directs the behavior to skip over hidden columns when continuous cell or column selection is being done.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.SelectionClientEvents">
            <summary>
            List of events which are fired on client side.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Selection.AutoPostBackFlags">
            <summary>
            Returns the SelectionAutoPostBackFlags for the Selection behavior
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Selection.CellSelectionChanged">
            <summary>
            Occurs when the SelectedCells collection changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Selection.RowSelectionChanged">
            <summary>
            Occurs when the SelectedRows collection changes between posts to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Selection.ColumnSelectionChanged">
            <summary>
            Occurs when the SelectedColumns collection changes between posts to the server.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedCellCollection">
            <summary>
            A collection of selected cells.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedCellCollection.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new SelectedCellCollection object
            </summary>
            <param name="grid">The owner grid</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedCellCollection.ResolveIDPair(Infragistics.Web.UI.GridControls.GridRecordItem)">
            <summary>
            Returns the IDPair of an item if it is not null
            </summary>
            <param name="item">The item to return the id pair of</param>
            <returns>The IDPair as a Dictionary or null</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedCellCollection.ResolveItemFromIDPair(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Resolves a GridRecordItem from a given id pair
            </summary>
            <param name="idPair">The id pair of the desired item</param>
            <returns>The GridRecordItem that matches the id pair</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedCellCollection.EqualsIDPairs(System.Collections.Generic.Dictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Determines if two idPair objects are equal
            </summary>
            <param name="itemA">The first idPair</param>
            <param name="itemB">The second idPair</param>
            <returns>True if they are equal</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedCellCollection.GetIDPair(System.Int32)">
            <summary>
            Retrives a selected cell's identification object by its index.
            </summary>
            <remarks>
            In a paging or vertual scrolling scenario not all of the selected cells may be
            within the visible range. This method can be used to retrive data keys and original indices of all selected
            cells, including those that are currently out of range.
            </remarks>
            <param name="index">Index of the selected cell to get the ID pair for.</param>
            <returns>Item ID pair (row's data key + original index and columns key + index) of the specified selected cell.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedColumnCollection">
            <summary>
            A collection of selected columns.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedColumnCollection.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new SelectedColumnCollection object
            </summary>
            <param name="grid">The owner grid</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedColumnCollection.ResolveIDPair(Infragistics.Web.UI.GridControls.GridField)">
            <summary>
            Returns the IDPair of an item if it is not null
            </summary>
            <param name="item">The item to return the id pair of</param>
            <returns>The IDPair as a Dictionary or null</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedColumnCollection.ResolveItemFromIDPair(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Resolves a GridField from a given id pair
            </summary>
            <param name="idPair">The id pair of the desired item</param>
            <returns>The GridField that matches the id pair</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedColumnCollection.EqualsIDPairs(System.Collections.Generic.Dictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Determines if two idPair objects are equal
            </summary>
            <param name="itemA">The first idPair</param>
            <param name="itemB">The second idPair</param>
            <returns>True if they are equal</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedRowCollection">
            <summary>
            A collection of selected rows.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedRowCollection.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new SelectedRowCollection object
            </summary>
            <param name="grid">The owner grid</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedRowCollection.ResolveIDPair(Infragistics.Web.UI.GridControls.GridRecord)">
            <summary>
            Returns the idPair of a row
            </summary>
            <param name="item">The row</param>
            <returns>An idPair or null</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedRowCollection.ResolveItemFromIDPair(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Finds a row in the grid based upon an idPair
            </summary>
            <param name="idPair">The idPair of the row</param>
            <returns>Returns the row</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedRowCollection.EqualsIDPairs(System.Collections.Generic.Dictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Determines if two idPair objects are equal
            </summary>
            <param name="itemA">The first idPair</param>
            <param name="itemB">The second idPair</param>
            <returns>True if they are equal</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedRowCollection.GetIDPair(System.Int32)">
            <summary>
            Retrives a selected row's identification object by its index.
            </summary>
            <remarks>
            In a paging or vertual scrolling scenario not all of the selected rows may be
            within the visible range. This method can be used to retrive data keys and original indices of all selected
            rows, including those that are currently out of range.
            </remarks>
            <param name="index">Index of the selected row to get the ID pair for.</param>
            <returns>ID pair (data key + original index) of the specified selected row.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectionClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SelectionClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectionClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.Selection,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.SelectionClientEvents">SelectionClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="selection">Selection behavior.</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectionClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionClientEvents.RowSelectionChanging">
            <summary>
            Event fired before a Row's selection changes. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionClientEvents.RowSelectionChanged">
            <summary>
            Event fired after a Row's selection changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionClientEvents.CellSelectionChanging">
            <summary>
            Event fired before a Cell's selection changes.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionClientEvents.CellSelectionChanged">
            <summary>
            Event fired after a Cell's selection changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionClientEvents.ColumnSelectionChanging">
            <summary>
            Event fired before a Column's selection changes.
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectionClientEvents.ColumnSelectionChanged">
            <summary>
            Event fired after a Column's selection changed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridSelectionRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSelectionRoles.SelectedCell">
            <summary>
            The CSS class that will be applied to every cell that is selected.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSelectionRoles.SelectedRowSelector">
            <summary>
            The CSS class that will be applied to the row selector when a row is selected.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSelectionRoles.SelectedRowSelectorImage">
            <summary>
            The CSS class that will be applied to the row selector image when a row is selected.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSelectionRoles.SelectedHeader">
            <summary>
            The CSS class that will be applied to the header when a column is selected.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSelectionRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.Selection"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.CellClickAction">
            <summary>
            Specifies the type of actions that can occur when a Cell is clicked.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.CellClickAction.Cell">
            <summary>
            When a cell is clicked, that cell will be selected.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.CellClickAction.Row">
            <summary>
            When a cell is clicked, the corresponding row will be selected.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectType">
            <summary>
            Specifies the selection that is supported by the object.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SelectType.None">
            <summary>
            Selection is not supported on the object.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SelectType.Single">
            <summary>
            Only once instance of that type of object can be selected at any given time.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SelectType.Multiple">
            <summary>
            More than one instance of a type of object can be selected at any given time.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridSelectionProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.Selection">Selection</see> behavior will send to the client.
            This should only be used when a control dervies from the Selection and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSelectionProps.CellClickAction">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.GridControls.Selection.CellClickAction">CellClickAction</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSelectionProps.CellSelectType">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.GridControls.Selection.CellSelectType">CellSelectType</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSelectionProps.RowSelectType">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.GridControls.Selection.RowSelectType">RowSelectType</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSelectionProps.ColumnSelectType">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.GridControls.Selection.ColumnSelectType">ColumnSelectType</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSelectionProps.SelectedCells">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.GridControls.Selection.SelectedCells">SelectedCells</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSelectionProps.SelectedRows">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.GridControls.Selection.SelectedRows">SelectedRows</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSelectionProps.SelectedColumns">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.GridControls.Selection.SelectedColumns">SelectedColumns</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSelectionProps.Count">
            <summary>
            The total number of properties that should be sent down to the client for this control. 
            <para>This value corresponds with the PropCount property of the object.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedCellEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.CellSelectionChanged"></see> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedCellEventArgs.#ctor(Infragistics.Web.UI.GridControls.SelectedCellCollection,Infragistics.Web.UI.GridControls.SelectedCellCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.SelectedCellEventArgs">SelectedCellEventArgs</see>.
            </summary>
            <param name="previousSelectedCells">A collection of selected cells that were selected prior to the last post to the server.</param>
            <param name="currentSelectedCells">A collection of selected cells that were selected on the client after the last post.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectedCellEventArgs.PreviousSelectedCells">
            <summary>
            A collection of selected cells that were selected prior to the last post to the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectedCellEventArgs.CurrentSelectedCells">
            <summary>
            A collection of selected cells that were selected on the client after the last post.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedRowEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowSelectionChanged"></see> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedRowEventArgs.#ctor(Infragistics.Web.UI.GridControls.SelectedRowCollection,Infragistics.Web.UI.GridControls.SelectedRowCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.SelectedCellEventArgs">SelectedCellEventArgs</see>.
            </summary>
            <param name="previousSelectedRows">A collection of selected rows that were selected prior to the last post to the server.</param>
            <param name="currentSelectedRows">A collection of selected rows that were selected on the client after the last post.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectedRowEventArgs.PreviousSelectedRows">
            <summary>
            A collection of selected rows that were selected prior to the last post to the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectedRowEventArgs.CurrentSelectedRows">
            <summary>
            A collection of selected rows that were selected on the client after the last post.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedColumnEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.ColumnSelectionChanged"></see> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SelectedColumnEventArgs.#ctor(Infragistics.Web.UI.GridControls.SelectedColumnCollection,Infragistics.Web.UI.GridControls.SelectedColumnCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.SelectedCellEventArgs">SelectedCellEventArgs</see>.
            </summary>
            <param name="previousSelectedColumns">A collection of selected columns that were selected prior to the last post to the server.</param>
            <param name="currentSelectedColumns">A collection of selected columns that were selected on the client after the last post.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectedColumnEventArgs.PreviousSelectedColumns">
            <summary>
            A collection of selected columns that were selected prior to the last post to the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SelectedColumnEventArgs.CurrentSelectedColumns">
            <summary>
            A collection of selected columns that were selected on the client after the last post.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedCellEventHandler">
            <summary>
            Represests the method that will handle the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.CellSelectionChanged"/> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> conrol.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedRowEventHandler">
            <summary>
            Represests the method that will handle the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.RowSelectionChanged"/> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> conrol.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SelectedColumnEventHandler">
            <summary>
            Represests the method that will handle the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.ColumnSelectionChanged"/> event of a <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/> conrol.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ISorting">
            <summary>
            Interface which every Sorting behavior of WebDataGrid should implement.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ISorting.SortedColumns">
            <summary>
            Collection of sorted columns for the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Sorting">
            <summary>
            Behavior that defines the grid's sorting capabilities.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.Sorting.BehaviorName">
            <summary>
            Constant string with the behavior name.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.OnLoad">
            <summary>
            Overrides base behavior's <see cref="M:Infragistics.Web.UI.GridControls.GridBehavior.OnLoad"/> method.
            Hooks up all of the internal events from inside of the method.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Overrides base class' method. Called by the framework for the sorting to provide 
            its script references.
            </summary>
            <param name="scriptReferences">
            The script reference collection to add the sorting's script references to.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.OnUnload">
            <summary>
            Overrides base class' method. Unhooks all of the internal event 
            handlers previously hooked by the sorting.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.OnAction(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Overrides base class' method. Handles processing of the sorting.
            </summary>
            <param name="actionType">Type of the action.</param>
            <param name="id">Identification of the object the action is happened to.</param>
            <param name="value">A value assotiated with the action.</param>
            <param name="tag">A tag associated with the action.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.ClearSelection">
            <summary>
            Clears selected rows and cells collections of ISelection behaviors
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.OnCallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Overrides base class' method. Called when an asynchronous request is initiated by 
            the sorting - a column is being sorted and the sorting is in the AJAX mode.
            </summary>
            <param name="callbackObject">
            <see cref="T:Infragistics.Web.UI.Framework.CallbackObject"/> that contains information related to the asynchronous request.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.ShouldSerializeSort">
            <summary>
            Determines if Sort property should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.GetRoleCount">
            <summary>
            The amount of Stylable roles on the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.GetRoleInfo(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.Framework.AppStyling.RoleInfo">RoleInfo</see> object at the specified index. 
            </summary>
            <param name="index"> The index of the role.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Overrides the base class' method. Loads transactions specific to the sorting behavior.
            </summary>
            <param name="list">List of transactions.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.CreateClientEvents">
            <summary>
            Overrides base class' method. Returns an instance of <see cref="P:Infragistics.Web.UI.GridControls.Sorting.SortingClientEvents"/>.
            </summary>
            <returns>The sorting specific client events object - <see cref="P:Infragistics.Web.UI.GridControls.Sorting.SortingClientEvents"/>.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.OnColumnSorted(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Fires the <see cref="E:Infragistics.Web.UI.GridControls.Sorting.ColumnSorted"/> event. Called by the sorting whenever a column is sorted.
            </summary>
            <param name="column">Column that was sorted.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.SaveViewState">
            <summary>
            Overrides base class' method. Saves extra information into the view state.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.Clone">
            <summary>
            Create clone
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.CopyTo(Infragistics.Web.UI.Framework.ObjectBase,System.Boolean)">
            <summary>
            Copies properties from the current object into the passed in object
            </summary>
            <param name="obj">Object into which to copy properties</param>
            <param name="deep">This parameter is used by WebHierarchicalDataGrid to copy behavior properties.
            If deep is set to true then the behavior properties are copied as if it was defined on the grid's band.  If 
            deep is set to false then the behavior's properties are copied as if it was defined on a parent grid or parent band. </param>	
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.Sorting.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Cleaning up after the behavior by clearing sorted columns
            </summary>
            <param name="owner">Behavior's collection</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.PropCount">
            <summary>
            Returns number of properties for the client state supported by the sorting behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.RequiresDataBinding">
            <summary>
            Returns true that this behavior requires data binding
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.Name">
            <summary>
            Holds name of the behavior. It's "Sorting" for the sorting behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.ColumnSettings">
            <summary>
            Returns the SortingColumnSettings collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.SortedColumns">
            <summary>
            Collection of currently sorted columns.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.Sort">
            <summary>
            SQL-like sort expression.
            </summary>
            <remarks>
            Analyzes currently sorted columns and returns a SQL-like sorting expression.
            When an expression is assigned to the property the behavior parses it and sorts appropriate
            columns.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.AscendingImageUrl">
            <summary>
            A url to the ascending order image that appears in the header after a column is sorted.
            If nothing is assigned to the property the image with the name "igg_sortAsc.gif" from
            current Application Styling images directory is used.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.DescendingImageUrl">
            <summary>
            A url to the descending order image that appears in the header after a column is sorted.
            If nothing is assigned to the property the image with the name "igg_sortDesc.gif" from
            current Application Styling images directory is used.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.AscendingImageAltText">
            <summary>
            Alternate text of the ascending order image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.DescendingImageAltText">
            <summary>
            Alternate text of the descending order image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.SortingMode">
            <summary>
            Defines sorting mode - single or multi column sorting. In the multi column sorting
            mode the Ctrl key should be held to sort on multiple columns.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.EnableInheritance">
            <summary>
            This property will have an affect only for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            and when set to true will enable the behavior for child bands. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.EnableCellMerging">
            <summary>
            Defines whether to merge cells in a sorted column that have the same value
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.SortingClientEvents">
            <summary>
            Holds client side event definitions for the sorting.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.Sorting.ColumnSorted">
            <summary>
            Event that is fired every time a columns is sorted by the user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.Sorting.HasColumnSortedHandled">
            <summary>
            Indicates if the sorted columns event is handled.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridSortingProps">
            <summary>
            Number of properties for Sorting behavior
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSortingProps.SortedColumns">
            <summary>
            The collection of sorted column info objects
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridSortingProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.Sorting"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridSortingRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSortingRoles.MergedCell">
            <summary>
            The CSS class that will be applied to merged cells.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSortingRoles.MergedCellTop">
            <summary>
            The CSS class that will be applied to the top merged cell.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSortingRoles.MergedCellBottom">
            <summary>
            The CSS class that will be applied to the bottom merged cell.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSortingRoles.MergedCellVisible">
            <summary>
            The CSS class that will be applied to a merged cell as its in the top scrolled row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridSortingRoles.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.Sorting"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SortedColumnInfo">
            <summary>
            Represents a sorted column in the <see cref="T:Infragistics.Web.UI.GridControls.Sorting"/> behavior's <see cref="P:Infragistics.Web.UI.GridControls.Sorting.SortedColumns"/> collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfo.#ctor(Infragistics.Web.UI.GridControls.FieldCollection,Infragistics.Web.UI.GridControls.IDPair,Infragistics.Web.UI.SortDirection)">
            <summary>
            Creates a new SortedColumnInfo
            </summary>
            <param name="fieldCollection">The collection of fields where the column is located</param>
            <param name="columnID">The id pair of the column.</param>
            <param name="direction">Direction to sort in</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortedColumnInfo.SortDirection">
            <summary>
            The direction of the sorted column
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortedColumnInfo.ColumnID">
            <summary>
            The IDPair representing the ColumnID
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortedColumnInfo.ColumnKey">
            <summary>
            The key of the column
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortedColumnInfo.ColumnIndex">
            <summary>
            The index of the column
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortedColumnInfo.Column">
            <summary>
            The column in the grid being sorted by this object
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection">
            <summary>
            Collection tha holds all of the sorted columns in the grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates a new SortedColumnInfoCollection
            </summary>
            <param name="grid">The grid which will be sorted</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.Add(Infragistics.Web.UI.GridControls.GridField,Infragistics.Web.UI.SortDirection)">
            <summary>
            Adds a column to the sorted columns collection.
            </summary>
            <param name="column">Column to sort on.</param>
            <param name="sortDirection">Sort direction.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.Add(System.String,Infragistics.Web.UI.SortDirection)">
            <summary>
            Adds an entry in the sorted columns collection
            </summary>
            <param name="columnKey">The key of the column which will be sorted</param>
            <param name="sortDirection">Sort direction.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.IndexOf(Infragistics.Web.UI.GridControls.SortedColumnInfo)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.SortedColumnInfo">SortedColumnInfo</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.Insert(System.Int32,Infragistics.Web.UI.GridControls.SortedColumnInfo)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.SortedColumnInfo">SortedColumnInfo</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.Contains(Infragistics.Web.UI.GridControls.SortedColumnInfo)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.GridControls.SortedColumnInfo">SortedColumnInfo</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.Contains(System.String)">
            <summary>
            Returns true if the collection contains a <see cref="T:Infragistics.Web.UI.GridControls.SortedColumnInfo">SortedColumnInfo</see> that shares the key value with the inputted parameter.
            </summary>
            <param name="key">A Key value to match with a sortedColumn ColumnKey </param>
            <returns>True if a SortedColumnInfo object with that key is found</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.Remove(Infragistics.Web.UI.GridControls.SortedColumnInfo)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.SortedColumnInfo">SortedColumnInfo</see> from the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.OnClear">
            <summary>
            Called when the collection is cleared.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.SortedColumnInfo">SortedColumnInfo</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortedColumnInfoCollection.Item(System.String)">
            <summary>
            Gets an item from the collection based on a key value
            </summary>
            <param name="key">The string key of the item to be found.</param>
            <returns>A SortedColumnInfo object with the ColumnKey value passed in, null otherwise.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SortingClientEvents">
            <summary>
            Client events for sorting behavior
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SortingClientEvents.NumberOfProperties">
            <summary>
            number of all properties exposed by control (include properties of this and its base class)
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,Infragistics.Web.UI.GridControls.Sorting,System.Boolean)">
            <summary>
            Creates a new SortingClientEvents
            </summary>
            <param name="owner">The WebDataGrid who owns the sorting behavior</param>
            <param name="sorting">The sorting behavior</param>
            <param name="trackViewState">Boolean indicating whether to track view state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingClientEvents.PostBackAction(System.Int32)">
            <summary>
            Returns the appropriate postback action for the given client event
            </summary>
            <param name="indexOfClientEventName">Index of the client event</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingClientEvents.ColumnSorting">
            <summary>
            Event fired before the sort is executed. 
            <para>This event is cancelable.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingClientEvents.ColumnSorted">
            <summary>
            Event fired after the sort is completed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnSortedHandler">
            <summary>
            Delegate for the column sort event handler.
            </summary>
            <param name="sender">Reference to the sender control.</param>
            <param name="e">Reference to the sorting event arguments.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SortingEventArgs">
            <summary>
            Sorting event arguments.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.SortingEventArgs.#ctor(Infragistics.Web.UI.GridControls.SortedColumnInfoCollection,Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Constructs the event arguments object.
            </summary>
            <param name="sortedColumns">Reference to the sorted columns collection.</param>
            <param name="column">Reference to the column that is being sorted.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingEventArgs.SortedColumns">
            <summary>
            Reference to the sorted columns collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.SortingEventArgs.Column">
            <summary>
            Reference to the column that is being sorted.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> will send to the client.
            This should only be used when a control dervies from the WebDataGrid and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridProps.RowCount">
            <summary>
            Server side number of rows.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridProps.ScrollTop">
            <summary>
            Scroll offset in pixels from the top.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridProps.ScrollLeft">
            <summary>
            Scroll offset in pixels from  left.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridProps.Count">
            <summary>
            The total number of properties that should be sent down to the client for this control. 
            <para>This value corresponds with the PropCount property of the object.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.Control">
            <summary>
            The control role defines the frame appearance of the grid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.Header">
            <summary>
            The header role difenes the appearance of the whole header area.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.HeaderCaption">
            <summary>
            The header caption role defines appearance of individual header captions of every column.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.Footer">
            <summary>
            The footer role difenes the appearance of the whole footer area.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.FooterCaption">
            <summary>
            The footer caption role defines appearance of individual footer captions of every column.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.Item">
            <summary>
            The item role defines appearance of the cells in the rows.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.AltItem">
            <summary>
            The alternating item role defines appearance of the cells in the alternating (odd index) rows.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.ScrollbarIntersection">
            <summary>
            The scrollbar intersection defines appearance of the square area in between the horizontal and vertical scrollbars.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.HeaderScrollbarIntersection">
            <summary>
            The header scrollbar intersection defines appearance of the square area in between the header and vertical scrollbars.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.FooterScrollbarIntersection">
            <summary>
            The footer scrollbar intersection defines appearance of the square area in between the footer and vertical scrollbars.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.GroupFieldHeaderCaption">
            <summary>
            The header caption role defines appearance of individual header captions of every column.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridRoles.Count">
            <summary>
            Number of roles supported by the main control of the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebDataGridPagerRoles">
            <summary>
            Roles supported by the pager behavior of the grid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridPagerRoles.Pager">
            <summary>
            The pager role defines the frame appearance of the pager.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridPagerRoles.PageCurrent">
            <summary>
            The page current role defines appeanrance of the current page link.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridPagerRoles.PageLink">
            <summary>
            The page link role defines appeanrance of the page links other than current.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebDataGridPagerRoles.Count">
            <summary>
            Number of roles supported by the pager behavior.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.PagerAppearance">
            <summary>
            Enumeration used for setting the location of the paging labels.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.PagerAppearance.Top">
            <summary>
            WebDataGrid will show the Paging object at the top of the visible area
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.PagerAppearance.Bottom">
            <summary>
            WebDataGrid will show the Paging object at the bottom of the visible area
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.PagerAppearance.Both">
            <summary>
            WebDataGrid will show the Paging object at the top and bottom of the visible area
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.PagerMode">
            <summary>
            Enumeration used for setting the mode of paging labels within the paging area of the grid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.PagerMode.Numeric">
            <summary>
            Displays numeric based links.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.PagerMode.NextPrevious">
            <summary>
            Displays next and previous links.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.PagerMode.NextPreviousFirstLast">
            <summary>
            Displays next, previous, first and last links.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.PagerMode.NumericFirstLast">
            <summary>
            Displays numeric based links and First and Last links.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.SortingMode">
            <summary>
            Specifies the type of sorting that will occur.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SortingMode.Single">
            <summary>
            Only one column/field will be sorted at a time.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.SortingMode.Multi">
            <summary>
            Multiple columns/fields can be sorted at the same time.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Merged">
            <summary>
            Defines whether in a merged cell span that the current item actually is
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.GridControls.GridBot">GridBot</see>
            </summary>
            <param name="iControlMain">The WebControl that the GridBot should help out.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.CreateStyleBot">
            <summary>
            Instantiate a <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalGridStyleBot">HierarchicalGridStyleBot</see>
            </summary>
            <returns>An instance of <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalGridStyleBot">HierarchicalGridStyleBot</see></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array.
            The  <see cref="T:Infragistics.Web.UI.GridControls.GridBot">GridBot</see> uses this method to save any <see cref="T:Infragistics.Web.UI.GridControls.GridBehavior">GridBehavior</see>s that have been enabled.
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array.         
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            The  <see cref="T:Infragistics.Web.UI.GridControls.GridBot">GridBot</see> uses this method to load any <see cref="T:Infragistics.Web.UI.GridControls.GridBehavior">GridBehavior</see>s that were saved to the client.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.AppStyleInfo">
            <summary>
            This is where a control needs to set up their <see cref="M:Infragistics.Web.UI.GridControls.GridBot.AppStyleInfo">AppStyleInfo</see> object. 
            If you are deriving from this control and want to apply differnt appstyling, you need to override this
            method and define your own Roles. 
            </summary>
            <returns>A new AppStyleInfo object. </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.RegisterScriptDescriptors">
            <summary>
            Registers script descriptors of the control the <see cref="T:Infragistics.Web.UI.GridControls.GridBot">GridBot</see> is associated with.
            The method can be overriden to do custom descriptor registration.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.HandleLoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            If any properties, objects, or collections were modified on the client, their transacation lists are loaded here. 
            Also, if this is a Callback, it is where CallbackCreated is called from.
            </summary>
            <param name="postDataKey">The key identifier for the control.</param>
            <param name="postCollection">The collection of all incoming name values.</param>
            <returns>true if the server control's state changes as a result of the postback; otherwise false.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.LoadAdditionalClientState(System.Object)">
            <summary>
            This method is called when additional information is passed from the client, via the _saveAdditionalClientState javascript method
            The <see cref="T:Infragistics.Web.UI.GridControls.GridBot">GridBot</see> uses this method to pass up a specialized transaction list
            that may have occurred for a specific <see cref="T:Infragistics.Web.UI.GridControls.GridBehavior">GridBehavior</see>.
            </summary>
            <param name="state">Any additional information that an object may need to pass to the server.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.HandleRaisePostDataChangedEvent">
            <summary>
            Called from ControlMain to handle RaisePostDatachangedEvent.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridBot.RaisePostDataChangedEvent">
            <summary>
            Called by the base <see cref="T:Infragistics.Web.UI.Framework.RunBot">RunBot</see> in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBot.Grid">
            <summary>
            A reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBot.AssemblyName">
            <summary>
            Name of the assembly for the Java Script references.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBot.CopyVisibleIndex">
            <summary>
            Indicates where the visible index of a datafield needs to be copied during cloning of the object, while we
            are loading the client state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBot.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBot.DeferLoadPostDataProcessing">
            <summary>
            Determines if the loading of postback data should be deferred until a later point when
            the object model is properly restored.  This situaion occurs when no ViewState is present 
            and the control must databind first in order to populate the object model.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridBot.SupportsAjaxIndicator">
            <summary>
            Returns true
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BehaviorCount.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BehaviorCountProps.BehaviorCount">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.DescriptorObject.HashKey">DescriptorObject.HashKey</see> property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridClientEvents">
            <summary>
            ClientEvents used by the WebDataGrid class
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientEvents.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.GridClientEvents">GridClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState">Indicates the new instance to track its view state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.KeyDown">
            <summary>
            Event fired when the grid is in focus and a key is pressed down.
            Corresponds to the browser's KeyDown event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.KeyPress">
            <summary>
            Event fired when the grid is in focus and a key is pressed.
            Corresponds to the browser's KeyPress event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.KeyUp">
            <summary>
            Event fired when the grid is in focus and a key is released.
            Corresponds to the browser's KeyUp event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.MouseOver">
            <summary>
            Event fired when the mouse pointer is placed over an element in the grid.
            Corresponds to the browser's MouseOver event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>
            To determine which object type the event has happenned for call <i>args.get_type();</i><br/>
            Available types of objects are: <b>"cell"</b>, <b>"row"</b>, <b>"header"</b>, <b>"footer"</b>.<br/>
            To get reference to the corresponding client side object call <i>args.get_item();</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.MouseOut">
            <summary>
            Event fired when the mouse pointer leaves an element in the grid.
            Corresponds to the browser's MouseOut event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>
            To determine which object type the event has happenned for call <i>args.get_type();</i><br/>
            Available types of objects are: <b>"cell"</b>, <b>"row"</b>, <b>"header"</b>, <b>"footer"</b>.<br/>
            To get reference to the corresponding client side object call <i>args.get_item();</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.MouseMove">
            <summary>
            Event fired when the mouse pointer moves within the grid's area.
            Corresponds to the browser's MouseMove event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>
            To determine which object type the event has happenned for call <i>args.get_type();</i><br/>
            Available types of objects are: <b>"cell"</b>, <b>"row"</b>, <b>"header"</b>, <b>"footer"</b>.<br/>
            To get reference to the corresponding client side object call <i>args.get_item();</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.MouseDown">
            <summary>
            Event fired when the mouse is pressed down over one of the grid's elements.
            Corresponds to the browser's MouseDown event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>
            To determine which object type the event has happenned for call <i>args.get_type();</i><br/>
            Available types of objects are: <b>"cell"</b>, <b>"row"</b>, <b>"header"</b>, <b>"footer"</b>.<br/>
            To get reference to the corresponding client side object call <i>args.get_item();</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.MouseUp">
            <summary>
            Event fired when the mouse is released over one of the grid's elements.
            Corresponds to the browser's MouseUp event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>
            To determine which object type the event has happenned for call <i>args.get_type();</i><br/>
            Available types of objects are: <b>"cell"</b>, <b>"row"</b>, <b>"header"</b>, <b>"footer"</b>.<br/>
            To get reference to the corresponding client side object call <i>args.get_item();</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.ContextMenu">
            <summary>
            Event fired when the context menu is being shown for one of the grid's elements.
            Corresponds to the browser's ContextMenu event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>
            To determine which object type the event has happenned for call <i>args.get_type();</i><br/>
            Available types of objects are: <b>"cell"</b>, <b>"row"</b>, <b>"header"</b>, <b>"footer"</b>.<br/>
            To get reference to the corresponding client side object call <i>args.get_item();</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser. Handling this event 
            automatically cancels default browser's context menu in Internet Explorer.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.Click">
            <summary>
            Event fired when the left mouse button click is done over one of the grid's elements.
            Corresponds to the browser's Click event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>
            To determine which object type the event has happenned for call <i>args.get_type();</i><br/>
            Available types of objects are: <b>"cell"</b>, <b>"row"</b>, <b>"header"</b>, <b>"footer"</b>.<br/>
            To get reference to the corresponding client side object call <i>args.get_item();</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.DoubleClick">
            <summary>
            Event fired when the left mouse button double click is done over one of the grid's elements.
            Corresponds to the browser's DblClick event. This is a cancelable event.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>
            To determine which object type the event has happenned for call <i>args.get_type();</i><br/>
            Available types of objects are: <b>"cell"</b>, <b>"row"</b>, <b>"header"</b>, <b>"footer"</b>.<br/>
            To get reference to the corresponding client side object call <i>args.get_item();</i>
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.DataBinding">
            <summary>
            Occurs when the control binds to a data source on the client.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>\
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.DataBound">
            <summary>
            Event fired after client side binding is completed.
            The event handler gets two parameters: <i>sender</i> and <i>args</i>.
            The <i>sender</i> is a reference to the grid's client side object;
            the browser's event object can be obtained off the <i>args</i> parameter:
            <i>args.get_browserEvent();</i><br/>
            To cancel this event call <i>args.set_cancel(true);</i><br/>\
            </summary>
            <remarks>
            This event is always fired last in the bubbling queue. If any custom code or grid
            behavior handles and cancels this same event, this handler may not be invoked.
            If any custom code or grid behavior handles the same event off a child element, canceling
            this event does not guarantee to prevent default action.<br/>
            Actual sequence of events may vary by the browser.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.HeaderCheckBoxClicking">
            <summary>
            This is fired after an unbound checkbox field's header checkbox has been clicked, 
            but before the check state has been changed.
            To cancel this event call <i>args.set_cancel(true);</i><br/>\
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.HeaderCheckBoxClicked">
            <summary>
            This is fired after an unbound checkbox field's header checkbox has been clicked
            and the check state has changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.RowRendering">
            <summary>
            Event fired before a row is rendered to the DOM when client side binding is enabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridClientEvents.RowRendered">
            <summary>
            Event fired after a row is rendered to the DOM when client side binding is enabled.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridClientRenderer">
            <summary>
            The class contains methods that render different parts of the WebDataGrid for the client rendering: Client Templates and/or JSON.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRenderer">
            <summary>
            The class contains methods that render different parts of the WebDataGrid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridRenderer.XslSpace">
            <summary>
            XSL space
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridRenderer.XslComment">
            <summary>
            The string to generate a node that will create a comment after the xsl is applied
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRenderer.CreateRowId">
            <summary>
            Generates a row id for the row that is currently being rendered.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRenderer.RecordMatch">
            <summary>
            Generates the xsl to create a tr for a grid row.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRenderer.ItemMatch">
            <summary>
            Render a td for a GridItem
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRenderer.BeforeGrid">
            <summary>
            Fires rendering event before the grid's HTML.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRenderer.ContentTrail">
            <summary>
            Fires rendering event at the end of the content DIV.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRenderer.AfterGrid">
            <summary>
            Fires rendering event after the grid's HTML.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRenderer.Grid">
            <summary>
            Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> to which the renderer belongs to.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid)">
            <summary>
            Creates <see cref="T:Infragistics.Web.UI.GridControls.GridClientRenderer">object</see>
            </summary>
            <param name="grid">The grid for which to creat the render.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.Records">
            <summary>
            Creates the XSLT for the Records node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Creates the HTML for the WDG when the EnableClientRendering property is set to true
            </summary>
            <param name="writer">The html write which to write the html to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.GenerateEmptyRowsTemplate">
            <summary>
            Creates the html for the empty rows template and returns it as string.
            </summary>
            <returns>Html for the empty rows template</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.GenerateRowTemplate">
            <summary>
            Create the row template.
            </summary>
            <returns>Row template</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.GenerateCellTemplate(Infragistics.Web.UI.GridControls.GridField)">
            <summary>
            Creates the JQuery template for the grid cells (TDs)
            </summary>
            <param name="field">The column for which to create the template</param>		
            <returns>The JQuery template for the grid cells</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.GenerateCellTemplate(Infragistics.Web.UI.GridControls.GridField,System.String,System.String)">
            <summary>
            Creates the JQuery template for the grid cells (TDs)
            </summary>
            <param name="field">The column for which to create the template</param>
            <param name="extraCss">This parameter is used to add an extra css class to a cell/TD.</param>
            <param name="extraTdAttributes">This parameter is used to add an extra attributes to the TD.</param>
            <returns>The JQuery template for the grid cells</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.ApplyTemplateRecord">
            <summary>
            Creates the XLST for the Record node
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.FieldsMatch">
            <summary>
            Creates the XLST for the Fields node
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridClientRenderer.FieldMatch">
            <summary>
            Creates the XLST for the Field node
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFieldProps">
            <summary>
            Enumeration for client properties for GridField
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridFieldProps.Width">
            <summary>
            Client property index for the width property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GridFieldProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.GridFieldProps"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFieldCaption">
            <summary>
            Represents a header or footer depending on the role, in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCaption.#ctor">
            <summary>
            Creates a new instance of the GridFieldCaption object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCaption.#ctor(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Creates a new instance of the GridFieldCaption object.
            </summary>
            <param name="ownerField">The ControlDataField object that this caption belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCaption.CopyPropertiesTo(Infragistics.Web.UI.GridControls.FieldCaption)">
            <summary>
            Copies the properties of this GridFieldCaption to the given FieldCaption
            </summary>
            <param name="caption">The caption who will have the properties copied to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCaption.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Ensures that certain attributes are rendered on the <see cref="T:Infragistics.Web.UI.GridControls.GridField">GridField</see>
            </summary>
            <param name="attributes">A Hashtable of attributes that should be used in the XML rendering of the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCaption.GetTextNode">
            <summary>
            Returns text node of the field caption.
            </summary>
            <returns>Text node if it has any, null otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCaption.OnPropertyChange(System.String,System.Object)">
            <summary>
            Raises the PropertyChanged event
            </summary>
            <param name="id">Id of the property</param>
            <param name="value">The new value</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCaption.FindControl(System.String)">
            <summary>
            This method searches for a locates control objects within the TemplateContainer associated with this UIObject by using
            the Id parameter to match against control Ids.
            </summary>
            <param name="id">The string Id value for the control to be located.</param>
            <returns>If a control is located within the TemplateContainer of this UIObject that matches the passed in Id, the control
            reference is returned.  Otherwise null is returned.</returns>
            <remarks>
            The TemplateContainer is tagged with the INamingContainer interface.  So the Id passed to this method must match the Id of a control
            within that NamingContainer.  
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCaption.Grid">
            <summary>
            The owner WebDataGrid of this caption
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCaption.Text">
            <summary>
            Text of the field caption. The text is displayed in the caption when it's rendered to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCaption.Tooltip">
            <summary>
            Tooltip for the field caption. The tooltip text is displayed on the client once the caption gets the mouse cursor over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCaption.Role">
            <summary>
            Gets/Sets the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGridRoles">WebDataGridRoles</see> of the <see cref="T:Infragistics.Web.UI.GridControls.GridFieldCaption">GridFieldCaption</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCaption.CssClass">
            <summary>
            Gets/sets the css class name that will be set to the grid field caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCaption.CssClassResolved">
            <summary>
            Returns the CssClass that is being applied to the <see cref="T:Infragistics.Web.UI.GridControls.GridFieldCaption">GridFieldCaption</see>.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridFieldCaption.PropertyChanged">
            <summary>
            Event for when a property has changed on this GridFieldCaption
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCaption.TemplateContainer">
            <summary>
            Container control of the template associated with the caption.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFieldCollection">
            <summary>
            Field collection specific for the grid. The collection is used as the
            <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.Columns"/> property's type to store developer's
            defined columns.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.#ctor(Infragistics.Web.UI.GridControls.BaseGrid)">
            <summary>
            Specific constructor that takes parent grid as an owner.
            </summary>
            <param name="ownerGrid">Parent grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.#ctor(Infragistics.Web.UI.GridControls.GroupField)">
            <summary>
            Specific constructor that takes parent grouped field (multi-column header) as an owner.
            </summary>
            <param name="grpField">Parent grouped field (multi-column header)</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.#ctor(Infragistics.Web.UI.GridControls.GroupField,Infragistics.Web.UI.GridControls.BaseGrid)">
            <summary>
            Specific constructor that takes parent grouped field (multi-column header) and grid as an owner.
            </summary>
            <param name="grpField">Parent grouped field (multi-column header)</param>
            <param name="ownerGrid">Parent grid.</param>		
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Add(Infragistics.Web.UI.GridControls.BoundDataField)">
            <summary>
            Adds a column to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> columns collection
            </summary>
            <param name="item">Column to add</param>
            <returns>The index of the added column in the columns collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Add(Infragistics.Web.UI.GridControls.TemplateDataField)">
            <summary>
            Adds a column to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> columns collection
            </summary>
            <param name="item">Column to add</param>
            <returns>The index of the added column in the columns collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Add(Infragistics.Web.UI.GridControls.UnboundField)">
            <summary>
            Adds a column to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> columns collection
            </summary>
            <param name="item">Column to add</param>
            <returns>The index of the added column in the columns collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Add(Infragistics.Web.UI.GridControls.UnboundCheckBoxField)">
            <summary>
            Adds a column to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> columns collection
            </summary>
            <param name="item">Column to add</param>
            <returns>The index of the added column in the columns collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Add(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Adds a column to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> columns collection
            </summary>
            <param name="item">Column to add</param>
            <returns>The index of the added column in the columns collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Add(Infragistics.Web.UI.GridControls.GridField)">
            <summary>
            Adds a column to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> columns collection
            </summary>
            <param name="item">Column to add</param>		
            <returns>The index of the added column in the columns collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Add(Infragistics.Web.UI.GridControls.GridField,System.Boolean)">
            <summary>
            Adds a column to the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> columns collection
            </summary>
            <param name="item">Column to add</param>
            <param name="clearFields">Wether the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> fields collection needs to be cleared</param>
            <returns>The index of the added column in the columns collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Clear">
            <summary>
            Clears the collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Insert(System.Int32,Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Inserts the item at the given index
            </summary>
            <param name="index">The index to insert the item at</param>
            <param name="item">The column to insert</param>
            <returns>Returns the index it was inserted at</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.Remove(Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Removes the object from the collection
            </summary>
            <param name="collectionObject"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the item at the given index
            </summary>
            <param name="index">The index of the item to be removed at</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.OnFieldChanged">
            <summary>
            Raises the GridFieldChanged event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.item_GridFieldChanged(System.Object,System.EventArgs)">
            <summary>
            Handles the event for when a GridField of this collection changes
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.SaveSettings">
            <summary>
            Delegates to PersistenceManager.SaveCollectionProperty
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.LoadSettings(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Merges the columns previosly persisted into the Grids Columns collection.
            If there are new columns in the persistent data, new columns are created in Columns collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.GetKeyPropertyData(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Gets PropertyData by column key
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldCollection.LoadExistingGridFieldItemFromControlData(Infragistics.Web.UI.Framework.Persistence.ControlData)">
            <summary>
            Merges a persisted column into the corresponding column in Collumns collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCollection.HasItemTemplates">
            <summary>
            Returns true if a column in the collection, or under a group field, is a TemplateDataField
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCollection.Item(System.Int32)">
            <summary>
            Returns the column at the given index
            </summary>
            <param name="index">The index of the desired column</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldCollection.Item(System.String)">
            <summary>
            Returns the column with the given key
            </summary>
            <param name="key">The key of the desired column</param>
            <returns></returns>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridFieldCollection.GridFieldChanged">
            <summary>
            Event for when a property has changed on a grid field
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridFieldFooterCaption">
            <summary>
            Represents a footer in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control, exposing a col span property.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldFooterCaption.#ctor">
            <summary>
            Creates a new instance of the GridFieldFooterCaption object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldFooterCaption.#ctor(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Creates a new instance of the GridFieldFooterCaption object.
            </summary>
            <param name="ownerField">The ControlDataField object that this caption belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldFooterCaption.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Ensures that certain attributes are rendered on the <see cref="T:Infragistics.Web.UI.GridControls.GridField">GridField</see>
            </summary>
            <param name="attributes">A Hashtable of attributes that should be used in the XML rendering of the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridFieldFooterCaption.CopyPropertiesTo(Infragistics.Web.UI.GridControls.FieldCaption)">
            <summary>
            Copies the properties of this GridFieldCaption to the given FieldCaption
            </summary>
            <param name="caption">The caption who will have the properties copied to</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridFieldFooterCaption.ColSpan">
            <summary>
            Gets/sets the number of columns this footer will span
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRecord">
            <summary>
            Represents a record or row in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecord.CreateControlDataItemCollection">
            <summary>
            Creates a new <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItemCollection">GridRecordItemCollection</see> that can be used as the underlying
            collection of <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItem">GridRecordItem</see>s.
            </summary>
            <returns>A new GridRecordItemCollection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecord.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Ensures that certain attributes are rendered on the <see cref="T:Infragistics.Web.UI.GridControls.GridRecord">GridRecord</see>
            </summary>
            <param name="attributes">A Hashtable of attributes that should be used in the XML rendering of the grid.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecord.Items">
            <summary>
            Returns the underlying collection of <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItem">GridRecordItem</see>s.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecord.CssClass">
            <summary>
            Gets/sets a css class that is applied to this record.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecord.Height">
            <summary>
            Gets/sets the height of this record
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecord.Tag">
            <summary>
            The property can accept any object that can be successfully serilized into JSON.
            The property value is available on the client through the get_tag() property.
            </summary>
            <remarks>
            The object that this property can accept should be a simple type or an array of simple
            types. Otherwise it will not be serialized into the view state properly. The property
            is not stored into the view state so it is current for one session only.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRecordCollection">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.GridRecord">GridRecord</see>s.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Ensures that certain attributes are rendered on the <see cref="T:Infragistics.Web.UI.GridControls.GridRecordCollection">GridRecordCollection</see>
            </summary>
            <param name="attributes">A Hashtable of attributes that should be used in the XML rendering of the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.CreateRecord">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates a new GridRecord
            </summary>
            <param name="objectType">The type of object to create</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.FromKey(System.Object[])">
            <summary>
            Locates and returns a record from the collection by its key.
            </summary>
            <param name="dataKey">Data key of the record to locate.</param>
            <returns>Record with the data key provided. Null if no record was found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.FromIDPair(Infragistics.Web.UI.GridControls.IDPair)">
            <summary>
            Locates and returns a record by an ID pair.
            </summary>
            <param name="idPair"><see cref="T:Infragistics.Web.UI.GridControls.IDPair"/> of the record to locate.</param>
            <returns>A record with the IDPair provided. Null if no record can be found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.GetCellFromIDPair(Infragistics.Web.UI.GridControls.ItemIDPair)">
            <summary>
            Searches the record collection for the record with 
            <see cref="P:Infragistics.Web.UI.GridControls.ItemIDPair.RecordIDPair"/> and then if 
            the record is found continues the serch in that record
            for the item with associated field of <see cref="P:Infragistics.Web.UI.GridControls.ItemIDPair.FieldIDPair"/>.
            </summary>
            <param name="idPair"><see cref="T:Infragistics.Web.UI.GridControls.ItemIDPair"/> that defines an item to seek and return.</param>
            <returns>Record item that corresponds to the id pair provided. Null if no item can be found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.OnItemViewStateLoaded(System.Int32,Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Called when an items view state has been loaded
            </summary>
            <param name="index">The index of the item</param>
            <param name="item">The item</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.ClearChildControls">
            <summary>
            Loops through all the rows and calls ClearTemplates() method of the to clear cell templates if
            these are present.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.ClearTemplates(Infragistics.Web.UI.GridControls.GridRecord)">
            <summary>
            Clears cell templates for the row
            </summary>
            <param name="row">row for with to clear out the cell template.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordCollection.Clear">
            <summary>
            Clears the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.GridControls.GridRecord">GridRecord</see> at the specified index. 
            Note: these items are created on demand.
            </summary>
            <param name="index">The index of the GridRecord to retrieve.</param>
            <returns>A GridRecord at the specified index, or null if no item exists at that index.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordCollection.Grid">
            <summary>
            Reference to the grid that owns the record collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRecordItem">
            <summary>
            Represents a record item or cell in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordItem.#ctor(Infragistics.Web.UI.GridControls.GridRecordItemCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItem">GridRecordItem</see> class.
            </summary>
            <param name="ownerCollection">The <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItemCollection">GridRecordItemCollection</see> that owns the GridRecordItem</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordItem.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Ensures that certain attributes are rendered on the <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItem">GridRecordItem</see>
            </summary>
            <param name="attributes">A Hashtable of attributes that should be used in the XML rendering of the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordItem.GetTextNode">
            <summary>
            Overriden. Initializes and returns a text node of the record item. 
            The node contains attributes and the text value need for rendering 
            of the record item.
            </summary>
            <returns>XML text node representing the record item.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItem.Grid">
            <summary>
            Reference to the owner grid
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItem.Row">
            <summary>
            Reference to the Row the item is associated with 
            </summary>        
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItem.Record">
            <summary>
            Returns the owner ControlDataRecord
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItem.Column">
            <summary>
            Reference to the column the item is associated with.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItem.XmlAttributes">
            <summary>
            Gets the XmlAttributes that will be used in the XML rendering of the grid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItem.Text">
            <summary>
            Text representation of the record item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItem.Tooltip">
            <summary>
            Tooltip for the record item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItem.CssClass">
            <summary>
            CSS class name that should be assigned to the item. The CSS class definition needs to be done using the selector as following: TBODY > TR > TD.newItemCssClass {}. 
            Or to be compatible with Internet Explorer 6: TBODY TR TD.newItemCssClass {}.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridRecordItemCollection">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItem">GridRecordItem</see>s.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordItemCollection.#ctor(Infragistics.Web.UI.GridControls.GridRecord)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItemCollection">GridRecordItemCollection</see> class.
            </summary>
            <param name="record">The <see cref="T:Infragistics.Web.UI.GridControls.GridRecord">GridRecord</see> that owns the GridRecordItemCollection.</param>        
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordItemCollection.CreateControlDataItem(System.Int32)">
            <summary>
            Creates a new <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItem">GridRecordItem</see> that can be added to the collection.
            </summary>
            <returns>A new GridRecordItem</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridRecordItemCollection.FindItemByKey(System.String)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItem">GridRecordItem</see> by the specified Column Key. 
            </summary>
            <param name="columnKey">Specify column key.</param>
            <returns>Returns the grid record item or null if not found.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridRecordItemCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItem">GridRecordItem</see> at the specified index. 
            Note: these items are created on demand.
            </summary>
            <param name="index">The index of the GridRecordItem to retrieve.</param>
            <returns>A GridRecordItem at the specified index, or null if no item exists at that index.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridResponseObject">
            <summary>
            Container for values passed to client within AJAX response.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridStyleBot.#ctor(System.Web.UI.Control,Infragistics.Web.UI.IProvideAppStyling)">
            <summary>
            The constructor accepts the control reference it should register with.
            </summary>
            <param name="control">
            Control to register with.
            </param>
            <param name="iProvideAppStyling">Reference to the controls implementation of <see cref="T:Infragistics.Web.UI.IProvideAppStyling">IProvideAppStyling interface </see>.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridXmlLiteralNode">
            <summary>
            Represents literal node in the XML rendering engine.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridXmlLiteralNode.#ctor(Infragistics.Web.UI.GridControls.WebDataGrid,System.String)">
            <summary>
            COnstructs the object.
            </summary>
            <param name="grid">Reference to the main grid object.</param>
            <param name="text">Literal text to put inside of the node.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridXmlLiteralNode.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Called by the rendering engine to initialize the node's attributes.
            </summary>
            <param name="attributes"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.ShouldSerializeColumns">
            <summary>
            Enables persistence for Columns
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.SetColumns(Infragistics.Web.UI.GridControls.GridFieldCollection)">
            <summary>
            Sets the group field's columns collection.
            </summary>
            <param name="columns">Columns</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Is called when an object is added to collection. This was refactored a bit
            so that the objects which inherite from this class can overwrite this method
            and their own logic.
            </summary>
            <param name="owner">The collection the object is being added to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.ShallowCopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the fields properties to another ControlDataField without copying this group field's columns
            </summary>
            <param name="field">Field to copy props to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the fields properties to another ControlDataField
            </summary>
            <param name="field">Field to copy props to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">he objects to reload.</param>
            <returns>The number of objects that were loaded.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupField.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>        
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupField.RowSpan">
            <summary>
            Integer value determines how many rows this header will span.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupField.HasColumns">
            <summary>
            True if the GroupFields has columns in its Columns collection, otherwise false
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupField.Hidden">
            <summary>
            Makes the field to be rendered hidden to the browser. The field's visibility can be triggered from both
            server and client side.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupFieldCollection">
            <summary>
            I am keeping this class for now, because I suspect I will have to have
            some custom logic in this collection for the Visible indecies setup of the
            grouped columns
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupFieldCollection.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupFieldCollection.#ctor(Infragistics.Web.UI.GridControls.BaseGrid)">
            <summary>
            Specific constructor that takes parent grid as an owner.
            </summary>
            <param name="ownerGrid">Parent grid.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.TemplateDataField">
            <summary>
            The class overrides the <see cref="T:Infragistics.Web.UI.GridControls.ControlDataField"/> field to allow it to have templates.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TemplateDataField.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.BoundDataField">BoundDataField</see> class with default settings.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TemplateDataField.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.BoundDataField">BoundDataField</see> class.
            </summary>
            <param name="trackViewState">Whether viewstate should be tracked fro the column/field</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TemplateDataField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the fields properties to another ControlDataField
            </summary>
            <param name="field">Field to copy props to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TemplateDataField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField,System.Boolean)">
            <summary>
            Copies the fields properties to another ControlDataField
            </summary>
            <param name="field">Field to copy props to</param>
            <param name="track">Whether to track the journal state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TemplateDataField.CopyTemplatesTo(Infragistics.Web.UI.GridControls.TemplateDataField)">
            <summary>
            Copies templates to the given template field
            </summary>
            <param name="field">The field to copy the templates into</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TemplateDataField.FormattedString(System.Object)">
            <summary>
            Formats a value for this column
            </summary>
            <param name="value"></param>
            <returns>Returns an empty string</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.TemplateDataField.SaveClientProperties">
            <summary>
            Saves extra properties to send to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TemplateDataField.ItemTemplate">
            <summary>
            Gets or Sets a reference to an ITemplate object for every cell in the column.
            </summary>
            <remarks>
            <p class="note">
            Note:<br></br>
            If VirtualScrolling is enabled, then persistance of fields in template is not supported.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TemplateDataField.AlternatingItemTemplate">
            <summary>
            Gets or Sets a reference to an ITemplate object for every alternating cell in the column.
            </summary>
            <remarks>
            <p class="note">
            Note:<br></br>
            If VirtualScrolling is enabled, then persistance of fields in template is not supported.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TemplateDataField.HeaderTemplate">
            <summary>
            Gets or Sets a reference to an ITemplate object for the header of the column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.TemplateDataField.FooterTemplate">
            <summary>
            Gets or Sets a reference to an ITemplate object for the footer of the column.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.UnboundCheckBoxField">
            <summary>
            Represents a checkbox column that is not bound to any data.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.UnboundField">
            <summary>
            Represents a column or field in the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid">WebDataGrid</see> control
            that is not bound to any data. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundField.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.UnboundField">UnboundField</see> class with default settings.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundField.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.UnboundField">UnboundField</see> class.
            </summary>
            <param name="trackViewState">Whether viewstate should be tracked for the column/field</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the properties of this UnboundField to the given field
            </summary>
            <param name="field">The field who will have the properties copied to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField,System.Boolean)">
            <summary>
            Copies the properties of this UnboundField to the given field
            </summary>
            <param name="field">The field who will have the properties copied to</param>
            <param name="track">Whether to track the journal state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundField.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundField.FormatValue(System.Object)">
            <summary>
            Formats the given value according to the fields DataFormatString
            </summary>
            <param name="value">The value to format</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundField.DataType">
            <summary>
            Full type name, for example System.Int32, System.DateTime, etc., 
            that should be used for the field in case the field original type is not available
            for the grid.
            </summary>
            <remarks>
            Setting this property will ensure that correct editor is used for the columns 
            which are bound to empty data sources as some of the data source do not provide
            any data field type information if no rows are present in the table.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundField.Type">
            <summary>
            Type of the items in the field. If not set explicitly returns the data source's field type.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.UnboundCheckBoxField">UnboundCheckBoxField</see> class with default settings.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.UnboundCheckBoxField">UnboundCheckBoxField</see> class.
            </summary>
            <param name="trackViewState">Whether viewstate should be tracked from the column/field</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.CalculateState(System.Object)">
            <summary>
            Takes in a value, such as from a GridRecordItem, and coverts it to a 
            CheckBoxState
            </summary>
            <param name="value">The value to convert to a CheckBoxState</param>
            <returns>Returns CheckBoxState that corresponds to the value</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.CalculateImageUrl(Infragistics.Web.UI.CheckBoxState)">
            <summary>
            Converts a value into the corresponding image url of the checkbox to be 
            displayed
            </summary>
            <param name="state">The state of the checkbox</param>
            <returns>The image url corresponding to checked, unchecked, or partial</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.CalculateImageAlt(Infragistics.Web.UI.CheckBoxState)">
            <summary>
            Converts a value into the corresponding image url of the checkbox to be 
            displayed
            </summary>
            <param name="state">The state of the checbox</param>
            <returns>The image alt/title corresponding to checked, unchecked, or partial</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField)">
            <summary>
            Copies the properties of this UnboundCheckBoxField to the given field
            </summary>
            <param name="field">The field who will have the properties copied to</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.CopyPropertiesTo(Infragistics.Web.UI.GridControls.ControlDataField,System.Boolean)">
            <summary>
            Copies the fields properties to another ControlDataField
            </summary>
            <param name="field">Field to copy props to</param>
            <param name="track">Whether to track the journal state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.TrackViewState">
            <summary>
            This method turns on ViewState tracking for the object
            </summary>
            <remarks>
            Once this method is called by the ASP.NET framework, all subsequence property set operations will result in the data
            being serialized to the page ViewState hidden field and round tripped to the server on postback.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.OnPropertyChange(System.String,System.Object)">
            <summary>
            Event fired when a property changes on this field
            </summary>
            <param name="id"></param>
            <param name="value"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.CheckBox">
            <summary>
            The object for customizing the checkboxes displayed in the column
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.HeaderCheckBoxMode">
            <summary>
            The mode of the checkbox in the header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.ToolTipChecked">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is checked.  {0} is replaced by the cell's value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.ToolTipPartial">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is partially checked.  {0} is replaced by the cell's value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.ToolTipUnchecked">
            <summary>
            The tooltip and alt tag used for a cell checkbox when it is unchecked.  {0} is replaced by the cell's value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.CellText">
            <summary>
            Specifies the text to display next to the checkbox.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.HeaderCheckBoxState">
            <summary>
            Returns the state of the header checkbox, if there is one.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.HeaderChecked">
            <summary>
            Gets/sets the checked value of the header checkbox
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.DataFormatString">
            <summary>
            The formatting that is applied to the field's values. For example, "{0:d} or {0:c}".
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.DataType">
            <summary>
            Full type name, for example System.Int32, System.DateTime, etc., 
            that should be used for the field in case the field original type is not available
            for the grid.
            </summary>
            <remarks>
            Setting this property will ensure that correct editor is used for the columns 
            which are bound to empty data sources as some of the data source do not provide
            any data field type information if no rows are present in the table.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.EnableMultiline">
            <summary>
            Whether the \n occurances in the text of this field will be replaced with &lt;BR /&gt;.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.HtmlEncode">
            <summary>
            Whether the field is HTML encoded when displayed to the user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.PropCount">
            <summary>
            Returns number of properties for the client state supported by the UnboundCheckBoxField.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxField.Type">
            <summary>
            Type of the items in the field. If not set explicitly returns the data source's field type.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.UnboundCheckBoxFieldProps">
            <summary>
            Enum representing client state properties for UnboundCheckBoxField
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.UnboundCheckBoxFieldProps.HeaderCheckBoxState">
            <summary>
            Client property index for the HeaderCheckBoxState property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.UnboundCheckBoxFieldProps.HeaderChecked">
            <summary>
            Client property index for the HeaderChecked property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.UnboundCheckBoxFieldProps.CheckedCount">
            <summary>
            Client property index for the CheckedCount property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.UnboundCheckBoxFieldProps.PartialCount">
            <summary>
            Client property index for the PartialCount property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.UnboundCheckBoxFieldProps.Count">
            <summary>
            The amount of roles defined on the <see cref="T:Infragistics.Web.UI.GridControls.UnboundCheckBoxFieldProps"/> object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.UnboundCheckBoxGridRecordItem">
            <summary>
            Class representing a cell that is part of an UnboundCheckBoxField column.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.UnboundGridRecordItem">
            <summary>
            Class representing a cell that is part of an UnboundField column.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundGridRecordItem.#ctor(Infragistics.Web.UI.GridControls.GridRecordItemCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.UnboundGridRecordItem">UnboundGridRecordItem</see> class.
            </summary>
            <param name="ownerCollection">The <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItemCollection">GridRecordItemCollection</see> that owns the GridRecordItem</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundGridRecordItem.Column">
            <summary>
            Reference to the column the item is associated with.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundGridRecordItem.Value">
            <summary>
            Returns the value of the item 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundGridRecordItem.DesignTimeValue">
            <summary>
            Returns a value to be displayed at run time
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.UnboundCheckBoxGridRecordItem.#ctor(Infragistics.Web.UI.GridControls.GridRecordItemCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.UnboundCheckBoxGridRecordItem">UnboundCheckBoxGridRecordItem</see> class.
            </summary>
            <param name="ownerCollection">The <see cref="T:Infragistics.Web.UI.GridControls.GridRecordItemCollection">GridRecordItemCollection</see> that owns the GridRecordItem</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxGridRecordItem.Column">
            <summary>
            Reference to the column the item is associated with.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxGridRecordItem.Value">
            <summary>
            Returns the value of the item 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.UnboundCheckBoxGridRecordItem.DesignTimeValue">
            <summary>
            Returns a value to be displayed at run time
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ItemCommandEventHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.ItemCommand"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HandleCommandEventArgs">
            <summary>
            Event arguments for events that can be handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HandleCommandEventArgs.#ctor(System.Web.UI.WebControls.CommandEventArgs)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
            <param name="e">Reference to the originating event arguments.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HandleCommandEventArgs.Handled">
            <summary>
            Indicates whether the command event was handled. Can be set from inside 
            of an event handler and stop the command event from propagating.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.InitializeRowEventHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.InitializeRow"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowEventArgs">
            <summary>
            Event arguments for events that can be handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowEventArgs.#ctor(Infragistics.Web.UI.GridControls.GridRecord)">
            <summary>
            Initializes the object with the row responsible for the event.
            </summary>
            <param name="row">Reference to the row</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowEventArgs.Row">
            <summary>
            Reference to the row object associated with the event.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DataBindingEventHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.CustomDataBinding"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DataBindingEventArgs">
            <summary>
            Class representing the event arguments passed into WebDataGrid DataBinding event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DataBindingEventArgs.#ctor">
            <summary>
            Creates a new GridDataBindingEventArgs
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DataBindingEventArgs.#ctor(System.Web.UI.DataSourceSelectArguments,System.String)">
            <summary>
            Creates a new GridDataBindingEventArgs
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DataBindingEventArgs.Cancel">
            <summary>
            Gets/sets whether to cancel the regular data binding process
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DataBindingEventArgs.DataSource">
            <summary>
            Gets/sets the source the grid will bind to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DataBindingEventArgs.SelectArguments">
            <summary>
            Returns the select arguments as determined by the grid behaviors.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DataBindingEventArgs.FilterExpression">
            <summary>
            Returns a string with the filter expression.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HeaderCheckBoxClickedEventHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.HeaderCheckBoxClicked"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HeaderCheckBoxEventArgs">
            <summary>
            Class representing the event arguments passed into WebDataGrid DataBinding event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderCheckBoxEventArgs.#ctor(Infragistics.Web.UI.GridControls.UnboundCheckBoxField,Infragistics.Web.UI.CheckBoxState)">
            <summary>
            Creates a new HeaderCheckBoxEventArgs
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HeaderCheckBoxEventArgs.Field">
            <summary>
            Gets the column that had its header checkbox clicked
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HeaderCheckBoxEventArgs.PreviousState">
            <summary>
            Gets the previous state of the checkbox
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.InitializeDefaultEditorsEventHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.WebDataGrid.InitializeDefaultEditors"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DefaultEditorsEventArgs">
            <summary>
            Event arguments for events that can be handled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DefaultEditorsEventArgs.NumericEditor">
            <summary>
            Gets reference to control which is used as default shared editor for columns with numeric data types.
            That can be null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DefaultEditorsEventArgs.DateTimeEditor">
            <summary>
            Gets reference to control which is used as default shared editor for columns with DateTime data type.
            That can be null.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.XPathGridData">
            <summary>
            Xml wrapper for the grid. This is the first and the only child node of the Root.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.XPathDataNavigable">
            <summary>
            Class-helper for the objects to expose themselves as XML nodes.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IXPathDataNavigable">
            <summary>
            Interface provides navigation through the grid's data.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetAttribute(System.String)">
            <summary>
            Gets an attribute by name.
            </summary>
            <returns>
            Attribute value. Null if not such attribute.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetAttribute(System.Int32)">
            <summary>
            Gets an attribute by index
            </summary>
            <param name="index">
            Index of the attribute
            </param>
            <returns>
            Attribute value. Null if not such attribute.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetAttributeIndex(System.String)">
            <summary>
            Gets an attribute index by name.
            </summary>
            <param name="name">
            Name of the attribute
            </param>
            <returns>
            Index of the attribute. -1 if no such attribute.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetAttributeName(System.Int32)">
            <summary>
            Gets an attribute name by index.
            </summary>
            <param name="index">
            Index of the attribute.
            </param>
            <returns>
            Name of the attribute. Null if not such attribute.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetFirstSibling">
            <summary>
            Gets first sibling of the node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetNextSibling">
            <summary>
            Gets next sibling of the node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetPreviousSibling">
            <summary>
            Gets previous sibling of the node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetParent">
            <summary>
            Gets parent of the node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetFirstChild">
            <summary>
            Gets first child of the node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IXPathDataNavigable.GetNodeType">
            <summary>
            Returns the type of the node
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IXPathDataNavigable.HasAttributes">
            <summary>
            Indicates if the node has attributes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IXPathDataNavigable.LocalName">
            <summary>
            Local name of the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IXPathDataNavigable.Value">
            <summary>
            Value of the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.IXPathDataNavigable.HasChildren">
            <summary>
            Indicates if the node has children.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.#ctor(Infragistics.Web.UI.GridControls.IXPathDataNavigable)">
            <summary>
            Initializes the XML node with its parent.
            </summary>
            <param name="parent">Reference to the parent node.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.#ctor(Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,System.String,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.XpathGenerateAttributes)">
            <summary>
            Constructor that initializes the XML node.
            </summary>
            <param name="owner">Owner of the object. Usually it's the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/>.</param>
            <param name="localName">Name of the node. That is how it's serialized in an XML document.</param>
            <param name="parent">Reference to the parent of the object.</param>
            <param name="firstChild">Reference to the first child of the object.</param>
            <param name="firstSibling">Reference to the first sibling of the object.</param>
            <param name="nextSibling">Reference to the next sibling of the object.</param>
            <param name="prevSibling">Reference to the previous sibling of the object.</param>
            <param name="generateAttributes">Reference to the method that generates XML attrbutes.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.Initialize(Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,System.String,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.IXPathDataNavigableObject,Infragistics.Web.UI.GridControls.XpathGenerateAttributes)">
            <summary>
            Initializes the XML node.
            </summary>
            <param name="owner">Owner of the object. Usually it's the <see cref="T:Infragistics.Web.UI.GridControls.WebDataGrid"/>.</param>
            <param name="localName">Name of the node. That is how it's serialized in an XML document.</param>
            <param name="firstChild">Reference to the first child of the object.</param>
            <param name="firstSibling">Reference to the first sibling of the object.</param>
            <param name="nextSibling">Reference to the next sibling of the object.</param>
            <param name="prevSibling">Reference to the previous sibling of the object.</param>
            <param name="generateAttributes">Reference to the method that generates XML attrbutes.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GenerateAttributes">
            <summary>
            Generates attributes for the node. Called only once for the lifetime of the node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetAttribute(System.String)">
            <summary>
            Gets attribute by name.
            </summary>
            <param name="name">Name of the attribute.</param>
            <returns>Attribute's value. Null if no attribute with such a name.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetAttribute(System.Int32)">
            <summary>
            Gets attribute by index.
            </summary>
            <param name="index">Index of the attribute.</param>
            <returns>Attribute's value. Null if no attribute with such an index.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetAttributeIndex(System.String)">
            <summary>
            Gets index of an attribute.
            </summary>
            <param name="name">Name of the attribute.</param>
            <returns>Index of the attribute. -1 if no attribute with such a name.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetAttributeName(System.Int32)">
            <summary>
            Gets name of an attribute.
            </summary>
            <param name="index">Index of the attribute to get the name of.</param>
            <returns>Name of the attribute with the index provided. Null if no attribute with such an index.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetFirstSibling">
            <summary>
            Gets the first sibling of the XML rendering node.
            </summary>
            <returns>The first sibling of the XML rendering node. Reference to itself if it is the first child of its parent.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetNextSibling">
            <summary>
            Gets the next sibling of the XML rendering node.
            </summary>
            <returns>The next sibling of the XML rendering node. Null if no other siblings available.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetPreviousSibling">
            <summary>
            Gets the previous sibling of the XML rendering node.
            </summary>
            <returns>The previous sibling of the XML rendering node. Null if no other siblings available.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetParent">
            <summary>
            Gets the parent node of the XML rendering node.
            </summary>
            <returns>The parent node of the XML rendering node.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetFirstChild">
            <summary>
            Gets the first child of the XML rendering node.
            </summary>
            <returns>The first child of the XML rendering node. Null if the node has no children.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.GetNodeType">
            <summary>
            Gets type of the XML rendering node.
            </summary>
            <returns>Type of the XML rendering node. It is <i>XPathNodeType.Element</i> by default.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigable.CreateNavigator">
            <summary>
            Implements IXPathNavigable interface.
            </summary>
            <returns>An instance of current navigator.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigable.Owner">
            <summary>
            Reference to the owner of the node. Usually it is the main control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigable.XPathAttributes">
            <summary>
            Contains generated attributes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigable.HasAttributes">
            <summary>
            Indicates whether the node has attributes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigable.LocalName">
            <summary>
            Name of the XML rendering node. That is how it is represented during the XML serialization.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigable.Value">
            <summary>
            Content of the XML rendering node. If the node has no children of type <i>XPathNodeType.Text</i> the property returns null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigable.HasChildren">
            <summary>
            Indicates whether the node has children.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridData.#ctor(Infragistics.Web.UI.GridControls.BaseGrid,Infragistics.Web.UI.GridControls.XPathDataNavigable)">
            <summary>
            Initializes the node with references to the grid and its root node.
            </summary>
            <param name="grid">Reference to the grid.</param>
            <param name="parent">Reference to the root node.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridData.#ctor(Infragistics.Web.UI.GridControls.BaseGrid,Infragistics.Web.UI.GridControls.XPathDataNavigable,System.Collections.Hashtable)">
            <summary>
            Initializes the node with references to the grid and its root node.
            </summary>
            <param name="grid">Reference to the grid.</param>
            <param name="parent">Reference to the root node.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridData.#ctor(Infragistics.Web.UI.GridControls.BaseGrid,Infragistics.Web.UI.GridControls.IXPathDataNavigable)">
            <summary>
            Initializes the node with references to the grid and its root node.
            </summary>
            <param name="grid">Reference to the grid.</param>
            <param name="parent">Reference to the root node.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridData.#ctor(Infragistics.Web.UI.GridControls.BaseGrid,Infragistics.Web.UI.GridControls.IXPathDataNavigable,System.Collections.Hashtable)">
            <summary>
            Initializes the node with references to the grid and its root node.
            </summary>
            <param name="grid">Reference to the grid.</param>
            <param name="parent">Reference to the root node.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridData.GenerateAttributes">
            <summary>
            Various attributes for the grid's top node are generated here.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridData.GetFirstChild">
            <summary>
            First child of the grid is Records by default.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathGridData.LocalName">
            <summary>
            Name of the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathGridData.HasChildren">
            <summary>
            Always has children.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BandBehaviors">
            <summary>
            Behaviors collection of the <see cref="T:Infragistics.Web.UI.GridControls.Band"/>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandBehaviors.#ctor">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.BandBehaviors"/>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandBehaviors.ValidateOwner(Infragistics.Web.UI.GridControls.GridBehavior)">
            <summary>
            Check that the given behavior is allowed to be added to be added for a <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see>.
            </summary>
            <param name="item"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandBehaviors.LoadBehaviors">
            <summary>
            Calls the base LoadBehaviors() method and sets an internal variable to indicate that the 
            behaviors have been loaded.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandBehaviors.UnloadBehaviors">
            <summary>
            Check if the behaviros have been loaded and if so call base UnloadBehaviors() method
            to unload them.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandBehaviors.InternalInsert(System.Int32,Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Inserts the object to the underlying collection ArrayList
            </summary>
            <param name="index">Item insertion index.</param>
            <param name="collectionObject"><see cref="T:Infragistics.Web.UI.GridControls.GridBehavior"/> to insert into the collection.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BandCollection">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see>s.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.Add(Infragistics.Web.UI.GridControls.Band)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.IndexOf(Infragistics.Web.UI.GridControls.Band)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.Insert(System.Int32,Infragistics.Web.UI.GridControls.Band)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.Contains(Infragistics.Web.UI.GridControls.Band)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.Contains(System.String)">
            <summary>
            Returns trye if the collection contians a Band with the specified key.
            </summary>
            <param name="key">The key of a Band which a ColumnSetting may point to.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.FindByDataMember(System.String)">
            <summary>
            Finds a Band with the specified data member.
            </summary>
            <param name="dataMember">The DataMember of the Band.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.Remove(Infragistics.Web.UI.GridControls.Band)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see> from the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.Clear">
            <summary>
            Clears this bands collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates a new default <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see> object
            </summary>
            <param name="objectType">The type of object to create</param>
            <returns>Collection object</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BandCollection.ControlMain">
            <summary>
            <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see> to which the band collection belongs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BandCollection.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BandCollection.Item(System.String)">
            <summary>
            Gets an item from the collection based on the Band Key.
            </summary>
            <param name="key">The key value of the <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see> to retrieve from the collection.</param>
            <returns>The Band object with the given key value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BandLevelSupportAttribute">
            <summary>
            Custom attribute used to indicate if a <see cref="T:Infragistics.Web.UI.GridControls.GridBehavior">behavior</see> can be added to <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandLevelSupportAttribute.#ctor(System.Boolean)">
            <summary>
            Creates a new <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalBehaviorAttribute"/> instance.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BandLevelSupportAttribute.HasBandLevelSupport">
            <summary>
            Gets or sets a value indicating whether the behavior is supported on a band level (WHDG)
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IGroupEqualityComparer">
            <summary>
            Objects that implement this interface contain logic of placing certain values into their groups.
            Should be used with the Outlook Group By feature of the WebHierarchicalDataGrid to provide
            custom grouping.
            </summary>
            <remarks>
            This interface is type independent and can be used with any type.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IGroupEqualityComparer.GroupName(System.Object)">
            <summary>
            The method returns group name for specified value.
            </summary>
            <param name="value">Value to identify with a group.</param>
            <returns>Group name for the value.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupEqualityComparer`1">
            <summary>
            Objects that are derived from this class contain logic of placing certain values into their groups.
            Should be used with the Outlook Group By feature of the WebHierarchicalDataGrid to provide
            custom grouping.
            </summary>
            <remarks>
            The type is specified as a generic in the derived class.
            </remarks>
            <typeparam name="T">Type of the values that re being compared and grouped.</typeparam>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupEqualityComparer`1.Equals(`0,`0)">
            <summary>
            Compares two values of specified type.
            </summary>
            <param name="x">First value to compare.</param>
            <param name="y">Second value to compare.</param>
            <returns>True if the values are equal.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupEqualityComparer`1.GroupName(`0)">
            <summary>
            The method returns group name for specified value.
            </summary>
            <param name="value">Value to identify with a group.</param>
            <returns>Group name for the value.</returns>
            <remarks>An example of group names cold be "Today", "Yesterday", "Last Week","Two Weeks Ago"
            etc for the DateTime values.</remarks>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.#ctor">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.#ctor(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Create a new instance of <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> object.
            </summary>
            <param name="band">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> to which the 
            <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> belong to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.Add(Infragistics.Web.UI.GridControls.ColumnGroupingSetting)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> to the collection.
            </summary>        
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> to add.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.IndexOf(Infragistics.Web.UI.GridControls.ColumnGroupingSetting)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> in the collection.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> for which to find the index.</param>
            <returns>The index of the item in the collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.GetColumnGroupingSetting(System.String)">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> object whose 
            <see cref="P:Infragistics.Web.UI.GridControls.ColumnSetting.ColumnKey">ColumnKey</see> matches the given key.  
            </summary>
            <param name="key">The key of a ControlDataField which a ColumnGroupingSetting is tied to.</param>
            <returns><see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> whose <see cref="P:Infragistics.Web.UI.GridControls.ColumnSetting.ColumnKey">ColumnKey</see>
            matched the given key. If a ColumnGroupingSetting with the given key, if not found null is returned.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.Insert(System.Int32,Infragistics.Web.UI.GridControls.ColumnGroupingSetting)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> to the underlying collection ArrayList
            </summary>
            <param name="index">The index at which to insert the setting.</param>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> which to insert.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.Contains(Infragistics.Web.UI.GridControls.ColumnGroupingSetting)">
            <summary>
            Returns true if the collection contains the  <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see>.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> for which to check if it is found in the collection.</param>
            <returns>True is the item is in the collection, false otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.Remove(Infragistics.Web.UI.GridControls.ColumnGroupingSetting)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> from the collection.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettings">ColumnGroupingSettings</see> which to remove from the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.CreateCollectionObject(System.String)">
            <summary>
            Implements overriden method to return an instance of the collection.
            </summary>
            <param name="objectType">Type of the collection member to create.</param>
            <returns>An instance of the collection member requested.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.Item(System.String)">
            <summary>
            Gets an item from the collection based on the ColumnKey of the ColumnGroupingSetting.
            </summary>
            <param name="columnKey">The ColumnKey value of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> to retrieve from the collection.</param>
            <returns>The ColumnGroupingSetting object with the given ColumnKey value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSettings.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">
            <summary>
            Column settings for column groupby capability.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.TrackViewState">
            <summary>
            This method turns on ViewState tracking for the object
            </summary>
            <remarks>
            Once this method is called by the ASP.NET framework, all subsequence property set operations will result in the data
            being serialized to the page ViewState hidden field and round tripped to the server on postback.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.SaveViewState">
            <summary>
            This method saves the property settings in the ViewState bag to the ViewState hidden field on the page for roundtripping 
            between the server and client.
            </summary>
            <returns>An object reference containing the ViewState of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.LoadViewState(System.Object)">
            <summary>
            This method loads the data contained in the state parameter into the ViewState bag for the object.
            </summary>
            <param name="state">An object reference containing the contents of the ViewState bag.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.SaveClientProperties">
            <summary>
            Serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.Groupable">
            <summary>
            Boolean property which indicates if a column is allowed to participate in column grouping.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.GroupedColumnLabelCssClass">
            <summary>
            The css class applied to the column header clone in the group by area.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.ShowRemoveButton">
            <summary>
            Boolean property, which is true by default.  Controls whether the RemoveButton will be shown for the grouped header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.DefaultSortDirection">
            <summary>
            How the data will be sorted as its being grouped. This is the default value for the column, 
            unless otherwise specified when creating a <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.GroupComparer">
            <summary>
            Group comparer that is used for this column.
            By default the grouping is based on the values of the column cells.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.MergeCells">
            <summary>
            Boolean property which indicates if a column will merge its cell values
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.PropCount">
            <summary>
            The number of properties that this object will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedRecord">
            <summary>
            Object representing the grouped row.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecord.#ctor">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">GroupedRecord</see> object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecord.#ctor(Infragistics.Web.UI.GridControls.ControlDataField,System.Object,System.String)">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">GroupedRecord</see> object
            </summary>
            <param name="columnGroupedBy">Reference to the grid's column the grouping of which produced this row.</param>
            <param name="value">The value by which the records are grouped by.</param>
            <param name="groupName">The name of the group for the record.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecord.GetObjectType">
            <summary>
            Gets the name of the object type
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecord.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Implements <see cref="T:Infragistics.Web.UI.GridControls.IXPathDataNavigableObject"/>. The method fills the XML node's attributes for the record rendering.
            </summary>
            <param name="attributes">Attributes to fill.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecord.TrackViewState">
            <summary>
            This method turns on ViewState tracking for the object
            </summary>
            <remarks>
            Once this method is called by the ASP.NET framework, all subsequence property set operations will result in the data
            being serialized to the page ViewState hidden field and round tripped to the server on postback.
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecord.LoadViewState(System.Object)">
            <summary>
            Loads the view state after returning from the client.
            </summary>
            <param name="savedState">Previously saved view state object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecord.SaveViewState">
            <summary>
            Saves the view state of the grid when rendering down to the client.
            </summary>
            <returns>aved view state object.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.Text">
            <summary>
            The text to display in the grouped row
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.Value">
            <summary>
            Value of the group.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.ColumnGroupedBy">
            <summary>
            Reference to the grid's column the grouping of which produced this row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.HasChildGroupRows">
            <summary>
            Boolean property indicates whether this grouped row has a collection of sub-grouped rows.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.ChildGroupRows">
            <summary>
            Collection of sub-grouped rows.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.Expanded">
            <summary>
            Indicates whether the grid's grouped row is expanded and the data rows or sub-group rows are visible.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.Rows">
            <summary>
            An enumerator for data records which belong to this group row, if the grouped row does not
            have any data records then this property will return null.
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.Index">
            <summary>
            Returns the index of the grouped row in the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.OwnerCollection">
            <summary>
            Gets the instance of the parent collection of the GroupedRecord
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.Infragistics#Web#UI#GridControls#IXPathDataNavigableObject#Xml">
            <summary>
            Implements <see cref="T:Infragistics.Web.UI.GridControls.IXPathDataNavigableObject"/>. Represents the record's XML node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.StartRowIndex">
            <summary>
            The index of the first Record (the data row) which belong to this group.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.EndRowIndex">
            <summary>
            The index of the last Record (the data row) which belong to this group.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.ActiveRowCss">
            <summary>
            The name of the css class for an active row
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecord.ActiveCellCss">
            <summary>
            The name of the css class for an active cell
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupRecordEnumerator">
            <summary>
            Enumerator for data rows which belong to a specific <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord"> group row </see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupRecordEnumerator.#ctor(Infragistics.Web.UI.GridControls.GroupedRecord,Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupRecordEnumerator"/>
            </summary>
            <param name="row">The GroupedRecord to make an enumerator off of</param>
            <param name="grid"> <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> through whose rows to iterate.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupRecordEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>true if the enumerator was successfully advanced to the next element; false
            if the enumerator has passed the end of the collection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupRecordEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the first element
            in the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupRecordEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedRecordCollection">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">GroupedRecord</see> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecordCollection.#ctor(Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecordCollection">GroupedRecordCollection</see> .
            </summary>
            <param name="owner">The grid to which the collection belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecordCollection.#ctor(Infragistics.Web.UI.GridControls.ContainerGrid,Infragistics.Web.UI.GridControls.GroupedRecord)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecordCollection">GroupedRecordCollection</see> .
            </summary>
            <param name="owner">The grid to which the top most <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecordCollection">GroupedRecordCollection</see> belongs to.</param>
            <param name="parentRow">The parent <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">GroupedRecord</see> to which this collection belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecordCollection.Add(Infragistics.Web.UI.GridControls.GroupedRecord)">
            <summary>
            Adds a  <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">GroupedRecord</see> to the collection.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">GroupedRecord</see> to add.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecordCollection.GetGroupedRow(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Returns the grouped row for the given data row
            </summary>
            <param name="row">The data row for which to find the grouped row.</param>
            <returns>The grouped row to which the data row belongs, if the data row does not belong to any of the grouped
            rows in this collection of the collection does not have any grouped rows null is returned.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecordCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates a new default <see cref="T:Infragistics.Web.UI.GridControls.Band">Band</see> object
            </summary>
            <param name="objectType">The type of object to create</param>
            <returns>Collection object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRecordCollection.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            All of the attributes needed for XML rendering are generated in this method.
            </summary>
            <param name="attributes">Attribute collection to fill.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecordCollection.ParentRow">
            <summary>
            The parent <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">GroupedRecord</see> to which this collection belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRecordCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.GridControls.GroupedRecord">GroupedRecord</see> at the specified index. 
            Note: these items are created on demand.
            </summary>
            <param name="index">The index of the GroupedRecord to retrieve.</param>
            <returns>A GroupedRecord at the specified index, or null if no item exists at that index.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DefaultGroupComparer">
            <summary>
            The class contains default comparison logic for the Outlook Group By
            feature of the WebHierarchicalDataGrid
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DefaultGroupComparer.GroupName(System.Object)">
            <summary>
            The method returns group name for specified value.
            </summary>
            <param name="value">Value to identify with a group.</param>
            <returns>Group name for the value. Null value if the grid should use default group name.</returns>
            <remarks>An example of group names cold be "Today", "Yesterday", "Last Week","Two Weeks Ago"
            etc for the DateTime values.</remarks>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DefaultGroupComparer.Equals(System.Object,System.Object)">
            <summary>
            The method determines equality of two passed in objects.
            </summary>
            <param name="x">First value to compare.</param>
            <param name="y">Second value to compare.</param>
            <returns>True if the passed in values are equal.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DefaultGroupComparer.GetHashCode(System.Object)">
            <summary>
            Returns a hash code for the specified object.
            </summary>
            <param name="obj">The System.Object for which a hash code is to be returned.</param>
            <returns>A hash code for the specified object.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedColumn">
            <summary>
            Represents a grouped column object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumn.#ctor">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumn.#ctor(System.String)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object
            </summary>
            <param name="columnKey">The column key to of the Band's column that the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> corresponds to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumn.#ctor(System.String,Infragistics.Web.UI.GridControls.GroupingSortDirection)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object
            </summary>
            <param name="columnKey">The column key to of the Band's column that the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> corresponds to.</param>		
            <param name="sortDirection">How the data will be sorted as its being grouped.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumn.ResolveGroupColumn(Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Resolves a reference to the actual data column off of a specified grid.
            </summary>
            <param name="containerGrid">Grid to resolve the column reference for.</param>
            <returns>Reference to the actual column in the grid by which it is grouped.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumn.SaveClientProperties">
            <summary>
            Serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumn.ColumnKey">
            <summary>
            Gets/sets the value of the column's key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumn.SortDirection">
            <summary>
            How the data will be sorted as its being grouped.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumn.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumn.Band">
            <summary>
            Gets the reference to the owner band
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumn.Owner">
            <summary>
            Gets the reference to the owner collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings">
            <summary>
             Column grouping settings object for the <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">grid</see>.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupingSettings">
            <summary>
            Column grouping settings object.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupingSettings.RemoveBtnImageUrl">
            <summary>
            Remove button image URL
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupingSettings.RemoveBtnImageUrlHovered">
            <summary>
            Remove button hover image URL
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupingSettings.RemoveBtnImageUrlPressed">
            <summary>
            Remove button press image URL
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.#ctor(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupingSettings">GroupingSettings</see> object
            </summary>
            <param name="band">The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> to which the object belongs.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.ShouldSerializeColumnSettings">
            <summary>
            Determines if the ColumnSettings should be serialized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.ShouldSerializeGroupedColumns">
            <summary>
            Determines of the GroupedColumns property should be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.ResolveGroupComparer(System.String)">
            <summary>
            Provides a reference to the group comparer that is currently used off the column's group setting.
            </summary>
            <param name="columnKey">Column key to resolve the comparer for.</param>
            <returns>Reference to the current group comparer.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.SaveClientProperties">
            <summary>
            Serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.TrackViewState">
            <summary>
            Overrides base class' method. Enables the view state tracking for the behavior.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">he objects to reload.</param>
            <returns>The number of objects that were loaded.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="collections">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Reads the TransactionList and repopulates the collections of the control.
            </summary>
            <param name="collections">A list of collections that were modified on the clientside</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.ResolveCssClass(System.String,System.Int32)">
            <summary>
            Resolves the CssClass that should be rendered.
            </summary>
            <param name="propertyClass">The property value of the CssClass</param>
            <param name="role">The actual role index.</param>
            <returns>A CssClass that should be rendered.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.ToString">
            <summary>
            Returns string representation of the object.
            </summary>
            <returns>String representation of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupingSettings.ProcessCallBack(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid,System.String,System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Process the callback information for the <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            that has to do with grouping
            </summary>
            <param name="whdg">The <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see></param>
            <param name="type">The name of  the action to process</param>
            <param name="actionInfo">Parameters for the action</param>
            <returns>Information on whether the callback was processed, if it wasn't null is returned.  
            This info is needed for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see> to
            render on callback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.EnableColumnGrouping">
            <summary>
            Determines if the column grouping is enabled for the band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.InitialRowExpandState">
            <summary>
            Indicates if the grouped rows are rendered as expanded or collapsed by default.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.ShowBandInGroupByArea">
            <summary>
            Indicates whether a graphical representation of the band will be shown in the group by area, when
            one or more columns are grouped.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.ColumnSettings">
            <summary>
             A collection of type ColumnGroupingSettings.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.GroupedColumns">
            <summary>
            A collection of columns by which the data is currently grouped on this band. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.GroupedRowCssClass">
            <summary>
            The name of the css class that will be applied to the row showing the group.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.GroupedColumnLabelCssClass">
            <summary>
            The name of the css class that will be applied to the clone of the column found in the grouped by area. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.GroupedBandCssClass">
            <summary>
            The name of the css class that will be applied to the element representing the band in the grouped by area.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.ShowRemoveButton">
            <summary>
            Boolean property, which is true by default.  Controls whether the RemoveButton will be shown for the grouped column headers, when the mouse is over the header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.RemoveButton">
            <summary>
            This will be an ImageButton object, when this button is clicked the grouped column to which the button belongs to will be removed from the group columns collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.GroupedRowTextMask">
            <summary>
            The mask for the text of Grouped row. Available tokens: {0} - header of the grouped column, 
            {1} - grouped value, {2} - number of grouped child rows, {3} - number of all data records in the group.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.IndentationFactor">
            <summary>
            Factor by how much to indent the next group row or data rows. Has to be
            a positive integer.  The default is 20.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.TopDragIndicatorCssClass">
            <summary>
            Gets/sets the css class used to style the top portion of the drop indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.MiddleDragIndicatorCssClass">
            <summary>
            Gets/sets the css class used to style the middle portion of the drop indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.BottomDragIndicatorCssClass">
            <summary>
            Gets/sets the css class used to style the bottom portion of the drop indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.DragMarkupCssClass">
            <summary>
            Returns/sets the css class used to style the DragMarkup.  If the default drag markup is 
            used this class will be applied in addition to the styles already applied to the header, 
            if the dragmarkup is replaced only the DragMarkupCssClass will be used.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.AscendingImageUrl">
            <summary>
            A url to the ascending order image that appears in the group by area next to the column header column.
            If nothing is assigned to the property the image with the name "igg_sortAsc.gif" from
            current Application Styling images directory is used.
            </summary>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.DescendingImageUrl">
            <summary>
            A url to the descending order image that appears in the group by area next to the column header column.
            If nothing is assigned to the property the image with the name "igg_sortDesc.gif" from
            current Application Styling images directory is used.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.AscendingImageAltText">
            <summary>
            Alternate text of the ascending order image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.DescendingImageAltText">
            <summary>
            Alternate text of the descending order image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupingSettings.EnableCellMerging">
            <summary>
            Defines whether to merge cells in a grouped column
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.#ctor(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Creates a <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings">HierarchicalGridGroupingSettings</see> object
            </summary>
            <param name="band">The band to whom the settings object belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="state">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.SaveClientProperties">
            <summary>
            Serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.EnableColumnGrouping">
            <summary>
            Determines if the column grouping is enabled for the band. In order to be able to group
            columns by dragging and dropping the column headers, the GroupAreaVisibility property
            has to be set to Visible.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.EmptyGroupAreaText">
            <summary>
            The text that is displayed in the group area before there are any grouped columns.
            This setting is global for all Bands.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.GroupAreaVisibility">
            <summary>
            Controls if the UI for grouping columns is visible. This setting is global for all Bands.
            Visible - the group area is visible 
            Hidden - the group area is not visible, but the columns can be grouped through code.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.GroupAreaCssClass">
            <summary>
            The name of the css class that will be applied to the group area (the spot where you drag a column to indicate that the data needs to be grouped by it)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.GroupByAreaLocation">
            <summary>
            Determines where the GroupArea is shown, possible values are, Top (default) or Bottom.
            This setting is global to all the bands.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.		
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.DelayLoadingClientCollections">
            <summary>
            Indicates that the client collections need to be loaded right after the LoadViewState 
            is processed for the collections.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerGridBot">
            <summary>
            The run bot for a ContainerGrid
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Creates a new ContainerGridBot
            </summary>
            <param name="iControlMain">The control main that this bot is for</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.RegisterScriptDescriptors">
            <summary>
            Registers script descriptors of the control the run bot is associated with.
            The method can be overriden to do custom descriptor registration.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.GetXAttributeString(System.String[])">
            <summary>
            Returns full XAttribute string which includes XAttribute name and its encoded value.
            </summary>
            <param name="attributes">Internal attribute/value pairs to encode in XAttribute</param>
            <returns>String representation of XAttribute and encoded value of XAttribute. Regular attribute - name pair if XAttributes are not supported.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.SaveClientProperties">
            <summary>
            Saves any additional properties to the client
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.LoadClientObjects(System.Object[])">
            <summary>
            Reloads objects from the client
            </summary>
            <param name="objects">Array of objects</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.LoadAdditionalClientState(System.Object)">
            <summary>
            Loads any additional information saved on the client
            </summary>
            <param name="state">The additional client state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridBot.TemplateInstantiated(Infragistics.Web.UI.TemplateContainer)">
            <summary>
            This is where a template container can be modified. 
            The template is already instantiated and the controls are created.
            </summary>
            <param name="tc">The template container, which contains the instance of the template controls.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridBot.Grid">
            <summary>
            A reference to the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridBot.StyleSetName">
            <summary>
            Name of the Application Styling Framework(tm) style set defining the
            themed appearance for this control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridBot.EnableEmbeddedJavaScript">
            <summary>
            Instructs the control to load its embedded Java Script. 
            </summary>
            <remarks>
            When the controls Java Script is explicitly disabled, it must be 
            loaded via the ScriptManager instance on the page.
            </remarks>>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridBot.StyleSetPath">
            <summary>
            Path containing the Application Styling Framework(tm) style set files
            for this type of control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridBot.SupportsAjaxIndicator">
            <summary>
            Returns false
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DescriptorObject">
            <summary>
            Object that is used to send the script desciptor information to the client for <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrids</see>
            when load on demand is used.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.DescriptorObject.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.DescriptorObject">DescriptorObject</see> object.
            </summary>
            <param name="hashKey">Unique hash key for the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> control
            for which the <see cref="T:Infragistics.Web.UI.GridControls.DescriptorObject">DescriptorObject</see> is being created based on the parent row.</param>
            <param name="type">Type of the target client component.</param>
            <param name="id">ID of the current System.Web.UI.ScriptComponentDescriptor instance.</param>
            <param name="name">Name of the current System.Web.UI.ScriptBehaviorDescriptor instance.</param>
            <param name="props">Client state of the control.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DescriptorObject.HashKey">
            <summary>
            Unique hash key for the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> control
            for which the <see cref="T:Infragistics.Web.UI.GridControls.DescriptorObject">DescriptorObject</see> is being created based on the parent row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DescriptorObject.Type">
            <summary>
            Type of the target client component.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DescriptorObject.Name">
            <summary>
            Name of the current System.Web.UI.ScriptBehaviorDescriptor instance.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DescriptorObject.Id">
            <summary>
            ID of the current System.Web.UI.ScriptComponentDescriptor instance.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DescriptorObject.Props">
            <summary>
            Client state of the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.DescriptorObject.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerGridCollection">
            <summary>
            Collection of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>s.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.#ctor(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridCollection">ContainerGridCollection</see>.
            </summary>
            <param name="owner">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see> to which the row islands 
            or <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>s belong </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.CreateViewStateJournal">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridViewStateJournal">ContainerGridViewStateJournal</see> to
            track collection changes
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates a new default <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>
            </summary>
            <param name="objectType">The type of object to create</param>
            <returns>Collection object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.CreateCollectionObject(System.String,System.String,System.String)">
            <summary>
            Creates a new <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> if a reference to the <see cref="T:Infragistics.Web.UI.GridControls.Band">band</see>
            with a band can be determined
            </summary>
            <param name="objectType">The type of object to create</param>
            <param name="DataMember">The <see cref="P:Infragistics.Web.UI.GridControls.Band.DataMember">DataMember</see> of the band </param>
            <param name="Key">The <see cref="P:Infragistics.Web.UI.GridControls.Band.Key">Key</see> of the band</param>
            <returns>Collection object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.Clear">
            <summary>
            Clears the collection and removes the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> from the Controls collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.Add(Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> to the collection.
            </summary>
            <param name="item">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> object to add.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.InternalInsert(System.Int32,Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Inserts the object to the underlying collection ArrayList
            </summary>
            <param name="index">Item insertion index.</param>
            <param name="collectionObject"><see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> to insert into the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.IndexOf(Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> in the collection.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> whose index to find.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.FindByDataMember(System.String)">
            <summary>
            Finds an item from the collection based on the <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.DataMember">dataMember</see> of the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>.
            </summary>
            <param name="dataMember">The DataMember value of the <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.DataMember">dataMember</see> for which to locate the object.</param>
            <returns>The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> control with the given dataMember value.  Null (Nothing) if not found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridCollection.FindByKey(System.String)">
            <summary>
            Finds an item from the collection based on the <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.Key">key</see> of the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>.
            </summary>
            <param name="key">The value of the <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.Key">key</see> for which to locate the object.</param>
            <returns>The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> control with the given key value. null (Nothing) if not found.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridCollection.Owner">
            <summary>
            The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see> to which the row islands 
            or <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>s belong
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridCollection.Item(System.String)">
            <summary>
            Gets an item from the collection based on the <see cref="P:Infragistics.Web.UI.GridControls.IBand.Key">key</see> of the ContainerGrid <see cref="P:Infragistics.Web.UI.GridControls.ContainerGrid.Band">Band</see>.
            </summary>
            <param name="bandKey">The value of the <see cref="P:Infragistics.Web.UI.GridControls.IBand.Key">key</see> for which to locate the object.</param>
            <returns>The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> control with the given band key value. Null (Nothing) if not found.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridCollection.Item(System.Int32)">
            <summary>
            Gets an item from the collection which is found at the given index.
            </summary>
            <param name="index">The zero based index of the  <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> to retrieve from the collection.</param>
            <returns> <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> at the given index</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">
            <summary>
            Represents a record or row in the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> control. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.#ctor(Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see>.
            </summary>
            <param name="owner">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> to which the row belongs.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.ShouldSerializeExpanded">
            <summary>
            Determines if Expanded property should be persisted.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.ExpandChildren">
            <summary>
            This method expands all children of this Row
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.ExpandAnscestors">
            <summary>
            This method expands all anscestor parent rows of this row
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.CollapseChildren">
            <summary>
            This method collapses all children of this Node
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.CollapseAncestors">
            <summary>
            This method collapses all anscestor parent rows of this row
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.NotifyPropertyChange">
            <summary>
            Informs the owner that the record at this index has a property changed
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.GenerateAttributes(System.Collections.Hashtable)">
            <summary>
            Ensures that certain attributes are rendered on the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see>
            </summary>
            <param name="attributes">A Hashtable of attributes that should be used in the XML rendering of the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecord.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.OwnerControl">
            <summary>
            Reference to the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see> to which <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">row</see> belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.DataPath">
            <summary>
            Sets or gets a string value representing the datapath into the data source used to popuplate the children of this item (if any).
            </summary>
            <remarks>
            Only nodes which actually have children get their DataPath property set during a data binding operation. 
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.Populated">
            <summary>
            Sets or gets a boolean value that indicates whether or not this item has been populated with children.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.IsEmptyParent">
            <summary>
            Sets or gets a boolean value that indicates whether or not this item is a parent that has yet to be populated from an Ajax request to expand the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.Level">
            <summary>
            Returns the hierarchical level of this collection object within the tree structure.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.PropCount">
            <summary>
            Returns the number of client properties managed by this object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.Expanded">
            <summary>
            Indicates whether the gird row is expanded and the row islands are visible.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.DataKey">
            <summary>
            Unique data key of the record. If the data source record does not provide one, the dta key is generated out of the record's index.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.HasRowIslands">
            <summary>
            Indicates if the row has <see cref="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.RowIslands">RowIslands</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.RowIslands">
            <summary>
            A collection of row islands or child <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">ContainerGrid</see>s .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecord.Owner">
            <summary>
            Reference back to the owner collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see>s.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection.CreateRecord">
            <summary>
            Overrides creating of the record so it participates in the grid rendering.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord"/> object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection.FromKey(System.Object[])">
            <summary>
            Locates and returns a record from the collection by its key.
            </summary>
            <param name="dataKey">Data key of the record to locate.</param>
            <returns>Record with the data key provided. Null if no record was found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection.FromIDPair(Infragistics.Web.UI.GridControls.IDPair)">
            <summary>
            Locates and returns a record by an ID pair.
            </summary>
            <param name="idPair"><see cref="T:Infragistics.Web.UI.GridControls.IDPair"/> of the record to locate.</param>
            <returns>A record with the IDPair provided. Null if no record can be found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection.ClearChildControls">
            <summary>
            Loops through all the rows and clear the rowIsland collection for each row as well
            as calls ClearTemplates() method of the base class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection.Item(System.Int32)">
            <summary>
            Gets the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see> at the specified index. 
            Note: these items are created on demand.
            </summary>
            <param name="index">The index of the ContainerGridRecord to retrieve.</param>
            <returns>A ContainerGridRecord at the specified index, or null if no item exists at that index.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection.Grid">
            <summary>
            Reference to the grid that owns the record collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRecordCollection.ControlMain">
            <summary>
            The grid that owns the record collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerGridRenderer">
            <summary>
            The class contains methods that render different parts of the <see cref="P:Infragistics.Web.UI.GridControls.ContainerGridRenderer.ContainerGrid">ContainerGrid</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridRenderer.CreateRowId">
            <summary>
            Generates a row id for the row that is currently being rendered.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridRenderer.ContainerGrid">
            <summary>
            Reference to the <see cref="P:Infragistics.Web.UI.GridControls.ContainerGridRenderer.ContainerGrid">ContainerGrid</see> to which the renderer belongs to.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerGridViewStateJournal">
            <summary>
            Keeps track of changes to the collection once viewstate tracking is on
            Changes are then played back on PostBack prior to loading ViewState
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridViewStateJournal.AddRecord(System.Int32,System.String,Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Records the change to the collection.
            </summary>
            <param name="index">Index of the item in the collection for which the change occured</param>
            <param name="Flag">The type of change that occured</param>
            <param name="collectionObject">The object in the collection for which the change occured.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridViewStateJournal.CreateCollectionObject(Infragistics.Web.UI.Framework.ObjectCollection,System.String[],System.String)">
            <summary>
            Creates an new instance of the collection object for which the view state is being tracked.
            </summary>
            <param name="objectCollection">The collection for which the journal is being kept</param>
            <param name="units">An array of strings which describe the action that was recorded by the view state journal</param>
            <param name="objectType">The collection object typy.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles">
            <summary>
            Roles defined for the ig_dataGrid.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.Control">
            <summary>
            The control role defines the frame appearance of the grid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.ExpandButtonCssClass">
            <summary>
            CSS style class that will be applied to the expand/collapse button 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.ExpandableAreaCssClass">
            <summary>
            Defines the appearance of the TD in which the RowIslands appear.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.ExpansionColumnHeaderCssClass">
            <summary>
            Defines the appearance the column header for the column in which the Expand/Collapse buttons appear.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.ExpansionColumnCssClass">
            <summary>
            Defines the appearance the column in which the Expand/Collapse buttons appear.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.ExpansionColumnFooterCssClass">
            <summary>
            Defines the appearance the column footer for the column in which the Expand/Collapse buttons appear.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupAreaCssClass">
            <summary>
            Defines the appearance the group area.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupIndentHeaderCellCssClass">
            <summary>
            Defines the appearance the group indent header th.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupIndentFooterCellCssClass">
            <summary>
            Defines the appearance the group indent footer th.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupIndentAddNewRowCellCssClass">
            <summary>
             Defines the appearance of the group indent cell for the add new row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupIndentCellCssClass">
            <summary>
            Defines the appearance the group indent td.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupedRowCssClass">
            <summary>
            Defines the appearance of the row showing the group.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupedColumnCssClass">
            <summary>
            Defines the appearance of the clone of the column found in the grouped by area 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupedColumnRightEdgeCssClass">
            <summary>
            Defines the appearance of the clone of the column's right edge found in the grouped by area 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupedColumnRightEdgeEndCssClass">
            <summary>
            Defines the appearance of the clone of the column's right edge found in the grouped by area, which appears on the end. 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupedBandCssClass">
            <summary>
            Defines the appearance of the band td in the goupred by area
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupedBandRightEdgeCssClass">
            <summary>
            Defines the appearance of the band's right edge td in the goupred by area
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.ColumnGroupingTopDragIndicator">
            <summary>
            Defines the appearance of the
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.ColumnGroupingMiddleDragIndicatorCssClass">
            <summary>
            Defines the appearance of the
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.ColumnGroupingBottomDragIndicatorCssClass">
            <summary>
            Defines the appearance of the
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.GroupedColumnLeftEdgeCssClass">
            <summary>
            Defines the appearance of the clone of the column's left edge.  This is needed for the 
            drag markup as the grouped column is being dragged around/from the grouped by area.  
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.MergedCell">
            <summary>
            The CSS class that will be applied to merged cells if top row index is odd.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.MergedCellTop">
            <summary>
            The CSS class that will be applied to the top merged cell if top row index is odd.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.MergedCellBottom">
            <summary>
            The CSS class that will be applied to the bottom merged cell if top row index is odd.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.MergedCellExpanded">
            <summary>
            Class applied to a merged cell of an expanded row and the next row (if part of merging).
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.WebHierarchicalDataGridRoles.Count">
            <summary>
            Number of roles supported by the main control of the grid.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.DescriptorObjectProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.DescriptorObject">DescriptorObject</see> object will send to the client.   
            </summary>	
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DescriptorObjectProps.HashKey">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.DescriptorObject.HashKey">DescriptorObject.HashKey</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DescriptorObjectProps.Type">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.DescriptorObject.Type">DescriptorObject.Type</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DescriptorObjectProps.Name">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.DescriptorObject.Name">DescriptorObject.Name</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DescriptorObjectProps.Id">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.DescriptorObject.Id">DescriptorObject.Id</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DescriptorObjectProps.Props">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.DescriptorObject.Props">DescriptorObject.Props</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.DescriptorObjectProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.DescriptorObject">DescriptorObject</see> 
            object will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.Visibility">
            <summary>
            Allowable values for the visibility properties
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.Visibility.Visible">
            <summary>
            Visible
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.Visibility.Hidden">
            <summary>
            Hidden
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ExpandState">
            <summary>
            Allowable values for the row expand state properties
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ExpandState.Expanded">
            <summary>
            Rows are expanded
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ExpandState.Collapsed">
            <summary>
             Rows are collapsed
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupByAreaLocation">
            <summary>
            Enumeration used for setting the location of the GroupByArea.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupByAreaLocation.Top">
            <summary>
            WebHierarchicalDataGrid will show the GroupByArea object at the top of the visible area
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupByAreaLocation.Bottom">
            <summary>
            WebHierarchicalDataGrid will show the GroupByArea object at the bottom of the visible area
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HeaderLocation">
            <summary>
            Enumeration used for setting the location of the header of data rows, when the data is grouped.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HeaderLocation.OnTop">
            <summary>
            The header row for grid data will be shown above the first group row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HeaderLocation.WithRows">
            <summary>
            The header is shown above the data rows.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettingsProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.GroupingSettings">GroupingSettings</see> object will send to the client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettingsProps.Visibility">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.GroupAreaVisibility">HierarchicalGridGroupingSettings.GroupAreaVisibility</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettingsProps.EmptyText">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettings.EmptyGroupAreaText">HierarchicalGridGroupingSettings.EmptyGroupAreaText</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.HierarchicalGridGroupingSettingsProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.GroupingSettings">GroupingSettings</see> 
            object will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ColumnGroupingSettingProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnGroupingSettingProps.Groupable">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.ColumnGroupingSetting.Groupable">ColumnGroupingSetting.Groupable</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ColumnGroupingSettingProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.ColumnGroupingSetting">ColumnGroupingSetting</see> 
            will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedColumnProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupedColumnProps.ColumnKey">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.GroupedColumn.ColumnKey">GroupedColumnProps.ColumnKey</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupedColumnProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> 
            will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BandsCountObjProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.GridControls.BandsCountObj">BandsCountObj</see> object will send to the client.   
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BandsCountObjProps.BandCnt">
            <summary>
            Enumeration value for the the <see cref="P:Infragistics.Web.UI.GridControls.BandsCountObj.Count">BandsCountObj.Count</see> property/&gt;
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.BandsCountObjProps.Count">
            <summary>
            Enumeration value for the the total number of properties that the <see cref="T:Infragistics.Web.UI.GridControls.BandsCountObj">BandsCountObj</see> 
            will send to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.EnableColumnGrouping">
            <summary>
            Settings for enabling column grouping
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EnableColumnGrouping.NotSet">
            <summary>
            Column grouping as not been specificly enabled on this band and will be resolved through 
            inheritance.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EnableColumnGrouping.Enabled">
            <summary>
            Column grouping has been enabled on the band.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.EnableColumnGrouping.Disabled">
            <summary>
            Column grouping has been disabled on the band.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupByChangeAction.Group">
            <summary>
            One or more columns is being grouped by.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupByChangeAction.Ungroup">
            <summary>
            One or more columns is being ungrouped by.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupByChangeAction.Move">
            <summary>
            A grouped column is changing it position in the grouped columns collection.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.GroupByChangeAction.ChangeSortDirection">
            <summary>
            A grouped column's sort direction is changed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents">
            <summary>
            Object used by <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see> to raise events
            for <see cref="T:Infragistics.Web.UI.GridControls.GridBehavior">behavior</see> so that a behaviors can take appropriate action.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.#ctor">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents">GridHierarchicalBehaviorEvents</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.#ctor(Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents">GridHierarchicalBehaviorEvents</see>.
            </summary>
            <param name="owner">The grid for which to create the object. </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.OnRowCollapsing(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsing">RowCollapsing</see> event.
            </summary>
            <param name="row">The row that is collapsing</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.OnRowCollapsing(Infragistics.Web.UI.GridControls.GroupedRecord)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsing">RowCollapsing</see> event.
            </summary>
            <param name="row">The row that is collapsing</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.OnShowFooterChanged(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowFooterChanged">ShowFooterChanged</see> event.
            </summary>
            <param name="band">The band for whose the ShowFooter property changed</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.OnShowHeaderChanged(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowHeaderChanged">ShowHeaderChanged</see> event.
            </summary>
            <param name="band">The band for whose the ShowHeader property changed</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.OnGroupedColumnAdded(Infragistics.Web.UI.GridControls.GroupedColumn)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAdded">GroupedColumnAdded</see> event.
            </summary>
            <param name="groupedColumn">The grouped column that was added</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.OnGroupedColumnsChanging(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChanging">GroupedColumnsChanging</see> event.
            </summary>
            <param name="band">The band whose <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumns">grouped columns</see> collection is changing </param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.Grid">
            <summary>
            Reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            for which events will be raised.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsing">
            <summary>
            The event is fired when <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">row</see> is collapsed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsingHandled">
            <summary>
            Indicates if the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsing">RowCollapsing</see> event is handled. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowFooterChanged">
            <summary>
            The event is fired when <see cref="P:Infragistics.Web.UI.GridControls.IBand.ShowFooter">ShowFooter</see> property is changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowFooterChangedHandled">
            <summary>
            Indicates if the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowFooterChanged">ShowFooterChanged</see> event is handled. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowHeaderChanged">
            <summary>
            The event is fired when <see cref="P:Infragistics.Web.UI.GridControls.IBand.ShowHeader">ShowHeader</see> property is changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowHeaderChangedHandled">
            <summary>
            Indicates if the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowHeaderChanged">ShowHeaderChanged</see> event is handled. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAdded">
            <summary>
            The event is fired when a <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">grouped column</see> is added to the 
            <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumns">grouped columns collection</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAddedHandled">
            <summary>
            Indicates if the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAdded">GroupedColumnAdded</see> event is handled. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChanging">
            <summary>
            The event is fired when <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumns">grouped columns</see> collection is changing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChangingHandled">
            <summary>
            Indicates if the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChanging">GroupedColumnsChanging</see> event is handled. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsingEventArgs">
            <summary>
            Object representing the event arguments for <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsing">RowCollapsing</see> event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsingEventArgs.#ctor(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsingEventArgs">RowCollapsingEventArgs</see>.
            </summary>
            <param name="row">Row for which the event will be raised.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsingEventArgs.Row">
            <summary>
            The row that is collapsing
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsingHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.RowCollapsing">RowCollapsing</see> event.
            </summary>
            <param name="sender">
            <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            for which events is be raised.
            </param>
            <param name="e">
            Event arguments.
            </param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowFooterChangedHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowFooterChanged">ShowFooterChanged</see> event.
            </summary>
            <param name="sender">
            <see cref="T:Infragistics.Web.UI.GridControls.IBand">Band</see>
            for which events is be raised.
            </param>		
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowHeaderChangedHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.ShowHeaderChanged">ShowHeaderChanged</see> event.
            </summary>
            <param name="sender">
            <see cref="T:Infragistics.Web.UI.GridControls.IBand">Band</see>
            for which events is be raised.
            </param>		
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAddedHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAdded">GroupedColumnAdded</see> event.
            </summary>
            <param name="sender">
            <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            for which events is be raised.
            </param>
            <param name="e">
            Event arguments.
            </param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAddedEventArgs">
            <summary>
            Object representing the event arguments for <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAdded">GroupedColumnAdded</see> event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAddedEventArgs.#ctor(Infragistics.Web.UI.GridControls.GroupedColumn)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAddedEventArgs">GroupedColumnAddedEventArgs</see>.
            </summary>
            <param name="row">Row for which the event will be raised.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnAddedEventArgs.GroupedColumn">
            <summary>
            The grouped column that was added to the collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChangingHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChanging">GroupedColumnsChanging</see> event.
            </summary>
            <param name="sender">
            <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            for which events is be raised.
            </param>
            <param name="e">
            Event arguments.
            </param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChangingInternalEventArgs">
            <summary>
            Object representing the event arguments for <see cref="E:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChanging">GroupedColumnsChanging</see> event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChangingInternalEventArgs.#ctor(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Creates an instance of <see cref="T:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChangingInternalEventArgs">GroupedColumnsChangingInternalEventArgs</see>.
            </summary>
            <param name="band">Band for which the event will be raised.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GridHierarchicalBehaviorEvents.GroupedColumnsChangingInternalEventArgs.Band">
            <summary>
            The band whose <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumns">grouped columns</see> collection is changing.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedColumns">
            <summary>
            Collection of <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.#ctor(Infragistics.Web.UI.GridControls.GroupingSettings)">
            <summary>
            Creates a new instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumns">GroupedColumns</see> object
            </summary>
            <param name="owner">The <see cref="T:Infragistics.Web.UI.GridControls.GroupingSettings">GroupingSettings</see> object that the collection belongs to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.CreateCollectionObject(System.String)">
            <summary>
            Creates an instance of the default collection object
            </summary>
            <param name="objectType">The type of object to create</param>
            <returns>A new instance of <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.Add(System.String)">
            <summary>
            Creates a <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object for the given column key
            and appends it to the collection.
            </summary>
            <param name="columnKey">Column key of the column by which to group by.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.Add(System.String,Infragistics.Web.UI.GridControls.GroupingSortDirection)">
            <summary>
            Creates a <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object for the given column key
            and appends it to the collection.
            </summary>
            <param name="columnKey">Column key of the column by which to group by.</param>
            <param name="sortDir">How the data will be sorted as its being grouped.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.Add(Infragistics.Web.UI.GridControls.GroupedColumn)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object to the collection.
            </summary>
            <param name="column"><see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object to add to the collection.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.Insert(System.Int32,Infragistics.Web.UI.GridControls.GroupedColumn)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> into to the underlying collection.
            </summary>
            <param name="index">The index at which to insert the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see>.</param>
            <param name="column"><see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> which to insert.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.Remove(Infragistics.Web.UI.GridControls.GroupedColumn)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> from the collection.
            </summary>
            <param name="item"><see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object to delete.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.Contains(Infragistics.Web.UI.GridControls.GroupedColumn)">
            <summary>
            Returns true if the collection contains the given <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object.
            </summary>
            <param name="column">The <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object to search for. </param>
            <returns>True is the object is contained in the collection, otherwise False</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.Contains(System.String)">
            <summary>
            Returns true if the collection contains a <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see>  that shares the key value with the inputted parameter.
            </summary>
            <param name="columnKey">A column key value to match with a <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn's</see> ColumnKey </param>
            <returns>True if a <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object with that key is found</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumns.InternalInsert(System.Int32,Infragistics.Web.UI.ICollectionObject)">
            <summary>
            Inserts a grouped column into the collection.
            </summary>
            <param name="index">The index to insert at</param>
            <param name="collectionObject">The grouped column to insert</param>
            <returns>The index it was inserted at</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumns.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> to retrieve from the collection.</param>
            <returns>The <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see></returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumns.Item(System.String)">
            <summary>
            Gets an item from the collection based on a key value
            </summary>
            <param name="key">The string key of the item to be found.</param>
            <returns>A <see cref="T:Infragistics.Web.UI.GridControls.GroupedColumn">GroupedColumn</see> object with the ColumnKey value passed in, null otherwise.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.WHDG_CallBackAction">
            <summary>
            This object is used to communicated which callback action was proccessed for the WHDG.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.WHDG_CallBackAction.#ctor(System.Int32,System.String)">
            <summary>
            Creates a new <see cref="T:Infragistics.Web.UI.GridControls.WHDG_CallBackAction"/>
            </summary>
            <param name="action">The action involved in the callback</param>
            <param name="bandAddress">The band involved in the callback</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WHDG_CallBackAction.Action">
            <summary>
            The action involved in the callback
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.WHDG_CallBackAction.BandAddress">
            <summary>
            The band involved in the callback
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HierarchicalBehaviorAttribute">
            <summary>
            Custom attribute used to indicate if a <see cref="T:Infragistics.Web.UI.GridControls.GridBehavior">behavior</see> can be added to <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalBehaviorAttribute.#ctor(System.Boolean)">
            <summary>
            Creates a new <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalBehaviorAttribute"/> instance.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalBehaviorAttribute.IsHierarchical">
            <summary>
            Gets or sets a value indicating whether behavior is hierarchical or not 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HierarchicalGridBot">
            <summary>
            A RunBot class designed to take care of rendering/styling of the WebHierarchicalDataGrid control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalGridBot">HierarchicalGridBot</see>
            </summary>
            <param name="controlMain">The WebControl that the HierarchicalGridBot should help out.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.AppStyleInfo">
            <summary>
            This is where a control will set up its <see cref="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.AppStyleInfo">AppStyleInfo</see> object.		 
            </summary>
            <returns>A new AppStyleInfo object. </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.CreateStyleBot">
            <summary>
            Instantiate a <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalGridStyleBot">HierarchicalGridStyleBot</see>
            </summary>
            <returns>An instance of <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalGridStyleBot">HierarchicalGridStyleBot</see></returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"><see cref="T:System.Web.UI.ScriptBehaviorDescriptor">ScriptBehaviorDescriptor</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.RegisterScriptDescriptors">
            <summary>
            Registers script descriptors of the control the <see cref="T:Infragistics.Web.UI.GridControls.HierarchicalGridBot">HierarchicalGridBot</see> is associated with.
            The method can be overriden to do custom descriptor registration.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.SaveClientProperties">
            <summary>
            Serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">he objects to reload.</param>
            <returns>The number of objects that were loaded.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.LoadClientStateForBands">
            <summary>
            Loaded the bands collection from the client state.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.PreLoadAdditionalClientState(System.Object)">
            <summary>
            This is where the move and resize actions are processed
            </summary>
            <param name="state">Any additional information that an object may need to pass to the server.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBot.LoadAdditionalClientState(System.Object)">
            <summary>
            This is where grouping actions are processed.  This is deferred.
            </summary>
            <param name="state">Any additional information that an object may need to pass to the server.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridBot.Grid">
            <summary>
            A reference to the <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see> control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridBot.SupportsAjaxIndicator">
            <summary>
            Returns true
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridBot.DeferLoadPostDataProcessing">
            <summary>
            Determines if the loading of postback data should be deferred until a later point when
            the object model is properly restored.  This situaion occurs when no ViewState is present 
            and the control must databind first in order to populate the object model.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerGridClientEvents">
            <summary>
            ClientEvents used by the ContainerGrid and WebHierarchicalDataGrid control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.#ctor(Infragistics.Web.UI.GridControls.ContainerGrid,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridClientEvents">ContainerGridClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState">Indicates the new instance to track its view state</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.Populating">
            <summary>
            Event fired when the grid initiates a request for child row islands.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.Populated">
            <summary>
            Event fired when the grid receives a response and inserts HTML for child row islands.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.RowExpanding">
            <summary>
            Event fired when the grid's row is about to expand.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.RowExpanded">
            <summary>
            Event fired when the grid's row is expanded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.RowCollapsing">
            <summary>
            Event fired when the grid's row is about to collapse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.RowCollapsed">
            <summary>
            Event fired when the grid's row is collapsed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.GroupedRowExpanding">
            <summary>
            Event fired when the grid's GroupedRow is about to expand.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.GroupedRowExpanded">
            <summary>
            Event fired when the grid's GroupedRow is expanded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.GroupedRowCollapsing">
            <summary>
            Event fired when the grid's GroupedRow is about to collapse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.GroupedRowCollapsed">
            <summary>
            Event fired when the grid's GroupedRow is collapsed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.GroupedColumnsChanging">
            <summary>
            Event fired when the bands GroupedColumns collection is about to change.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerGridClientEvents.GroupedColumnsChanged">
            <summary>
            Event fired when the bands GroupedColumns collection has changed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HierarchicalGridBindingManager">
            <summary>
            HierarchicalGridBindingManager is class responsible for managing the data binding
            process of the WebHierarchicalDataGrid control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.HierarchicalBindingManager">
            <summary>
            The HierarchicalBindingManager is base class responsible for coordinating and managing the data binding
            process of Hierarchical data bound controls.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataBindingManager">
            <summary>
            The DataBindingManager base class is responsible for coordinating and managing the data binding
            process.  It stores and maintains the collection of WebBinding objects that
            determine which columns or properties in the data source objects are bound to the
            various properties of the control object model.
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.#ctor(System.Web.UI.WebControls.WebControl)">
            <summary>
            Constructor for the DataBindingManager.
            </summary>
            <param name="control">The control object which owns this DataBindingManager.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.DataBind(System.Object)">
            <summary>
            Carries out the DataBind operation on behalf of the control.  This method is called by the owning control when a data bind operation
            is required.  The type parameter indicates which type of data is being bound.
            </summary>
            <param name="dataSource">The DataSource object to which the control is binding.</param>
            <param name="type">The type of data source represented by the DataSource control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.CreateDataBindingBot(System.Web.UI.WebControls.WebControl,System.Object,Infragistics.Web.UI.DataSourceType)">
            <summary>
            Virtual method for creating a DataBindingBot object which will be used to carry out the actual data binding operation.  The type of DataBot created by this method is based on the DataSourceType.  Derived classes may override this method to create DataBots of 
            different kinds depending on other aspects of the dataSource or dataSourceType parameters.
            </summary>
            <param name="control"></param>
            <param name="dataSource"></param>
            <param name="type"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.PopulateDataBindings">
            <summary>
            Virtual method called during a databinding operation to notify the DataBindingManager that databindings must be populated in order for databinding to proceed.  If the developer/user has added one or more bindings to the DataBindings collection, then these bindings should suffice.  If the developer/user has not added any bindings to the control.DataBindings collection, then a default one must be created and added to the DataBindingManager.WebBindings collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.GetDefaultBinding">
            <summary>
            
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.CreateDataSourceSelectArguments">
            <summary>
            Virtual method used to notify the control that it should create DataSourceSelectArguments at the present time.  These arguments are used by AccessDataSourceControls and SqlDataSourceControls to pass sorting criteria and other parameters to the data provider.
            </summary>
            <returns>Returns a DataSourceSelectArgument representing selection criteria.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.CreateCollection(Infragistics.Web.UI.IDataObject)">
            <summary>
            Called by DataBots when an object collection needs to be created in order to be filled
            by the DataBind operation.
            </summary>
            <remarks>This method normally passes on the request to the owner control which will create the
            actual object on behalf of the DataBindingManager</remarks>
            <param name="parent">An IDataObject representing the parent or owner of the collection that is
            to be created.</param>
            <returns>Returns an IList collection which can be used to Add objects in turn as they are bound
            to the data source.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.CreateWebObject(System.Collections.IList)">
            <summary>
            Called by DataBots when an object needs to be created in order to accept data from the the DataBind operation.  The object created will belong to the control and will store the data from the datasource in order to be used in the rendering phase.
            </summary>
            <remarks>This method normally passes on the request to the owner control which will create the actual object on behalf of the DataBindingManager.</remarks>
            <param name="collection">The collection to which the object will belong.</param>
            <returns>Returns an object that will be bound to and accept data from the data source.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBindingManager.CreateRootObject">
            <summary>
            Called by DataBots to create the single root object of a hierarchical data binding operation.
            </summary>
            <returns>Returns the top-most and unique root object to which further objects will be bound.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataBindingManager.RootWebObject">
            <summary>
            Represents the top-most WebObject of the object model.  Since hierarchical databinding is based on a single rooted hierarchy, this object represents the top-most node in the hierarchy.  Since most controls can contain multiple items at the root level, the RootWebObject represents the parent of the root level items.  This structure is similar to that of an xml file where a single root element is required.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataBindingManager.DesignMode">
            <summary>
            Indicates the design mode of the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataBindingManager.MaxDataBindDepth">
            <summary>
            Sets or gets the maximum depth for which databinding will apply.  This property is only valid for hierarchical data binding.  Once the maximum depth is reached, no further children are bound.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalBindingManager.PopulateDataBindings">
            <summary>
            Called to create the needed Binding objects if non have been created already.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.HierarchicalBindingManager.GetDefaultBinding">
            <summary>
            Returns a default binding when the user has not specified one.
            </summary>
            <returns>The Default DataBinding object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBindingManager.GetRowIslandsData(System.Web.UI.IHierarchicalEnumerable)">
            <summary>
            Iterates through all the items in the hierarchical enumerable and returns a dictionary 
            containing separate List of data for each data member.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBindingManager.BindChildren(Infragistics.Web.UI.GridControls.ContainerGridRecord,System.Web.UI.IHierarchicalEnumerable,System.Int32)">
            <summary>
            Binds the child row islands for a given row.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBindingManager.BindGrid(Infragistics.Web.UI.GridControls.ContainerGrid,System.Object,System.Int32)">
            <summary>
            Binds the specified ContainerGrid and its children.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBindingManager.GetHierarchicalEnumerable(Infragistics.Web.UI.IHierarchicalDataObject,System.Object)">
            <summary>
            Retrieves hierarchical data from the given data source depending on the specified root object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBindingManager.BindRowChildren(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Binds row children, usually used when data is loaded on demand.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBindingManager.BindRowIsland(Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Data binds the specified row island. Usually used by the ContainerGrid to 
            data bind itself on operations like paging, sorting, etc.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridBindingManager.GetDataByDataMember(System.String,System.Web.UI.IHierarchicalEnumerable)">
            <summary>
            Extracts data from hierarchical enumerable for a specified data member.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridEnumDataBot.GetEmptyData(System.String)">
            <summary>
            Returns an empty list of the appropriate object, rather than an empty list of IHiearchyData
            </summary>
            <param name="dataPath"></param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HierarchicalGridRenderer">
            <summary>
            The class contains methods that render different parts of the <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Main rendering method for WebHierarchicalDataGrid
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HierarchicalGridRenderer.Grid">
            <summary>
            Reference to the hierarchical grid to which the render belows.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HierarchicalGridStyleBot">
            <summary>
            Performs much of the Application Styling Framework(tm) logic for <see cref="T:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid">WebHierarchicalDataGrid</see>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridStyleBot.#ctor(System.Web.UI.Control,Infragistics.Web.UI.IProvideAppStyling)">
            <summary>
            The constructor accepts the control reference it should register with.
            </summary>
            <param name="control">
            Control to register with.
            </param>
            <param name="iProvideAppStyling">Reference to the controls implementation of <see cref="T:Infragistics.Web.UI.IProvideAppStyling">IProvideAppStyling interface </see>.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HierarchicalGridStyleBot.RegisterExtraCssLinkFiles">
            <summary>
            Registers extra css files.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventHandler">
            <summary>
            Delegate for GroupedColumnsChanging event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventArgs">
            <summary>
            Event arguments for events that can be handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventArgs.#ctor(Infragistics.Web.UI.GridControls.IBand,Infragistics.Web.UI.GridControls.GroupByChangeAction,Infragistics.Web.UI.GridControls.GroupedColumn[],System.Int32)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
            <param name="band">The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> whose GroupedColumns collection will be changing.</param>
            <param name="action">The type of change that will occur.</param>		
            <param name="effectedColumns">The grouped columns that will participate in the change.</param>
            <param name="newIndex">When the action that this event is being raised for is Move, this is the new index the column is going to be moved to.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventArgs.Band">
            <summary>
            Reference to the band whose GroupedColumns collection will be changing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventArgs.Action">
            <summary>
            The type of change that will occur.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventArgs.EffectedColumns">
            <summary>
            The grouped columns that will participate in the change.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventArgs.GroupedColumns">
            <summary>
            The grouped columns of the band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventArgs.NewIndex">
            <summary>
            When the <see cref="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangingEventArgs.Action"> action</see> that this event is being raised for is Move, this method will return
            the new index the column is going to be moved to.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedColumnsChangedEventHandler">
            <summary>
            Delegate for GroupedColumnsChanged event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedColumnsChangedEventArgs">
            <summary>
            Event arguments for events that can be handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedColumnsChangedEventArgs.#ctor(Infragistics.Web.UI.GridControls.IBand,Infragistics.Web.UI.GridControls.GroupByChangeAction)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
            <param name="band">The <see cref="T:Infragistics.Web.UI.GridControls.IBand">band</see> whose GroupedColumns collection has changed.</param>
            <param name="action">The type of change that has occured.</param>		
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangedEventArgs.Band">
            <summary>
            Reference to the band whose GroupedColumns collection has changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangedEventArgs.Action">
            <summary>
            The type of change that has occured.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedColumnsChangedEventArgs.GroupedColumns">
            <summary>
            The grouped columns of the band.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowIslandEventHandler">
            <summary>
            Delegate for RowIsland related events.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RowIslandEventArgs">
            <summary>
            Event arguments for events that can be handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.RowIslandEventArgs.#ctor(Infragistics.Web.UI.GridControls.ContainerGrid)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
            <param name="RowIsland">Reference to the <see cref="T:Infragistics.Web.UI.GridControls.ContainerGrid">row island</see> for which the event if to be raised.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.RowIslandEventArgs.RowIsland">
            <summary>
            Reference to the grid object associated with the event.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerRowEventHandler">
            <summary>
            Delegate for <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see> related events.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerRowEventArgs">
            <summary>
            Event arguments for events that can be handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerRowEventArgs.#ctor(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
            <param name="row">The row that is being effected.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerRowEventArgs.Row">
            <summary>
            Reference to the grid object associated with the event.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerRowCancelEventHandler">
            <summary>
            Delegate for cancelable <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">ContainerGridRecord</see> related events.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.ContainerRowCancelEventArgs">
            <summary>
            Event arguments for events that can be handled.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.ContainerRowCancelEventArgs.#ctor(Infragistics.Web.UI.GridControls.ContainerGridRecord)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
            <param name="row">The <see cref="T:Infragistics.Web.UI.GridControls.ContainerGridRecord">row</see> for which the event was raised.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.ContainerRowCancelEventArgs.Row">
            <summary>
            Reference to the grid object associated with the event.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.RecreateBandTemplatesEventHandler">
            <summary>
            Delegate for the <see cref="!:WebHierarchicalDataGrid.BandViewStateLoaded"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>		
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.InitializeBandEventHandler">
            <summary>
            Delegate for the <see cref="E:Infragistics.Web.UI.GridControls.WebHierarchicalDataGrid.InitializeBand"/> event.
            </summary>
            <param name="sender">Sender of the event.</param>
            <param name="e">Event arguments for the event.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BandEventArgs">
            <summary>
            Initializes a new instance of the BandEventArgs class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.BandEventArgs.#ctor(Infragistics.Web.UI.GridControls.IBand)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BandEventArgs.Band">
            <summary>
            Reference to the Band object associated with the event.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedRowInitializedEventHandler">
            <summary>
            Delegate for GroupedRowInitializedEvent.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.GroupedRowEventArgs">
            <summary>
            Event arguements for GroupedRowInitializedEvent.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.GroupedRowEventArgs.#ctor(Infragistics.Web.UI.GridControls.GroupedRecord)">
            <summary>
            Initializes the object with the originating event arguments.
            </summary>
            <param name="row">The grouped row for which the event is being raised</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.GroupedRowEventArgs.GroupedRow">
            <summary>
            The grouped row for which the event is being raised.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.BandsCountObj">
            <summary>
            This is an Interger object which inherites from ObjectBase so it can be treated as a ClientObject
            and can help restore the Bands count in the LoadClientObjects stage.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BandsCountObj.Count">
            <summary>
            The number of bands in the collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.BandsCountObj.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.IRenderable">
            <summary>
            Interface helps to output directly to stream
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IRenderable.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            If an element supports rendering this method should be implemented
            </summary>
            <param name="stream">
            Direct output stream
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.IRenderable.RenderInner(System.Web.UI.HtmlTextWriter)">
            <summary>
            Inner part of the element is rendered here
            </summary>
            <param name="stream">
            Direct stream output
            </param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.XPathDataNavigator">
            <summary>
            Provides XPath navigation for the data of the grid.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.#ctor(Infragistics.Web.UI.GridControls.IXPathDataNavigable)">
            <summary>
            Creates a data navigator with a current object.
            </summary>
            <param name="current">
             The object can be of types: RowsCollectio, UltraGridRow, UltraGridCell.
            </param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.Clone">
            <summary>
            Clones the navigator object.
            </summary>
            <returns>
            New navigator object pointing to the sane current node.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.GetAttribute(System.String,System.String)">
            <summary>
            Gets an attribute off the node that is being navigated by its name and namespace URI.
            </summary>
            <param name="localName">Name of the attribute to return.</param>
            <param name="namespaceURI">Namespace URI of the attribute.</param>
            <returns>Attribute that corresponds to the name and namespace URI provided. Empty string if no such an attribute is found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.GetNamespace(System.String)">
            <summary>
            Returns the value of the namespace node corresponding to the specified local name.
            </summary>
            <param name="name">The local name of the namespace node.</param>
            <returns>A String that contains the value of the namespace node; String.Empty if a matching namespace node is not found, or if the XPathNavigator is not positioned on an element node.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.IsSamePosition(System.Xml.XPath.XPathNavigator)">
            <summary>
            Defines if provided navigator is at the same position.
            </summary>
            <param name="other">
            Navigator to compare position with.
            </param>
            <returns>
            True if two navigators are at the same position.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveTo(System.Xml.XPath.XPathNavigator)">
            <summary>
            Moves current node to the same position as provided in the passed in navigator
            </summary>
            <param name="other">
            Navigator to synchronize positions with.
            </param>
            <returns>
            True if positions were successfully synchronized.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToAttribute(System.String,System.String)">
            <summary>
            Moves to an attribute in the current node
            </summary>
            <param name="localName">
            Name of the attribute.
            </param>
            <param name="namespaceURI">
            Namespace of the attribute.
            </param>
            <returns>
            True if the attribute exists.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToFirst">
            <summary>
            Moves current node to the first sibling.
            </summary>
            <returns>
            True if the current node was successfully moved. False if the current node is the first sibling.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToFirstAttribute">
            <summary>
            Moves to the first attribute of the current node.
            </summary>
            <returns>
            True if successfully moved. False if the node has no attributes or the first attribute is already current.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToFirstChild">
            <summary>
            Moves to the first child of the current node.
            </summary>
            <returns>
            True if successfully moved.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope)">
            <summary>
            Moves the XPathNavigator to the first namespace node that matches the XPathNamespaceScope specified.
            </summary>
            <param name="namespaceScope">An XPathNamespaceScope value describing the namespace scope.</param>
            <returns>Returns true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToId(System.String)">
            <summary>
            Moves to the node that has an attribute of type ID whose value matches the specified String.
            </summary>
            <param name="id">A String representing the ID value of the node to which you want to move.</param>
            <returns><em>true</em> if the XPathNavigator is successful moving; otherwise, <em>false</em>. If <em>false</em>, the position of the navigator is unchanged.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToNamespace(System.String)">
            <summary>
            Moves the XPathNavigator to the namespace node with the specified namespace prefix.
            </summary>
            <param name="name">The namespace prefix of the namespace node.</param>
            <returns><em>true</em> if the XPathNavigator is successful moving to the specified namespace; <em>false</em> if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If <em>false</em>, the position of the XPathNavigator is unchanged.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToNext">
            <summary>
            Moves to next sibling of the current node.
            </summary>
            <returns>
            True if moved successfully.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToNextAttribute">
            <summary>
            Moves to the next attribute of the current node.
            </summary>
            <returns>
            True if the move was successful.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope)">
            <summary>
            Moves the XPathNavigator to the next namespace node matching the XPathNamespaceScope specified.
            </summary>
            <param name="namespaceScope">An XPathNamespaceScope value describing the namespace scope.</param>
            <returns>Returns <em>true</em> if the XPathNavigator is successful moving to the next namespace node; otherwise, <em>false</em>. If <em>false</em>, the position of the XPathNavigator is unchanged.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToParent">
            <summary>
            Moves to the parent node.
            </summary>
            <returns>
            True if the move was successful.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToPrevious">
            <summary>
            Moves to the previous sibling of the current node.
            </summary>
            <returns>
            True if moved successfully.
            </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.MoveToRoot">
            <summary>
            Moves to the root node of the current node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathDataNavigator.WriteOuterXml(System.IO.TextWriter)">
            <summary>
            
            </summary>
            <param name="stream"></param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.Current">
            <summary>
            Current object of the navigator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.AttributeIndex">
            <summary>
            Current attribute index of the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.BaseURI">
            <summary>
            Base URI of the grid. To distinguish "our" data.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.HasAttributes">
            <summary>
            Shows if the current node has attributes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.HasChildren">
            <summary>
            Shows if current node has chidldren.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.IsEmptyElement">
            <summary>
            Indicates if the current node is empty. All grid's data nodes are usually not empty.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.LocalName">
            <summary>
            Local representation of the current node with no prefix and no namespace.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.Name">
            <summary>
            Full name of the current node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.NamespaceURI">
            <summary>
            URI of the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.NameTable">
            <summary>
            Name table associated with the implemetation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.NodeType">
            <summary>
            Type of current node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.Prefix">
            <summary>
            Prefix of the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.Value">
            <summary>
            Value of the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.XmlLang">
            <summary>
            Xml language.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathDataNavigator.OuterXml">
            <summary>
            Text representation of the XPathDataNavigator's data.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.XpathGenerateAttributes">
            <summary>
            Type of the methods that generate XML rendering node attributes.
            </summary>
            <param name="xpathAttributes">Attributes collection to fill.</param>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.XPathNavigableText">
            <summary>
            The class represents a text XML rendering node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathNavigableText.#ctor(Infragistics.Web.UI.GridControls.IXPathDataNavigable,System.String)">
            <summary>
            Initializes the object with its parent and value.
            </summary>
            <param name="parent">Reference to the node's parent node.</param>
            <param name="textValue">Text value of the node.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathNavigableText.GetNodeType">
            <summary>
            Overrides type of the XML rendering node.
            </summary>
            <returns>It is <i>XPathNodeType.Text</i> for the text XML node.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathNavigableText.SetValue(System.String)">
            <summary>
            Modifies text value of the node.
            </summary>
            <param name="textValue">New text value to set.</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathNavigableText.Value">
            <summary>
            Text value of the XML rendering node.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.XPathGridRoot">
            <summary>
            Root Xml node. That's where it all starts.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridRoot.#ctor(Infragistics.Web.UI.GridControls.BaseGrid)">
            <summary>
            Initializes the root node with the reference to the grid.
            </summary>
            <param name="grid">Reference to the grid.</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridRoot.GenerateAttributes">
            <summary>
            Attributes collection is empty for the root.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.XPathGridRoot.GetFirstChild">
            <summary>
            First child of the root is always the grid itself.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathGridRoot.LocalName">
            <summary>
            The root has no name.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.XPathGridRoot.HasChildren">
            <summary>
            Yes it always has children.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.HierarchicalObjectCollection">
            <summary>
            This class encapsulates the functionality of managing a collection of objects that are part of 
            a series of collections arranged in a tree structure.
            The class exposes a series of methods that serve to abstract the basic collection operations to allow
            for collection manipulation independant of the concrete classes that are derived from it.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.CreateCollectionObject(System.String)">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            Creates a collection object based on an object type identifier.  This method is called by the LoadViewState method to
            create objects of the appropriate type as view state is reloaded.
            </summary>
            <param name="objectType">The type of the collection object to be created as determined by the string identifier.</param>
            <returns>Returns an object that implements ICollectionObject.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.CreateItem">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            Factory method called when an object for the collection needs to be created.  The default implementation calls
            the main object factory of HierarchicalDataBoundControlMain where the call is routed to the most derived control
            class which determines the type of item to create for the collection.
            </summary>
            <returns>A HierarchicalUIObject of the appropriate type.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.Add">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            A generic method used to add an item derived from HierarchicalUIObject to the collection.  This method first calls
            the CreateItem method which routes the call to the main control where the appropriate object type is created.  This object
            is then added to the collection.
            </summary>
            <returns>A HierarchicalUIObject of the appropriate type.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.Move(Infragistics.Web.UI.Framework.HierarchicalUIObject,System.Int32)">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            This method moves the specified item within the collection from it's current position to the position specified
            by the index parameter.  The movement of the item is tracked by the framework so that it can be re positioned each time
            a page post back occurs.
            </summary>
            <param name="item">A reference to the item to be moved.</param>
            <param name="index">The new position index for the item being moved.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.Insert(System.Int32)">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            A generic method used to insert an item derived from HierarchicalUIObject to the collection.  This method first calls
            the CreateItem method which routes the call to the main control where the appropriate object type is created.  This object
            is then inserted into the collection at the specified index.
            </summary>
            <param name="index">The position index where the newly created item will be inserted.</param>
            <returns>A HierarchicalUIObject of the appropriate type.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.Remove(Infragistics.Web.UI.Framework.HierarchicalUIObject)">
            <summary>
            Removes the specified item from the collection
            </summary>
            <param name="item">A reference to the item to be removed.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.OnInsertComplete(System.Int32,System.Object)">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            Called by the framework when an object has been inserted, or added, to the collection.
            This method ensures that the inserted object has the appropriate owner assigned to it.
            </summary>
            <param name="index">The index at which the object was inserted.</param>
            <param name="insertedItem">A reference to the object that was inserted.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the HierarchicalUIObject within the collection that corresponds to the supplied index.
            </summary>
            <param name="index">The integer offset for the object within the collection to be deleted</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.HierarchicalDataBoundControlMain">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            This property gets a reference to the ControlMain object that ownes this collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.Owner">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            Each HierarchicalObjectCollection is owned by a HierarchicalUIObject.  For example, a Nodes collection in a Tree is owned
            by a particular Node.   The owner Node is then the Parent of each Node within the HierarchicalObjectCollection.
            The nodes at the root level of the tree are owned by a hidden Owner which is also referred to as the RootItem.  In this
            way, the tree of HierarchicalObjectCollections is referred to as being single rooted.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalObjectCollection.Item(System.Int32)">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            Indexer for the HierarchicalObjectCollection
            </summary>
            <param name="index">The integer offset for the requested object within the collection</param>
            <returns>The HierarchicalUIObject that corresponds to the supplied index.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.RootItem">
            <summary>
            This class is used as a container for the Topmost Items collection in an object hierarchy.  
            There is only one of these created for each HierarchicalDataBoundControl.  This object automatically gets created
            by the control at initialization so that the actual hierarchical items can be hung off of it.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.HierarchicalUIObject">
            <summary>
            This class serves as the base class for items that are contained in a hierarchical tree structure and which are
            also data bound.
            The properties that relate to Hierarchical items are:
            HierarchicalDataBoundControlMain
            Index
            Level
            FullAddress
            ParentItem
            Owner
            InnerItems
            HasChildren
            
            The properties that relate to DataBindings are:
            DataPath
            Populated
            DataItem
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalUIObject.IsAncestorOf(Infragistics.Web.UI.Framework.HierarchicalUIObject)">
            <summary>
            This method returns a boolean value that indicates if the object is an ancestor of the item passed in.
            </summary>
            <param name="item">Reference to the item that might be a descendant of this.</param>
            <returns>true if this is an ancestor of the passed in item.  False otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalUIObject._isAncestorOf(Infragistics.Web.UI.Framework.HierarchicalUIObject,Infragistics.Web.UI.Framework.HierarchicalUIObject)">
            <summary>
            Helper method for IsAncestorOf method
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalUIObject.IsDescendantOf(Infragistics.Web.UI.Framework.HierarchicalUIObject)">
            <summary>
            This method returns a boolean value that indicates if the object is a descendant of the item passed in.
            </summary>
            <param name="item">Reference to the item that might be an ancestor of this.</param>
            <returns>true if this object is a descendant of the passed in item.  False otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.HierarchicalUIObject.InitializeReferences(Infragistics.Web.UI.Framework.ObjectCollection,System.Web.UI.WebControls.WebControl,System.Object)">
            <summary>
            Used by Control Developers only
            Allows external assemblies to access the internal initializer for objects that have child collections.
            </summary>
            <param name="collection">The ObjectCollection to be initialized</param>
            <param name="control">The ControlMain object associated with the collection</param>
            <param name="owner">The owner object of the collection</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.DataPath">
            <summary>
            Sets or gets a string value representing the datapath into the data source used to popuplate the children of this item (if any).
            </summary>
            <remarks>
            Only nodes which actually have children get their DataPath property set during a data binding operation. 
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.Populated">
            <summary>
            Sets or gets a boolean value that indicates whether or not this item has been populated with children.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.IsEmptyParent">
            <summary>
            Sets or gets a boolean value that indicates whether or not this item is a parent that has yet to be populated from an Ajax request to expand the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.HierarchicalDataBoundControlMain">
            <summary>
            Returns a reference to the primary control that owns this collection object
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.Index">
            <summary>
            Returns the index of this collection object within its owning collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.Level">
            <summary>
            Returns the hierarchical level of this collection object within the tree structure.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.FullAddress">
            <summary>
            Returns a delimited string representation of this collection object within the tree structure.  Each
            object in the tree is thereby uniquely identified using a unique string representation.
            For example, "0.0" represents the first child of the first item in the tree.  "1.1" represents the second child of the
            second item in the tree and so forth.  "1.2.3" represents the fourth child of the third child of the second item in the tree.
            The FullAddress property is used to link data to items in the tree on the client and syncronizing such changes across post backs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.ParentItem">
            <summary>
            Returns a reference to the Parent of this item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.Owner">
            <summary>
            Returns a reference to the collection that owns this object
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.InnerItems">
            <summary>
            Contains the inner implementation of the Items collection for an item.  The derived class
            can expose or not expose an Items or Nodes collection as it sees fit based on this
            inner collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.HasChildren">
            <summary>
            Returns a boolean value that indicates if this object has children within the tree hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.InnerItemsInitialized">
            <summary>
            Returns a boolean value that indicates if the inner items collection has been initialized.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.HierarchicalUIObject.PropCount">
            <summary>
            Returns the number of client properties managed by this object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.RootItem.#ctor(Infragistics.Web.UI.Framework.Data.HierarchicalDataBoundControlMain)">
            <summary>
            Creates the RootItem object and sets a reference to the owning control.  
            </summary>
            <param name="hierarchicalDataBoundControlMain">Reference to the owning control.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RootItem.HierarchicalDataBoundControlMain">
            <summary>
            Reference to the owning control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RootItem.FullAddress">
            <summary>
            Overrides the FullAddress property of HierarchicalUIObject to return an empty string as the root item is only a container of the
            root items collections.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.RootItem.Level">
            <summary>
            Overrides the level property of HierarchicalUIObject to always return 0.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.GridControls.HeaderLayout">
            <summary>
            Collection of columns used for generating the XML for rendering the grid's header when multi-header columns are 
            present.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.#ctor(Infragistics.Web.UI.GridControls.BaseGrid,System.Int32)">
            <summary>
            Constructor for <see cref="T:Infragistics.Web.UI.GridControls.HeaderLayout"/>
            </summary>
            <param name="grid"></param>
            <param name="size"></param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.GetGridField(System.String)">
            <summary>
            Finds and returns the field for the given key from the <see cref="T:Infragistics.Web.UI.GridControls.HeaderLayout"/> collection
            </summary>
            <param name="columnKey">The key for whose field to search</param>
            <returns>The field for the corresponding key</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.GetHeaderCaption(System.String)">
            <summary>
            Finds and returns the header caption for the given key from the <see cref="T:Infragistics.Web.UI.GridControls.HeaderLayout"/> collection
            </summary>
            <param name="columnKey">The key for whose header caption to search</param>
            <returns>The header caption for the corresponding key</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.GetHeaderCaptionCollectionAt(System.Int32)">
            <summary>
            Returns the header caption collection for the given index
            </summary>
            <param name="index">Index or level of the row of the header caption collection</param>
            <returns>The located header caption collection</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.LoadVisibleIndeciesFromClient">
            <summary>
            Loads the VisibleIndex property for the <see cref="P:Infragistics.Web.UI.GridControls.WebDataGrid.ColumnsInternal"/> from the client
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.SaveRenderedIndex(System.String,System.Int32)">
            <summary>
            Save the passed in index in an array to later be used to restore it when client state loads
            </summary>
            <param name="columnKey">The key of the column</param>
            <param name="index">The index to store</param>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.GetOriginalColumnIndex(System.String)">
            <summary>
             Retrieves the visible index of the column which it had prior to rendering
            </summary>
            <param name="columnKey">Column key for whose index to retrieve</param>
            <returns>VisibleIndex of the column </returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.SaveViewState">
            <summary>
            Saves the view state
            </summary>
            <returns>The view state</returns>
        </member>
        <member name="M:Infragistics.Web.UI.GridControls.HeaderLayout.LoadViewState(System.Object)">
            <summary>
            Loads the view state of the object
            </summary>
            <param name="state">The view state</param>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HeaderLayout.Count">
            <summary>
            The total number of header rows
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HeaderLayout.Item(System.Int32)">
            <summary>
            Returns the field header layout collection for the given index
            </summary>
            <param name="index">Index or level of the row of the header collection</param>
            <returns>The collection at the given index</returns>
        </member>
        <member name="P:Infragistics.Web.UI.GridControls.HeaderLayout.Grid">
            <summary>
            Returns reference to the Grid who owns this collection
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.AJAXContentPane">
            <summary>
            ContentPane which has AJAX options.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.ContentPane">
            <summary>
            Class used as container of properties for content panes.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.LayoutPane">
            <summary>
            Control used for layout/content panes.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.CollectionControlObject">
            <summary>
            This class represents a WebControl object that is a member of a collection of objects.  The collection of objects would
            be derived from the ObjectCollection base class so the two classes work together to carry out collection related tasks.
            For the CollectionControlObject, these tasks include providing and maintaining the Owner ObjectCollection as well as calling the OnAddedToCollection a
            and OnRemovedFromCollection overrides to notify the object when these events occur.
            This class derives from ControlObject so that base class maintains ViewState for the object.
            The ID property of this class overrides the ID property to prevent it from being set because for Templates, the ID must be managed by the framework.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.ControlObject">
            <summary>
            This class forms the base for objects which need to derive from WebControl.
            It implements templating support, viewstate getters and setters, clientstate support as well as support for uiFlags.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.#ctor">
            <summary>
            Constructor creates a StateBot to manage ViewState for the object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.#ctor(System.Boolean)">
            <summary>
            Create WebObjectBase with required value of isTrackingViewState
            </summary>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.Int32,System.String)">
            <summary>
            Obtains a property value from ClientState based on the string id define as a constant in the derived class.
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.Int32,System.Int32)">
            <summary>
            Obtains a property value from ClientState based on the string id define as a constant in the derived class.
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.Int32,System.Double)">
            <summary>
            Obtains a property value from ClientState based on the string id define as a constant in the derived class.
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.Int32,System.Boolean)">
            <summary>
            Obtains a property value from ClientState based on the string id define as a constant in the derived class.
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.Int32,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Obtains a property value from ClientState based on the string id define as a constant in the derived class.
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.Int32,System.Web.UI.WebControls.Unit,System.Boolean)">
            <summary>
            Obtains a property value from ClientState using int (enum).
            </summary>
            <param name="index">The index of the subobject (defined as an enumeration in the derived class).</param>
            <param name="def">The property value for the specified index.</param>
            <param name="allowNegative">True: allow negative values</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.Object)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.String)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.Int32)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.Double)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.Boolean)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.DateTime)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.TimeSpan)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.Drawing.Color)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.Guid)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(System.String,System.Web.UI.WebControls.Unit)">
            <summary>
            Obtains a property value from ViewState based on the string id define as a constant in the derived class.
            </summary>
            <param name="id">The Id of the subobject (defined as a constant in the derived class).</param>
            <param name="def">The property value for the specified Id.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.SetValue(System.String,System.Object)">
            <summary>
            Sets an object value so that it is maintained in viewstate
            </summary>
            <param name="id"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.OnPropertyChange(System.String,System.Object)">
            <summary>
            Virtual method that is called whenever a property within the object has been changed.
            </summary>
            <param name="id"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.IsDirty">
            <summary>
            Public shortcut to check if object has had data changes
            </summary>
            <param name="ob">Object or null</param>
            <returns>True: ViewState.Count > 0</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="collections">The collections to reload.</param>        
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <returns>
            Number of objects that was loaded by the instance of the class.
            </returns>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetBoolFlag(Infragistics.Web.UI.ClientUIFlags)">
            <summary>
            Looks at the private Flags Hashtable and retrieves the value for the specified flag.
            </summary>
            <param name="flag">The ClientUIFlag that should be retrieved.</param>
            <returns>If the Hashtable does not contain an entry for that flag, it returns false, otherwise it returns the value from the hashtable.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetDBFlag(Infragistics.Web.UI.ClientUIFlags)">
            <summary>
            Looks at the private Flags Hashtable and retrieves the value for the specified flag.
            </summary>
            <param name="flag">The ClientUIFlag that should be retrieved.</param>
            <returns>If the Hashtable does not contain an entry for that flag, it returns DefaultableBoolean.False, otherwise it returns the value from the hashtable.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.PrivateEnsureFlags">
            <summary>
            If the Flags value hasn't been set yet, it calls EnsureFlags and then Calculates the flags based off of the values in the  private flags Hashtable.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.EnsureFlags">
            <summary>
            To be overriden by base controls. This is where each control can set the default values for each ClientUIFlag that
            should be set. TO register a flag they should call EnsureFlag(ClientUIFlags, value).
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.EnsureFlag(Infragistics.Web.UI.ClientUIFlags,System.Object)">
            <summary>
            To be used in EnsureFlags. This method stores the ClientUIFlag in the private flags Hashtable.
            </summary>
            <param name="flag"></param>
            <param name="val"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.GetValue(Infragistics.Web.UI.ClientUIFlags,System.Boolean,Infragistics.Web.UI.ClientUIFlagType)">
            <summary>
            Returns a boolean value for the specified ClientUIFlags. If the Value is DefautableBoolean.NotSet, it returns the defaultVal.
            </summary>
            <param name="flag">The ClientUIFlag whose value should be retrieved.</param>
            <param name="defaultVal">If no value is set, or the Value is set to NotSet, this value is returned.</param>
            <returns>A boolean value set for the ClientUIFlag or the defaultVal if no value is set.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.SetValue(Infragistics.Web.UI.ClientUIFlags,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Sets the ClientUIFlag to the specified value.
            First this property checks to see if a value has already been set for this Flag. If so, then it removes the value
            from the Flags property, and appends the new Calculated value.
            </summary>
            <param name="flag">The flag to be set.</param>
            <param name="value">A DefaultableBoolean that should be set on the specified flag.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ControlObject.SetValue(Infragistics.Web.UI.ClientUIFlags,System.Boolean)">
            <summary>
            Sets the ClientUIFlag to the specified value.
            First this property checks to see if a value has already been set for this Flag. If so, then it removes the value
            from the Flags property, and appends the new Calculated value.
            </summary>
            <param name="flag">The flag to be set.</param>
            <param name="value">A bool that should be set on the specified flag.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlObject.HasTemplate">
            <summary>
            Sets or Gets a boolean value which indicates if a template is applied for this item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlObject.Flags">
            <summary>
            Stores all the ClientUIFlags into one integer, that will be passed down to the client in the Client Property Array.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ControlObject.RenderPropsNulls">
            <summary>
            Customizes the rendering of UI objects props array.
            If true, the props that are null will be stored as "null", instead of just writing comma for them.
            This is used when the collections state is stored into view state.
            Because we need the data in specific format that will be easy to deserialize later.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionControlObject.#ctor">
            <summary>
            Collection objects should normally be created with an owner parameter in the constructor.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionControlObject.#ctor(System.Object)">
            <summary>
            CollectionObject constructor that provides an Owner object that can be tracked.
            </summary>
            <param name="owner"></param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionControlObject.#ctor(System.Object,System.Boolean)">
            <summary>
            CollectionObject constructor that provides an Owner object that can be tracked as well as a flag for setting the TrackViewState flag in
            WebObject.
            </summary>
            <param name="owner"></param>
            <param name="trackViewState"></param>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.CollectionControlObject._owner">
            <summary>
            The owner of this object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionControlObject.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this object is being removed from the supplied collection.
            </summary>
            <param name="primaryCollection">Collection that this object
            has been removed from.</param>
            <remarks>
            <p class="body">The default implementation of this method
            nulls out the <see cref="!:PrimaryCollection"/> if the supplied
            <i>primaryCollection</i> matches the primary collection of
            this object.</p>
            <p class="body">Inheritors overriding this method should always
            call this base implementation to assure the object has only one
            distinct primary collection.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionControlObject.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this object is being added to the supplied collection.
            </summary>
            <param name="primaryCollection">Collection that this object has
            been added to.</param>
            <remarks>
            <p class="body">The default implementation sets the <see cref="!:PrimaryCollection"/>
            reference to the supplied <i>primaryCollection</i> argument, if it hasn't already
            been set (either the base constructor, or a prior call to <see cref="M:Infragistics.Web.UI.Framework.CollectionControlObject.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)"/>
            should have nullified <b>PrimaryCollection</b> from any former collection's claim
            to ownership of this object.)</p>
            <p class="body">Inheritors overriding this method should always
            call this base implementation to assure the object has only one
            distinct primary collection.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionControlObject.Infragistics#Web#UI#ICollectionObject#OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this <b>IKeyedObject</b> has been added to a new collection.
            </summary>
            <param name="primaryCollection">Collection that this object has
            been added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.CollectionControlObject.Infragistics#Web#UI#ICollectionObject#OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called when this <b>IKeyedObject</b> has been removed from an old collection.
            </summary>
            <param name="primaryCollection">Collection that this object has
            been removed from.</param>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.CollectionControlObject.Owner">
            <summary>
            The primary collection or parent object to which this object belongs.
            </summary> 
            <remarks>
            <p class="body">A CollectionControlObject can belong to only
            one ObjectCollectionBase at a time, this is their primary collection.  Inheritors subclassing <b>KeyedObjectBase</b>
            may use this property in exposing their own subclass of <b>KeyedObjectCollectionBase</b>
            offering additional capabilities.</p>
            <p class="body">Customarily, the base class implementations of the
            <see cref="M:Infragistics.Web.UI.Framework.CollectionControlObject.OnAddedToCollection(Infragistics.Web.UI.Framework.ObjectCollection)"/> and <see cref="M:Infragistics.Web.UI.Framework.CollectionControlObject.OnRemovedFromCollection(Infragistics.Web.UI.Framework.ObjectCollection)"/>
            methods are responsible for detaching this object from its old collection,
            and attaching it to its new collection.</p>
            </remarks>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutPane.AddAttributesToRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Adds Visibility and ScrollBars to style.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.ScrollLeft">
            <summary>
            Gets sets the value for the scrollLeft attribute of the DIV element which renders child controls of LayoutPane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.ScrollTop">
            <summary>
            Gets sets the value for the scrollTop attribute of the DIV element which renders child controls of LayoutPane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.ScrollBars">
            <summary>
            Gets sets the value for the overflow attribute of the DIV element which renders child controls of LayoutPane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.EnableRelativeLayout">
            <summary>
            Gets or sets the request to render relative position for content.
            </summary>
            <remarks>
            <p class="note">Notes:
            That property is designed to get around differences in behavior of different browsers,
            when child elements of content have relative or absolute positions.
            It is recommended to enable that property when child controls or parts of html
            generated by them use position:relative or position:absolute.
            For example, WebImageViewer uses position:relative style attribute, and therefore,
            it may fail to be scrolled in IE or it may go out of content bounds in other browsers.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.Visible">
            <summary>Visibility of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.ToolTip">
            <summary>Tooltip of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.CssClass">
            <summary>Css class of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.BackColor">
            <summary>Background color of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.ForeColor">
            <summary>Fore color of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.BorderColor">
            <summary>Border color of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.BorderStyle">
            <summary>Border style of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.BorderWidth">
            <summary>Border width of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.Width">
            <summary>Width of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.Height">
            <summary>Height of layout pane</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPane.TagKey">
            <summary>
            Returns HtmlTextWriterTag.Div
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.ContentPane.FindChildControl(System.String)">
            <summary>
            Get a reference to a child aspx-control located within this tab by its id.
            </summary>
            <remarks>
            	<p class="body">This method will recursively search the child controls of each child control, until either a match is found, or all controls have been searched.</p>
            	<p class="note">This method can not be used to get a reference to a child control located within ContentUrl.</p>
            </remarks>
            <param name="id">The id of child control.</param>
            <returns>Reference to <tt>Control</tt> or <tt>null</tt>.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.ContentPane.RenderControl(System.Web.UI.HtmlTextWriter)">
            <summary>
            Suspend output ID to writer.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.ContentPane.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render ContentUrl or child controls.
            </summary>
            <param name="writer">An instance of HtmlTextWriter</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.ContentPane.UserControlChanged">
            <summary>
            Called when the user control for this content pane has changed
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.ContentUrl">
            <summary>
            Gets sets name of url which is used for the src attribute of IFRAME element used by ContentPane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.FrameBorder">
            <summary>
            Get sets an option to enable or disable default borders of IFRAME used for ContentUrl.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.FrameScrolling">
            <summary>
            Get sets an option to enable or disable default scrolling of IFRAME used for ContentUrl.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.UserControlUrl">
            <summary>
            Gets sets name of UserControl which will be used instead of Template.
            </summary>
            <remarks>
            <p class="note">
            If ContentUrl is set, then that property has no effect.<br></br>
            That property has priority over possible child controls defined by Template.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.FrameTitle">
            <summary>
            Gets sets title attribute for IFRAME used when ContentUrl is set.
            </summary>
            <remarks>
            <p class="note">
            If ContentUrl is not set, then that property has no effect.
            If value of property is not set, then the value of ContentUrl is used for title.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.Template">
            <summary>
            Template used for render child controls inside of this ContentPane
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.Height">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.Width">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.TabIndex">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.Enabled">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.EnableTheming">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.EnableViewState">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.AccessKey">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.SkinID">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.CssClass">
            <summary>Gets sets css class applied to html element which represents this control on client.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentPane.ID">
            <summary>
            Suspend output of ID into attributes.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.AJAXContentPane.GetUpdatePanel(System.Boolean)">
            <summary>
            Get reference to UpdatePanel used when async mode is enabled.
            </summary>
            <remarks>
            <p class="note">
            Note: that method returns null if ContentUrl property is set.
            It also may return null if EnableAjax or EnableDynamicUpdatePanel properties are False.
            </p>
            </remarks>
            <param name="ensure">If value of true is used and template was not instantiated yet or template did not contain UpdatePanel,
            then template is instantiated and it is wrapped into an UpdatePanel.
            </param>
            <returns>Reference to UpdatePanel or null.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.AJAXContentPane.UserControlChanged">
            <summary>
            Reinstantiate template
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.AJAXContentPane.EnableDynamicUpdatePanel">
            <summary>
            Gets sets option to dynamically create UpdatePanel when asynchronous mode is enabled.
            </summary>
            <remarks>
            If that property is enabled, then Template is wrapped into dynamically created UpdatePanel.
            <p class="note">
            Notes:<br></br>
            If that property has value of NotSet, then corresponding property of owner is used.
            <br></br>It is not recommended to modify that property within a posback, because it may have no effect.<br></br>
            If that property leads to side effects, then it should be disabled and application should wrap template into explicitly created UpdatePanel.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.AJAXContentPane.EnableAjax">
            <summary>
            Gets sets option to enable or disable asynchronous mode.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            If that property has value of NotSet, then corresponding property of owner is used.
            <br></br>It is not recommended to modify that property within a posback, because it may have no effect.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogButton">
            <summary>
            Class used for buttons in WebDialogWindow
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogButton.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            Constuctor
            </summary>
            <param name="runBot">Reference to RunBot used by this class</param>
            <param name="name">Name of property</param>
            <param name="defaultAltText">Default value for alt</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogButton.SaveClientOnlyProperties">
            <summary>
            Write client state properties
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.RestoreDialogButton">
            <summary>
            Class used for buttons located on LayoutHeader.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.RestoreImageUrlID">
            <summary>
            Id for image url
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.RestoreImageHoverUrlID">
            <summary>
            Id for hover image url
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.RestoreImagePressedUrlID">
            <summary>
            Id for pressed image url
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.RestoreAltTextID">
            <summary>
            Id for restore alt
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String,System.String)">
            <summary>
            Constructor for RestoreDialogButton
            </summary>
            <param name="runbot">Reference to RunBot used by this class</param>
            <param name="mkrName">Value of mkr attribute</param>
            <param name="defaultAltText">Default value of mrk attribute</param>
            <param name="defaultRestoreAltText">Default value of alt</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.SaveClientOnlyProperties">
            <summary>
            Save client properties
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.ResolveVisibleDefault">
            <summary>
            Internal method
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.GetCurrentState">
            <summary>
            Internal method
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.GetRenderAltText">
            <summary>
            Internal method
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.GetRenderAltText(System.Boolean)">
            <summary>
            Internal method
            </summary>
            <param name="restore"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.GetRenderImageUrl">
            <summary>
            Internal method
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.SetupRestoreDefaultImages(System.String,System.String,System.String)">
            <summary>
            Internal method
            </summary>
            <param name="imageName"></param>
            <param name="hoverName"></param>
            <param name="pressedName"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Write html
            </summary>
            <param name="writer">Output steam</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.Render(System.Web.UI.HtmlTextWriter,System.Boolean)">
            <summary>
            Write html
            </summary>
            <param name="writer">Output steam</param>
            <param name="isRestore">Request to restore</param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.RestoreAltText">
            <summary>
            Gets sets the alt attribute for IMG element of button when the Pressed property is true.
            <para>The default value is [Default]. This means that a Default value will be used unless otherwise specified.</para>
            </summary>
            <remarks>
            If value is equal to NotSet, then the default value is used, which can be something like "Restore", "Unpin", etc.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.RestoreImageUrl">
            <summary>
            Gets sets the url for image which is displayed on button when the Pressed property is true.
            </summary>
            <remarks>
            If value is empty, then the default value is used and corresponding image should be located in the "images" subdirectory at location defined by AppStyling.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.RestoreImageHoverUrl">
            <summary>
            Gets sets the url for image which is displayed on button when the Pressed property is true and mouse is moved over button.
            </summary>
            <remarks>
            If value is empty, then the default value is used and corresponding image should be located in the "images" subdirectory at location defined by AppStyling.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.RestoreImagePressedUrl">
            <summary>
            Gets sets the url for image which is displayed on button when the Pressed property is true and mouse was pressed on button.
            </summary>
            <remarks>
            If value is empty, then the default value is used and corresponding image should be located in the "images" subdirectory at location defined by AppStyling.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.Visible">
            <summary>
            Gets sets visibility of button.
            </summary>
            <remarks>
            If button is invisible, then the Pressed property is still available and defines corresponding state of WebDialogWindow or Pane.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.RestoreDialogButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.LayoutControl">
            <summary>
            Base class for layout controls.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutControl.CreateLayoutPane">
            <summary>
            Creates pane-item used by collection.
            </summary>
            <returns>Instancs of pane.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.LayoutHeader">
            <summary>
            Class used as headers by layout controls.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.ShouldSerializeMaximizeBox">
            <summary>
            Check if MaximizeBox has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.ResetMaximizeBox">
            <summary>Clears the MaximizeBox</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.ShouldSerializeMinimizeBox">
            <summary>
            Check if MinimizeBox has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.ResetMinimizeBox">
            <summary>Clears the MinimizeBox</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.ShouldSerializeCloseBox">
            <summary>
            Check if CloseBox has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.ResetCloseBox">
            <summary>Clears the CloseBox</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary></summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.AddAttributesToRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Adds ScrollBars to style
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.SaveViewState">
            <summary>
            Save data modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutHeader.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.MaximizeBox">
            <summary>
            Gets reference to container of properties related to minimize/restore features.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.MinimizeBox">
            <summary>
            Gets reference to container of properties related to maximize/restore features.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.CloseBox">
            <summary>
            Gets reference to container of properties related to close/show features.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.CaptionText">
            <summary>
            Gets sets text displayed on caption.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.ImageUrl">
            <summary>
            Gets sets url for image displayed on caption next to the CaptionText.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.CaptionAlignment">
            <summary>
            Gets sets horizontal alignment of caption text and image relative to the width of whole header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.ImageAlignment">
            <summary>
            Gets sets horizontal alignment of caption image relative the text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.ImageAltText">
            <summary>
            Gets sets alt attribute applied to the html element which renders image located next to caption text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.ButtonCssClass">
            <summary>
            Gets sets ss class applied to html elements which render buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.CaptionTextCssClass">
            <summary>
            Gets sets css class applied to html element which renders caption text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.ImageCssClass">
            <summary>
            Gets sets css class applied to html element which renders image located next to caption text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.ButtonAreaCssClass">
            <summary>
            Gets sets css class applied to html element which contains control buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.CssClass">
            <summary>Gets sets css class applied to html element which represents this control on client.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.Visible">
            <summary>Gets sets visibility of control.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.ToolTip">
            <summary>Tooltip of header</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.BackColor">
            <summary>Background color of header</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.ForeColor">
            <summary>Fore color of header</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.BorderColor">
            <summary>Border color of header</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.BorderStyle">
            <summary>Border style of header</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.Height">
            <summary>Height of header</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.BorderWidth">
            <summary>Border width of header</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.TabIndex">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.Enabled">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.EnableTheming">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.EnableViewState">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.AccessKey">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.SkinID">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.Width">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.Template">
            <summary>
            Property is not supported
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutHeader.TagKey">
            <summary>
            Returns HtmlTextWriterTag.Div
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.LayoutPaneCollection">
            <summary>
            Base class for collections of panes.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutPaneCollection.CreateCollectionObject(System.String)">
            <summary>
            Creates pane.
            </summary>
            <param name="objectType">Type of pane.</param>
            <returns>Reference to pane.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutPaneCollection.CreateLayoutPane">
            <summary>
            Creates pane.
            </summary>
            <returns>Reference to pane.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.LayoutPaneCollection.Remove(Infragistics.Web.UI.LayoutControls.LayoutPane)">
            <summary>
            Removes item from collection.
            </summary>
            <param name="item">Reference to item.</param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPaneCollection.LayoutControl">
            <summary>
            Gets reference to LayoutControl.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.LayoutPaneCollection.Item(System.Int32)">
            <summary>
            Gets reference to item at particular index.
            </summary>
            <param name="index">Index of item.</param>
            <returns>Reference to item.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.Resizer">
            <summary>
            Class used for resizer of WebDialogWindow control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.Resizer.#ctor(System.Boolean)">
            <summary>
            Constructor for Resizer.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.Resizer.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.AltText">
            <summary>
            Gets sets alt attribute for resizing handle image.
            </summary>
            <remarks>
            If value is equal to "[Default]", then the "Resize".
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.ImageUrl">
            <summary>
            Gets sets url for image which is displayed on resizing handle.
            </summary>
            <remarks>
            If value is empty, then the default value is used and corresponding image should be located in the "images" subdirectory at location defined by AppStyling.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.Enabled">
            <summary>
            Gets sets ability to resize.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.MinWidth">
            <summary>
            Gets sets minimum width of control.
            </summary>
            <remarks>
            If value is less than 1, then minimum width is calculated automatically.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.MinHeight">
            <summary>
            Gets sets minimum height of control.
            </summary>
            <remarks>
            If value is less than 1, then minimum height is calculated automatically.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.MaxWidth">
            <summary>
            Gets sets maximum width of control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.MaxHeight">
            <summary>
            Gets sets maximum height of control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.CssClass">
            <summary>
            Gets sets css class which is applied to html element which represents resizing handle.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.Resizer.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowAutoPostBackFlags">
            <summary>
            Container of properties which define auto postback options used by WebDialogWindow.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for DialogWindowRoundedCorners.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowAutoPostBackFlags.Moved">
            <summary>
            Gets sets auto postback options applied to the change in location of dialog window triggered by user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowAutoPostBackFlags.Resized">
            <summary>
            Gets sets auto postback options applied to the change of size of dialog window triggered by user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowAutoPostBackFlags.WindowStateChange">
            <summary>
            Gets sets auto postback options applied to the change of WindowState.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Constructor
            </summary>
            <param name="iControlMain">Owner</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.AppStyleInfo">
            <summary>
            Provide AppStyleInfo
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Save client objects
            </summary>
            <param name="propertyObjectList">List to save</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.LoadClientObjects(System.Object[])">
            <summary>
            Load client objects
            </summary>
            <param name="objects">Objects to load</param>
            <returns>Flag</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>
            <param name="objects">A list of objects that were modified on the clientside.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Process values modified on client and update corresponding server properties.
            </summary>
            <param name="list"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.SaveClientProperties">
            <summary>
            Pass server properties to client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowBot.LoadAdditionalClientState(System.Object)">
            <summary>
            This method is called when additional information is passed from the client, via the _saveAdditionalClientState javascript method.
            </summary>
            <param name="state">Value created by _saveAdditionalClientState()</param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowBot.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents">
            <summary>
            ClientEvents used by the WebDialogWindow class
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.#ctor(Infragistics.Web.UI.LayoutControls.WebDialogWindow,System.Boolean)">
            <summary>
            Create instance of DialogWindowClientEvents.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.PostBackAction(System.Int32)">
            <summary>
            Returns postback action for a particular event.
            </summary>
            <param name="indexOfClientEventName">Index of event at which it appears in the GetClientEventNameList()</param>
            <returns>Postback action. Default implementation returns Off.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.HeaderMouseDown">
            <summary>
            Gets sets name of javascript function which is called when header html element gets mousedown event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.HeaderMouseUp">
            <summary>
            Gets sets name of javascript function which is called when header html element gets mouseup event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.HeaderMouseOver">
            <summary>
            Gets sets name of javascript function which is called when header html element gets mouseover event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.HeaderMouseOut">
            <summary>
            Gets sets name of javascript function which is called when header html element gets mouse out event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.Moving">
            <summary>
            Gets sets name of javascript function which is called while control is dragging to another location.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.Moved">
            <summary>
            Gets sets name of javascript function which is called after control was dragged to another location.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.ResizerMouseOver">
            <summary>
            Gets sets name of javascript function which is called when resizer html element gets mouseover event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.ResizerMouseOut">
            <summary>
            Gets sets name of javascript function which is called when resizer html element gets mouseout event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.Resizing">
            <summary>
            Gets sets name of javascript function which is called while control is resizing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.Resized">
            <summary>
            Gets sets name of javascript function which is called after control was resized.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.WindowStateChanging">
            <summary>
            Gets sets name of javascript function which is called before WindowState changes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.WindowStateChanged">
            <summary>
            Gets sets name of javascript function which is called after WindowState has changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowClientEvents.Loaded">
            <summary>
            Gets sets name of javascript function which is called after all subobjects of control were initialized (first paint).
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowContentPane">
            <summary>
            Class used by WebDialogWindow to render its content.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowContentPane.AddAttributesToRender(System.Web.UI.HtmlTextWriter)">
            <summary>
            Add attributes related to DIV which contains rounded-corners table, but not for DIV which renders actual content-body.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowContentPane.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render ContentUrl or child controls.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowContentPane.FullAddress">
            <summary>
            Returns empty string.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowHeader">
            <summary>
            Class used as container of properties for header of WebDialogWindow.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowHeader.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary></summary>
            <param name="writer"></param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowHeader.MinimizedWidth">
            <summary>
            Gets sets width of WebDialogWindow, when it is the minimized state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowHeader.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowRenderer">
            <summary>
            Class used to render WebDialogWindow.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render all html tags related to control, including hidden fields.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowRenderer.RenderHeader(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render header.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowRenderer.RenderBody(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render ContentPane of dialog.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners">
            <summary>
            Container of properties which define appearance of rounded corners used by WebDialogWindow.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.#ctor(System.Boolean)">
            <summary>
            Constructor for DialogWindowRoundedCorners.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.HeaderCornerLeftCssClass">
            <summary>
            Gets sets css class applied to the TD which is located on the left edge of header.
            </summary>
            <remarks>
            That property has effect only when Header is visible.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.HeaderCornerRightCssClass">
            <summary>
            Gets sets css class applied to the TD which is located on the right edge of header.
            </summary>
            <remarks>
            That property has effect only when Header is visible.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.HeaderContentCssClass">
            <summary>
            Gets sets css class applied to the TD which is located at the center of header.
            </summary>
            <remarks>
            That property has effect only when Header is visible.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyCornerTopLeftCssClass">
            <summary>
            Gets sets css class applied to the TD which is located at the top left corner of content pane.
            </summary>
            <remarks>
            That property has effect only when Header is hidden.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyEdgeTopCssClass">
            <summary>
            Gets sets css class applied to the TD which is located at the top center edge of content pane.
            </summary>
            <remarks>
            That property has effect only when Header is hidden.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyCornerTopRightCssClass">
            <summary>
            Gets sets css class applied to the TD which is located at the top right corner of content pane.
            </summary>
            <remarks>
            That property has effect only when Header is hidden.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyEdgeLeftCssClass">
            <summary>
            Gets sets css class applied to the TD which is located on the left edge of content pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyEdgeRightCssClass">
            <summary>
            Gets sets css class applied to the TD which is located on the right edge of content pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyCornerBottomLeftCssClass">
            <summary>
            Gets sets css class applied to the TD which is located at the bottom left corner of content pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyCornerBottomRightCssClass">
            <summary>
            Gets sets css class applied to the TD which is located at the bottom right corner of content pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyContentAreaCssClass">
            <summary>
            Gets sets css class applied to the TD which is located at the center of content pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.BodyEdgeBottomCssClass">
            <summary>
            Gets sets css class applied to the TD which is located on the bottom center edge of content pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCorners.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowRoles">
            <summary>
            Roles defined for the ig_dialogwindow.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.Control">
            <summary>
            Css for control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.HeaderArea">
            <summary>
            Css for header
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyContent">
            <summary>
            Css for content
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.HeaderButton">
            <summary>
            Css for header button
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.HeaderButtonArea">
            <summary>
            Css for button area
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.HeaderImage">
            <summary>
            Css for header image
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.HeaderCaption">
            <summary>
            Css for header caption
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.ModalBackground">
            <summary>
            Css for modal background
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.ResizingHandle">
            <summary>
            Css for resizing handle
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.HeaderCornerLeft">
            <summary>
            Css for left corner
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.HeaderContent">
            <summary>
            Css for content
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.HeaderCornerRight">
            <summary>
            Css for right header corner
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyEdgeLeft">
            <summary>
            Css for left edge of body
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyEdgeRight">
            <summary>
            Css for right edge of body
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyCornerBottomLeft">
            <summary>
            Css for bottom left corner
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyContentArea">
            <summary>
            Css for content area
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyCornerBottomRight">
            <summary>
            Css for right bottom corner
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyEdgeBottom">
            <summary>
            Css for bottom edge
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyCornerTopLeft">
            <summary>
            Css for top left corner
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyEdgeTop">
            <summary>
            Css for top edge
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoles.BodyCornerTopRight">
            <summary>
            Css for top right corner
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowState">
            <summary>
            Initial state of WebDialogWindow control on client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal">
            <summary>
            Size of control is defined by Width and Height properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowState.Minimized">
            <summary>
            Width of control is defined by MinimizedWidth property and the height of the Header.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowState.Maximized">
            <summary>
            Control is stretched to the size of browser window.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowState.Hidden">
            <summary>
            Control is invisible.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowPosition">
            <summary>
            Initial location of WebDialogWindow control on client.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowPosition.Manual">
            <summary>
            Position of control is defined by Left and Top properties of control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowPosition.Centered">
            <summary>
            Control is located at the center of browser. The Left and Top properties of control will be adjusted for scroll of a page.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCornersMode">
            <summary>
            Type of WebDialogWindow rendering which allows to enable or disable rounded corners.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCornersMode.None">
            <summary>
            No rounded corners are used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCornersMode.Header">
            <summary>
            Rounded corners are applied to the dialog header.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCornersMode.ContentPane">
            <summary>
            Rounded corners are applied to the content pane.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.DialogWindowRoundedCornersMode.HeaderAndContentPane">
            <summary>
            Rounded corners are applied to the dialog header and to content pane.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowMovedEventArgs">
            <summary>
            Event arguments used for DialogWindowMoved event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowMovedEventArgs.OldLeft">
            <summary>
            Gets old left location of dialog window.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowMovedEventArgs.OldTop">
            <summary>
            Gets old top location of dialog window.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowMovedEventArgs.NewLeft">
            <summary>
            Gets new left location of dialog window.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowMovedEventArgs.NewTop">
            <summary>
            Gets new top location of dialog window.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowResizedEventArgs">
            <summary>
            Event arguments used for DialogWindowResized event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowResizedEventArgs.OldWidth">
            <summary>
            Gets old left location of dialog window.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowResizedEventArgs.OldHeight">
            <summary>
            Gets old top location of dialog window.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowResizedEventArgs.NewWidth">
            <summary>
            Gets new left location of dialog window.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowResizedEventArgs.NewHeight">
            <summary>
            Gets new top location of dialog window.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowStateChangedEventArgs">
            <summary>
            Event arguments used for DialogWindowStateChanged event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowStateChangedEventArgs.OldState">
            <summary>
            Gets the DialogWindowState that was originally sent to the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.DialogWindowStateChangedEventArgs.NewState">
            <summary>
            Gets the DialogWindowState after it has returned from the server.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowMovedEventHandler">
            <summary>
            Event delegate used for WebDialogWindow moved events.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowResizedEventHandler">
            <summary>
            Event delegate used for WebDialogWindow resized events.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.DialogWindowStateChangedEventHandler">
            <summary>
            Event delegate used for WebDialogWindow state change events.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.WebDialogWindow">
            <summary>
            Control which allows to mimic the functionality of a dialog.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.#ctor">
            <summary>
            Default constructor for WebDialogWindow.
            </summary> 
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.CreateChildControls">
            <summary>
            Create child controls
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ShouldSerializeResizer">
            <summary>
            Check if Resizer has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ResetResizer">
            <summary>Clears the Resizer</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ShouldSerializeRoundedCorners">
            <summary>
            Check if RoundedCorners has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ResetRoundedCorners">
            <summary>Clears the RoundedCorners</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ResetAutoPostBackFlags">
            <summary>Clears the AutoPostBackFlags</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.CreateContentPane">
            <summary>
            Creates new instance of DialogWindowContentPane and initializes its ControlMain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.CreateHeader">
            <summary>
            Creates new instance of DialogWindowHeader and initializes its ControlMain.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.CreateRunBot">
            <summary>
            Creates new instance of DialogWindowBot.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.CreateRenderer">
            <summary>
            Creates new instance of DialogWindowRenderer.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.EnsureTemplates">
            <summary>
            Ensure ContentPane's template.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.SaveAdditionalViewState">
            <summary>
            Save data of subobjects modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.LoadAdditionalViewState(System.Object)">
            <summary>
            Load data for subobjects modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.OnMoved(Infragistics.Web.UI.LayoutControls.DialogWindowMovedEventArgs)">
            <summary>
            Raise moved dialog event.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.OnResized(Infragistics.Web.UI.LayoutControls.DialogWindowResizedEventArgs)">
            <summary>
            Raise resized dialog event.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.OnStateChanged(Infragistics.Web.UI.LayoutControls.DialogWindowStateChangedEventArgs)">
            <summary>
            Raise state changed dialog event.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback. This method should be used to render any html or objects that need
            to be sent down in the Callback's response. 
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebDialogWindow.OnPreRender(System.EventArgs)">
            <summary>
            Ensure that dialog is pinned when it is minimized and PinWhenMinimized is enabled.
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Modal">
            <summary>
            Gets sets ability to prevent or to allow losing input focus by dialog's content.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ModalTabIndices">
            <summary>
            Gets sets ability to dynamically disable tabIndex attributes of html elements located outside of dialog in modal state.
            </summary>
            <remarks>
            That property has effect only when Modal is enabled.
            <p class="note">Notes for value of true:
            <ul>
            <li>If dialog gets visible, then tabIndex of potentially focusable html elements located outside dialog are set to -1. Those elements are INPUT, SELECT, A, DIV, etc.</li>
            <li>If dialog gets hidden, then tabIndex of modified html elements are restored or set to 0. That may have negative side effects for some elements like DIV.</li>
            <li>If page has too many html elements, then internal logic may take too long and browser will be locked.</li>
            </ul>
            Notes for value of false:
            <ul>
            <li>Tab indexes of html elements located outside dialog are not modified.</li>
            <li>It is possible that in state when dialog never got focus, the first Tab-key press may set focus to an html element located outside dialog.</li>
            <li>It is possible situation that continuous pressing Tab-key may stop focus-loop. So, the end user will need to press Shift+Tab or click element by mouse.</li>
            <li>To improve focus behavior on Tab-key, it is recommended to set TabIndex of child controls of dialog to high values.</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ModalBackgroundCssClass">
            <summary>
            Gets sets css class which is used for background of page while control is in modal mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.UpdateChildControlsByAsyncPostBack">
            <summary>
            Temporary property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.UseBodyAsParent">
            <summary>
            Gets sets ability to use FORM as parent for dialog. If FORM is not found, then BODY is used.
            </summary>
            <remarks>
            <p class="note">Notes for enabled property:
            <ul>
            <li>That property is not supported if WebDialogWindow is located in UpdatePanel.</li>
            <li>Do not use it if side effects occur.</li>
            <li>On client WebDialogWindow will be removed from its original container and moved into FORM or BODY.
            That may help to keep dialog on top of other html elements.</li>
            <li>Since dialog will have different parent, it may appear at the bottom of page. To ensure initial location, application may use Left, Top or InitialLocation properties.</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Left">
            <summary>Gets set initial location of the left edge of control.</summary>
            <remarks>
            That is an alternative way to set value for the style.left attribute.
            Note: if the InitialLocation property is Centered, then left location of control will be adjusted for the value of this property.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Top">
            <summary>Gets set initial location of the top edge of control.</summary>
            <remarks>
            That is an alternative way to set value for the style.top attribute.
            Note: if the InitialLocation property is Centered, then top location of control will be adjusted for the value of this property.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.InitialLocation">
            <summary>
            Gets sets the initial location of WebDialogWindow relative to window of browser.
            </summary>
            <remarks>
            That property has no effect if Header.PinBox.Pressed or Header.MaximizeBox.Pressed is true.
            If value is set to Centered, then the Left and Top properties will be adjusted for the instant scroll of page within browser window.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Height">
            <summary>
            Gets sets height of control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Width">
            <summary>
            Gets sets width of control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Moveable">
            <summary>
            Gets sets ability to drag control by mouse.
            </summary>
            <remarks>
            That property has no effect if Header.PinBox.Pressed is true.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.MaintainLocationOnScroll">
            <summary>
            Gets sets ability to keep relative location of dialog while window is resized or scrolled.
            </summary>
            <remarks>
            That property has no effect if Header.PinBox.Pressed is true.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.AccessKey">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.CssClass">
            <summary>Gets sets css class applied to html element which represents this control on client.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.WindowState">
            <summary>
            Gets sets initial state of WebDialogWindow.
            </summary>
            <remarks>
            That is a wrapper for Pressed properties of Close/Minimize/MaximizeBox in the Header.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ContentPane">
            <summary>
            Gets reference to container for properties that are related to the body of WebDialogWindow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Header">
            <summary>
            Gets reference to container for properties that are related to the header of WebDialogWindow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.ClientEvents">
            <summary>
            Gets reference to reference to the DialogWindowClientEvents.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Resizer">
            <summary>
            Gets reference to container for properties that are related to the resizing features of WebDialogWindow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.RoundedCorners">
            <summary>
            Gets reference to container for properties that are related to the resizing features of WebDialogWindow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.AutoPostBackFlags">
            <summary>
            Gets reference to container for properties that are related to the auto postback options supported by WebDialogWindow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebDialogWindow.DesignTimeMinimize">
            <summary>
            This property is a DesignTime Only feature, that will minimized the control so that it doesn't take up 
            screen space. Note: this property is not actually setting the WindowState to Minmize.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Moved">
            <summary>
            Adds removes event handler which is fired when end-user moved dialog.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebDialogWindow.Resized">
            <summary>
            Adds removes event handler which is fired when end-user resized dialog.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebDialogWindow.StateChanged">
            <summary>
            Adds removes event handler which is fired when end-user changed state of dialog.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.CollapseDirection">
            <summary>
            Specifies the direction in which a Pane will collapse when clicked to collapse
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.CollapseDirection.None">
            <summary>
            Pane is not collapsable
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.CollapseDirection.NextPane">
            <summary>
            Pane collapses to the next pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.CollapseDirection.PreviousPane">
            <summary>
            Pane collapses to the previous pane
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterRoles">
            <summary>
            Roles defined for the ig_splitter.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.Control">
            <summary>
            Css for control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.Pane">
            <summary>
            Css for pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.VSplitBar">
            <summary>
            Css for vertical splitter bar
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.VSplitBarHover">
            <summary>
            Css for vertical splitter bar in hover state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.VSplitBarPressed">
            <summary>
            Css for vertical splitter bar in pressed state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.HSplitBar">
            <summary>
            Css for horizontal splitter bar
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.HSplitBarHover">
            <summary>
            Css for horizontal splitter bar in hover state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.HSplitBarPressed">
            <summary>
            Css for horizontal splitter bar in pressed state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.VSplitBarShadow">
            <summary>
            Css for shadow vertical splitter bar
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.VSplitBarShadowLimit">
            <summary>
            Css for shadow limit vertical splitter bar
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.HSplitBarShadow">
            <summary>
            Css for shadow horizontal splitter bar
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.HSplitBarShadowLimit">
            <summary>
            Css for shadow limit horizontal splitter bar
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.CollapseSplitBarButton">
            <summary>
            Css for collapse splitter bar button
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.VSplitBarWidth">
            <summary>
            Css for width of vertical splitter bar
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRoles.HSplitBarHeight">
            <summary>
            Css for height of horizontal splitter bar
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterPaneCollapsedEventArgs">
            <summary>
            Argument used for event which is raised by WebSplitter when a SplitterPane was collapsed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPaneCollapsedEventArgs.Pane">
            <summary>
            Gets pane which state was collapsed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterPaneExpandedEventArgs">
            <summary>
            Argument used for event which is raised by WebSplitter when a SplitterPane was expanded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPaneExpandedEventArgs.Pane">
            <summary>
            Gets pane which state was expanded.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterPaneSizeChangedEventArgs">
            <summary>
            Argument used for event which is raised by WebSplitter when a SplitterPane size was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPaneSizeChangedEventArgs.Pane">
            <summary>
            Gets pane which Size was changed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterBarPositionChangedEventArgs">
            <summary>
            Argument used for event which is raised by WebSplitter when a splitter bar position was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBarPositionChangedEventArgs.PreviousPane">
            <summary>
            Gets modified pane located on the left side from splitter bar or above splitter bar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBarPositionChangedEventArgs.NextPane">
            <summary>
            Gets modified pane located on the right side from splitter bar or below splitter bar.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterPaneCollapsedEventHandler">
            <summary>
            Event delegate used by WebSplitter when a SplitterPane was collapsed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterPaneExpandedEventHandler">
            <summary>
            Event delegate used by WebSplitter when a SplitterPane was expanded.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterPaneSizeChangedEventHandler">
            <summary>
            Event delegate used by WebSplitter when value of SplitterPane.Size property was changed by client.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterBarPositionChangedEventHandler">
            <summary>
            Event delegate used by WebSplitter when position of a splitter bar was changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterAutoPostBackFlags">
            <summary>
            Container of properties which define auto postback options used by WebSplitter.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for DialogWindowRoundedCorners.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterAutoPostBackFlags.Collapsed">
            <summary>
            Gets sets auto postback options applied to collapsed action of SplitterPane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterAutoPostBackFlags.Expanded">
            <summary>
            Gets sets auto postback options applied to expanded action of SplitterPane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterAutoPostBackFlags.SplitterBarPositionChanged">
            <summary>
            Gets sets auto postback options applied to the splitter bar oosition changed action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterBar">
            <summary>
            Container of properties related to splitter bars used by WebSplitter control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.#ctor(System.Boolean)">
            <summary>
            Constructor for SplitterBar.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.ShouldSerializeCollapsePreviousPaneButton">
            <summary>
            Check if CollapsePreviousPaneButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.ResetCollapsePreviousPaneButton">
            <summary>Clears the CollapsePreviousPaneButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.ShouldSerializeCollapseNextPaneButton">
            <summary>
            Check if CollapseNextPaneButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.ResetCollapseNextPaneButton">
            <summary>Clears the CollapseNextPaneButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.LoadViewState(System.Object)">
            <summary>
            This method loads the data contained in the state parameter into the ViewState bag for the object.
            </summary>
            <param name="state">An object reference containing the contents of the ViewState bag.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.SaveViewState">
            <summary>
            This method saves the property settings in the ViewState bag to the ViewState hidden field on the page for roundtripping 
            between the server and client.
            </summary>
            <returns>An object reference containing the ViewState of the object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBar.TrackViewState">
            <summary>
            This method turns on ViewState tracking for the object
            </summary>
            <remarks>
            Once this method is called by the ASP.NET framework, all subsequence property set operations will result in the data
            being serialized to the page ViewState hidden field and round tripped to the server on postback.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.CssClass">
            <summary>
            Gets sets css class which is applied to html elements which represent split bars in normal state.
            </summary>
            <remarks>
            That class is applied to DIV elements.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.HoverCssClass">
            <summary>
            Gets sets css class which is applied to html elements which represent split bars while mouse is moved over them.
            </summary>
            <remarks>
            That class is applied to DIV elements in addition to CssClass.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.PressedCssClass">
            <summary>
            Gets sets css class which is applied to html elements which represent split bars when mouse is pressed on them.
            </summary>
            <remarks>
            That class is applied to DIV elements in addition to CssClass.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.ShadowCssClass">
            <summary>
            Gets sets css class which is applied to html element which represents shadow of split bar which is dragged by mouse when DynamicResize is disabled.
            </summary>
            <remarks>
            That class is applied to DIV element.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.ShadowLimitCssClass">
            <summary>
            Gets sets css class which is applied to html element which represents shadow of split bar which is dragged by mouse at it limit when DynamicResize is disabled.
            </summary>
            <remarks>
            That class is applied to DIV element.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.CollapseButtonCssClass">
            <summary>
            Gets sets css class which is applied to html elements which represent collapse/expand buttons located on split bars.
            </summary>
            <remarks>
            That class is applied to IMG elements.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.ThicknessCssClass">
            <summary>
            Gets sets css class which defines the width/height of splitter bar.
            </summary>
            <remarks>
            That class is applied to TD elements which contain DIV elements.
            That class may contain only width attribute for vertical orientation or height for horizontal orientation.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.CollapsePreviousPaneButton">
            <summary>
            Gets reference to button located on splitter bar which allows to collapse or expand SplitterPane located above or on the left side from splitter bar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.CollapseNextPaneButton">
            <summary>
            Gets reference to button located on splitter bar which allows to collapse or expand SplitterPane located below or on the right side from splitter bar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBar.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Constructor.
            </summary>
            <param name="iControlMain">Owner control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Append to list which is passed to client properties of SplitterPanes
            </summary>
            <param name="collectionList"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.HandleLoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Process trigger of postback.
            </summary>
            <param name="postDataKey"></param>
            <param name="postCollection"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.LoadClientCollections(System.Object[])">
            <summary>
            Load properties of every SplitterPane which were passed to client from last session and now got back.
            </summary>
            <param name="collections"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Load the transactions which happened in SplitterPanes on client.
            </summary>
            <param name="collections"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Process values modified on client and update corresponding server properties.
            </summary>
            <param name="list"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.SaveClientProperties">
            <summary>
            Pass server properties to client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.AppStyleInfo">
            <summary>
            Fill AppStyleInfo
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBot.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterBot.DeferLoadPostDataProcessing">
            <summary>
            Internal use
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterButton">
            <summary>
            Class used for collapse/extend buttons located on splitter bar of WebSplitter control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterButton.#ctor(System.Boolean)">
            <summary>
            Constructor for SplitterButton.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterButton.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterButton.ExpandAltText">
            <summary>
            Gets sets alt attribute to collapse/expand button when pane is in collapsed state.
            </summary>
            <remarks>
            If value is equal to "[Default]", then the default value is used, which can be something like "Expand Upper Pane".
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterButton.CollapseAltText">
            <summary>
            Gets sets alt attribute to collapse/expand button when pane is in expanded state.
            </summary>
            <remarks>
            If value is equal to "[Default]", then the default value is used, which can be something like "Collapse Upper Pane".
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterButton.ExpandImageUrl">
            <summary>
            Gets sets url for image which is displayed on button when pane is in collapsed state.
            </summary>
            <remarks>
            If value is empty, then the default value is used and corresponding image should be located in the "images" subdirectory at location defined by AppStyling.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterButton.ExpandImageHoverUrl">
            <summary>
            Gets sets url for image which is displayed on button when pane is in collapsed state and mouse is moved over button.
            </summary>
            <remarks>
            If value is empty, then the default value is used and corresponding image should be located in the "images" subdirectory at location defined by AppStyling.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterButton.CollapseImageUrl">
            <summary>
            Gets sets url for image which is displayed on button when pane is in expanded state.
            </summary>
            <remarks>
            If value is empty, then the default value is used and corresponding image should be located in the "images" subdirectory at location defined by AppStyling.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterButton.CollapseImageHoverUrl">
            <summary>
            Gets sets url for image which is displayed on button when pane is in expanded state and mouse is moved over button.
            </summary>
            <remarks>
            If value is empty, then the default value is used and corresponding image should be located in the "images" subdirectory at location defined by AppStyling.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterClientEvents">
            <summary>
            ClientEvents used by the WebSplitter class
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.#ctor(Infragistics.Web.UI.LayoutControls.WebSplitter,System.Boolean)">
            <summary>
            Create instance of SplitterClientEvents.
            </summary>
            <param name="owner">Reference to owner control</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.PostBackAction(System.Int32)">
            <summary>
            Returns postback action for a particular event.
            </summary>
            <param name="indexOfClientEventName">Index of event at which it appears in the GetClientEventNameList()</param>
            <returns>Postback action. Default implementation returns Off.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.SplitterBarMouseDown">
            <summary>
            Gets sets name of javascript function which is called when splitter bar html element gets mousedown event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.SplitterBarMouseUp">
            <summary>
            Gets sets name of javascript function which is called when splitter bar html element gets mouseup event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.SplitterBarMouseOver">
            <summary>
            Gets sets name of javascript function which is called after splitter bar html element gets mouseover event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.SplitterBarMouseOut">
            <summary>
            Gets sets name of javascript function which is called after splitter bar html element gets mouse out event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.SplitterBarMoving">
            <summary>
            Gets sets name of javascript function which is called while splitter bar is dragging by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.SplitterBarPositionChanging">
            <summary>
            Gets sets name of javascript function which is called before position of splitter bar is changed (mouse was released after splitter bar drag).
            </summary>
            <remarks>
            Action of that event can be canceled or position of splitter bar can be modified.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.SplitterBarPositionChanged">
            <summary>
            Gets sets name of javascript function which is called after position of splitter bar was changed (mouse was released after splitter bar drag).
            </summary>
            <remarks>
            Action of that event can not be canceled and position of splitter bar can not be modified.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.CollapseButtonMouseOver">
            <summary>
            Gets sets name of javascript function which is called when collapse/expand button html element gets mouseover event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.CollapseButtonMouseOut">
            <summary>
            Gets sets name of javascript function which is called when collapse/expand button html element gets mouseout event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.Collapsing">
            <summary>
            Gets sets name of javascript function which is called before collapse of a splitter pane.
            </summary>
            <remarks>
            Action of that event can be canceled.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.Collapsed">
            <summary>
            Gets sets name of javascript function which is called after splitter pane was collapsed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.Expanding">
            <summary>
            Gets sets name of javascript function which is called before expand of a splitter pane.
            </summary>
            <remarks>
            Action of that event can be canceled.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.Expanded">
            <summary>
            Gets sets name of javascript function which is called after splitter pane was expanded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterClientEvents.Loaded">
            <summary>
            Gets sets name of javascript function which is called after all subobjects of control were initialized (first paint).
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterPane">
            <summary>
            Class used by WebSplitter for their splitter panes.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterPane.SaveClientProperties">
            <summary>
            Pass server properties to client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.Visible">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.CssClass">
            <summary>Css class applied to the DIV element used to render content of this pane.</summary>
            <remarks>Note: The class should not contain any attribute related to border or padding, otherwise it may break apperance of control</remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.Collapsed">
            <summary>
            Gets sets collapsed or expanded state of pane.
            </summary>
            <remarks>
            Default state of pane expanded and value of that property is false.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.CollapsedDirection">
            <summary>
            Gets sets the location of a button on a splitter bar which allows to collapse or expand this pane.
            </summary>
            <remarks>
            If this is the first pane in the Panes collection of the WebSplitter and that property is set to NextPane, then the PreviousPane value is used.<br />
            If this is the last pane in the Panes collection of the WebSplitter and that property is set to PreviousPane, then the NextPane value is used.<br />
            If this is the only pane in the Panes collection of the WebSplitter, then that property has no effect.<br />
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.Locked">
            <summary>
            Gets sets ability to enable or disable resizing of this pane by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.MaxSize">
            <summary>
            Gets sets maximum width of SplitterPane if WebSplitter.Orientation is Vertical, or maximum height if Orientation is Horizontal.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.MinSize">
            <summary>
            Gets sets minimum width of SplitterPane if WebSplitter.Orientation is Vertical, or minimum height if Orientation is Horizontal.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.Size">
            <summary>
            Gets sets initial width of SplitterPane for vertical orientation of initial height for horizontal orientation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPane.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterPaneCollection">
            <summary>
            Class used for the Panes property of the WebSplitter.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterPaneCollection.Add">
            <summary>
            Creates new pane and adds it to collection.
            </summary>
            <returns>Reference to pane.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterPaneCollection.Add(Infragistics.Web.UI.LayoutControls.SplitterPane)">
            <summary>
            Adds pane to collection.
            </summary>
            <param name="pane">Reference to pane.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterPaneCollection.Insert(System.Int32,Infragistics.Web.UI.LayoutControls.SplitterPane)">
            <summary>
            Inserts pane into collection.
            </summary>
            <param name="index">Index at which pane should be inserted.</param>
            <param name="pane">Reference to pane.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterPaneCollection.Remove(Infragistics.Web.UI.LayoutControls.SplitterPane)">
            <summary>
            Removes pane from collection.
            </summary>
            <param name="pane">Reference to pane.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterPaneCollection.IndexOf(Infragistics.Web.UI.LayoutControls.SplitterPane)">
            <summary>
            Gets index of pane within collection.
            </summary>
            <param name="pane"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterPaneCollection.Contains(Infragistics.Web.UI.LayoutControls.SplitterPane)">
            <summary>
            Checks if collection contains a particular pane.
            </summary>
            <param name="pane">Reference to pane.</param>
            <returns>True: collection contains pane.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.SplitterPaneCollection.Item(System.Int32)">
            <summary>
            Gets SplitterPane at particular index.
            </summary>
            <param name="index">Index of page.</param>
            <returns>Reference to pane.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.SplitterRenderer">
            <summary>
            Class used to render WebSplitter
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRenderer.ClientMarkerFormatContentDIV">
            <summary>
            Marker for DIV element located in TD of SplitterPane. That contains format position for index of SplitterPane.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRenderer.ClientMarkerFormatBarTD">
            <summary>
            Marker for TD element which represents split-bar located on the right side of a SplitterPane. That contains format position for index of SplitterPane.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRenderer.ClientMarkerFormatBarDIV">
            <summary>
            Marker for DIV element located inside of split-bar TD. That contains format position for index of SplitterPane.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRenderer.ClientMarkerFormatPrevButtonDIV">
            <summary>
            Marker for DIV element which represents collapse-previous button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRenderer.ClientMarkerFormatNextButtonDIV">
            <summary>
            Marker for DIV element which represents collapse-next button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.SplitterRenderer.ClientMarkerTable">
            <summary>
            Marker for TABLE element which contains SplitterPanes.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders whole control including attributes and hidden field.
            </summary>
            <param name="writer">Not null HtmlTextWriter</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterRenderer.RenderPane(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.LayoutControls.SplitterPane,System.Int32,System.Boolean)">
            <summary>
            Render splitter pane.
            That method should render the DIV inside of the TD element.
            </summary>
            <param name="writer">Not null instance of HtmlTextWriter</param>
            <param name="pane">Not null instance of SplitterPane</param>
            <param name="index">Index of pane according to its order in html.</param>
            <param name="horizontal">True: horizontal split (rows of table). False: vertical split (columns of table)</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterRenderer.RenderSplitBar(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.LayoutControls.SplitterPane,System.Int32,System.Boolean,Infragistics.Web.UI.DefaultableBoolean,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Render splitbar.
            </summary>
            <param name="writer">Not null instance of HtmlTextWriter</param>
            <param name="pane">Not null instance of SplitterPane</param>
            <param name="index">Index of pane according to its order in html.</param>
            <param name="horizontal">True: horizontal split (rows of table). False: vertical split (columns of table)</param>
            <param name="collapsePrev">True or NotSet: draw collapsable-button for previous pane. True: pane is in collapsed state.</param>
            <param name="collapseNext">True or NotSet: draw collapsable-button for next pane. True: pane is in collapsed state.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.SplitterRenderer.RenderCollapseButton(System.Web.UI.HtmlTextWriter,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Render collapse-button located on a splitbar.
            </summary>
            <param name="writer">Not null instance of HtmlTextWriter</param>
            <param name="index">Index of pane according to its order in html.</param>
            <param name="horizontal">True: horizontal split, false: vertical split</param>
            <param name="collapsePrev">True: draw collapsable-button for previous pane, false: draw collapse-button for next pane</param>
            <param name="collapsed">True: pane is collapsed</param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.WebSplitter">
            <summary>
            Control which allows to mimic the functionality of a splitter with 2 or more panes.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.ShouldSerializeSplitterBar">
            <summary>
            Check if SplitterBar has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.ResetSplitterBar">
            <summary>Clears the SplitterBar</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.ResetAutoPostBackFlags">
            <summary>Clears the AutoPostBackFlags</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.ShouldSerializePanes">
            <summary>
            Checks if Panes has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.ResetPanes">
            <summary>Clears the Panes</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.CreateLayoutPane">
            <summary>
            Creates new instance of SplitterPane
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.CreateLayoutPaneCollection">
            <summary>
            Creates new instance of SplitterPaneCollection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.CreateRenderer">
            <summary>
            Creates new instance of SplitterRenderer.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.CreateRunBot">
            <summary>
            Creates new instance of RunBot.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.EnsureTemplates">
            <summary>
            Validate and create templates assigned to SplitterPanes.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.SaveAdditionalViewState">
            <summary>
            Save data of subobjects modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.LoadAdditionalViewState(System.Object)">
            <summary>
            Load data for subobjects modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.OnCollapsed(Infragistics.Web.UI.LayoutControls.SplitterPaneCollapsedEventArgs)">
            <summary>
            Raise event after a SplitterPane was collapsed.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.OnExpanded(Infragistics.Web.UI.LayoutControls.SplitterPaneExpandedEventArgs)">
            <summary>
            Raise event after a SplitterPane was expanded.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.OnSplitterPaneSizeChanged(Infragistics.Web.UI.LayoutControls.SplitterPaneSizeChangedEventArgs)">
            <summary>
            Raise event related to changed value of SplitterPane.Size property by client.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.OnSplitterBarPositionChanged(Infragistics.Web.UI.LayoutControls.SplitterBarPositionChangedEventArgs)">
            <summary>
            Raise event related to changed position of a splitter bar.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebSplitter.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback. This method should be used to render any html or objects that need
            to be sent down in the Callback's response. 
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.Orientation">
            <summary>
            Gets sets horizontal or vertical orientation of split bars.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.ResizeWithBrowser">
            <summary>
            Gets sets ability to resize control according to the size of its container when size of browser is changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.UpdateChildControlsByAsyncPostBack">
            <summary>
            Temporary property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.PaneCssClass">
            <summary>
            Gets sets css class which is applied to html elements which represent panes.
            </summary>
            <remarks>
            That class is applied to DIV elements.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.DynamicResize">
            <summary>
            Gets sets ability to resize content of panes while split bar is dragging by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.AccessKey">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.CssClass">
            <summary>Gets sets css class applied to html element which represents this control on client.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.ClientEvents">
            <summary>
            Gets reference to the SplitterClientEvents.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.SplitterBar">
            <summary>
            Gets reference to container of properties related to splitter bars.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.AutoPostBackFlags">
            <summary>
            Gets reference to container for properties that are related to the auto postback options supported by WebSplitter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebSplitter.Panes">
            <summary>
            Gets reference to collection of SplitterPanes.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebSplitter.Collapsed">
            <summary>
            Adds removes event handler which is fired after a SplitterPane was collapsed.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebSplitter.Expanded">
            <summary>
            Adds removes event handler which is fired after a SplitterPane was expanded.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebSplitter.SplitterPaneSizeChanged">
            <summary>
            Adds removes event handler which is fired after value of SplitterPane.Size property was changed by client.
            </summary>
            <remarks>
            The value of that property can be changed due to various reasons.
            Examples:
            <ul>
            <li>Property was not set on intialization</li>
            <li>Size of SplitterPane was modified by collapse/expand action of other pane</li>
            <li>Splitter bar was moved by end user</li>
            <li>WebSplitter was resized by its container</li>
            <li>etc.</li>
            </ul>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebSplitter.SplitterBarPositionChanged">
            <summary>
            Adds removes event handler which is fired after position of splitter bar was changed.
            </summary>
            <remarks>
            That event is raised only if AutoPostBackFlags.SplitterBarPositionChanged property is set to On or Async.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabLocation">
            <summary>
            Specifies the location of tabs relative to content pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabLocation.TopLeft">
            <summary>
            Tabs are located above content pane and aligned to the left side of control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabLocation.TopRight">
            <summary>
            Tabs are located above content pane and aligned to the right side of control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabLocation.BottomLeft">
            <summary>
            Tabs are located below content pane and aligned to the left side of control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabLocation.BottomRight">
            <summary>
            Tabs are located below content pane and aligned to the right side of control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabLocation.LeftTop">
            <summary>
            Tabs are located on left side of content content pane and aligned to the top side of control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabLocation.LeftBottom">
            <summary>
            Tabs are located on left side of content content pane and aligned to the bottom side of control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabLocation.RightTop">
            <summary>
            Tabs are located on right side of content content pane and aligned to the top side of control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabLocation.RightBottom">
            <summary>
            Tabs are located on right side of content content pane and aligned to the bottom side of control
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabDisplayMode">
            <summary>
            Specifies rendering mode of tabs such as single row, scrollable, multi-row.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabDisplayMode.SingleRow">
            <summary>
            Tabs are located in one row without scroll buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabDisplayMode.Scrollable">
            <summary>
            Tabs are located in one row and scroll buttons are displayed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabDisplayMode.MultiRow">
            <summary>
            Tabs are located in multiple rows with predefined row breaks.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabDisplayMode.MultiRowAuto">
            <summary>
            Tabs are located in multiple rows and row breaks are adjusted dynamically on client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabImageAlignment">
            <summary>
            Specifies location of image relative to text.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabImageAlignment.Leading">
            <summary>
            Image is located in front of text.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabImageAlignment.Trailing">
            <summary>
            Image is located after text.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabTextOverflow">
            <summary>
            Specifies if text on tab labels should be clipped or ellipses should be used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabTextOverflow.Clip">
            <summary>
            Text on tab labels is clipped.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabTextOverflow.Ellipsis">
            <summary>
            The ellipsis (...) are displayed if content of tab in larger than its width.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabsOverflow">
            <summary>
            Specifies if size of tab items should be reduced when their overall size is larger than size of control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabsOverflow.KeepSize">
            <summary>
            Size of tab items is keeps according to its size, text and image.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabsOverflow.Reduce">
            <summary>
            Size of tabs is reduced if their overall size does not fit in size of control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabVerticalTextMode">
            <summary>
            Specifies writing mode used to draw vertical text.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabVerticalTextMode.LineBreaks">
            <summary>
            Characters are broken by line breaks.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabVerticalTextMode.IETransformation">
            <summary>
            The "writing-mode:tb-rl" is used, which is supported only by IE browsers.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabRoles">
            <summary>
            Roles defined for the ig_tabtophoriz.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.Control">
            <summary>
            Css for control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.Content">
            <summary>
            Css for content pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.ContentHolder">
            <summary>
            Css for holder of content pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.Tab">
            <summary>
            Css for tab's (includes leading edge)
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabCenter">
            <summary>
            Css for tab's center area (holder of text and images)
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTail">
            <summary>
            Css for tab's trailing edge
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabText">
            <summary>
            Css for tab's text
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirror">
            <summary>
            Css for tab's mirror edge
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorCenter">
            <summary>
            Css for tab's center area of mirror edge
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabOverlap">
            <summary>
            Css for tab when overlapped tabs are enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabImage">
            <summary>
            Css for tab's image
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.CloseButton">
            <summary>
            Css for close button located on tab
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.CloseButtonSize">
            <summary>
            Css for holder of tabs and scroll buttons
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.Holder">
            <summary>
            Css for holder of tabs and scroll buttons
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.HolderNoScroll">
            <summary>
            Css for outer holder of tabs when scrolling is enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.HolderScroll">
            <summary>
            Css for outer holder of tabs when scrolling is enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.HolderScrollInner">
            <summary>
            Css for inner holder of tabs when scrolling is enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.ScrollButton">
            <summary>
            Css for scroll button
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.ScrollButtons">
            <summary>
            Css for container of scroll buttons
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabHover">
            <summary>
            Css for tab in mouse-over state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabCenterHover">
            <summary>
            Css for tab's center area in mouse-over state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTailHover">
            <summary>
            Css for tab's right area in mouse-over state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTextHover">
            <summary>
            Css for tab's text in mouse-over state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorHover">
            <summary>
            Css for tab's mirror edge in mouse-over state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorCenterHover">
            <summary>
            Css for tab's center area of mirror edge in mouse-over state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabSelected">
            <summary>
            Css for tab in selected state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabCenterSelected">
            <summary>
            Css for tab's center area in selected state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTailSelected">
            <summary>
            Css for tab's right area in selected state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTextSelected">
            <summary>
            Css for tab's text in selected state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorSelected">
            <summary>
            Css for tab's mirror edge in selected state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorCenterSelected">
            <summary>
            Css for tab's center area of mirror edge in selected state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabDisabled">
            <summary>
            Css for tab in disabled state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabCenterDisabled">
            <summary>
            Css for tab's center area in disabled state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTailDisabled">
            <summary>
            Css for tab's right area in disabled state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTextDisabled">
            <summary>
            Css for tab's text in disabled state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorDisabled">
            <summary>
            Css for tab's mirror edge in disabled state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorCenterDisabled">
            <summary>
            Css for tab's center area of mirror edge in disabled state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabActive">
            <summary>
            Css for tab in active state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabCenterActive">
            <summary>
            Css for tab's center area in active state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTailActive">
            <summary>
            Css for tab's right area in active state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabTextActive">
            <summary>
            Css for tab's text in active state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorActive">
            <summary>
            Css for tab's mirror edge in active state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMirrorCenterActive">
            <summary>
            Css for tab's center area of mirror edge in active state
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.RoundedTopBottom">
            <summary>
            Css for top and bottom edges of rounded background under content pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.RoundedLeftRight">
            <summary>
            Css for left and right edges of rounded background under content pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.RoundedCorners">
            <summary>
            Css for corners of rounded background under content pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.RoundedFill">
            <summary>
            Css for center area of rounded background under content pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.HolderOfScrollButtonsRounded">
            <summary>
            Css for holder of scroll buttons when rounded background for content pane is enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.HolderOfTabsRounded">
            <summary>
            Css for holder of tabs when rounded background for content pane is enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.HolderOfScrollableTabsRounded">
            <summary>
            Css for holder of tabs when scroll buttons and rounded background for content pane are enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.HolderInnerOfTabsRounded">
            <summary>
            Css for inner holder of tabs when rounded background for content pane is enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.HolderInnerOfScrollableTabsRounded">
            <summary>
            Css for inner holder of tabs when scroll buttons and rounded background for content pane are enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.ContentHolderInner">
            <summary>
            Css for inner holder of content pane
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMoving">
            <summary>
            Css for tab's which is applied while moving by mouse drag
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRoles.TabMovingMarkUp">
            <summary>
            Css for mark-up copy of tab which is moved synchronously with mouse
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabSelectedIndexChangedEventArgs">
            <summary>
            Argument used for event which is raised by WebTab when selected tab was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabSelectedIndexChangedEventArgs.OldIndex">
            <summary>
            Gets old selected index.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabSelectedIndexChangedEventArgs.NewIndex">
            <summary>
            Gets new selected index.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabItemEventArgs">
            <summary>
            Argument used for events related to changes of ContentTabItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemEventArgs.TabItem">
            <summary>
            Gets reference to ContentTabItem which Hidden property was modified on client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabSelectedIndexChangedEventHandler">
            <summary>
            Event delegate used by WebTab when selected tab was changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabItemClosedEventHandler">
            <summary>
            Event delegate used by WebTab when tab item was closed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabItemsMovedEventHandler">
            <summary>
            Event delegate used by WebTab when selected tab was changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabItemAddedEventHandler">
            <summary>
            Event delegate used by WebTab when selected tab was changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabAddNewItem">
            <summary>
            Properties related to adding new ContentTabItem feature used by WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAddNewItem.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabAddNewItem
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAddNewItem.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAddNewItem.ShouldSerializeTextForNewTab">
            <summary>
            Check if TextForNewTab has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAddNewItem.ResetTextForNewTab">
            <summary>Clears the TextForNewTab</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAddNewItem.ShouldSerializeCssClasses">
            <summary>
            Check if CssClasses has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAddNewItem.ResetCssClasses">
            <summary>Clears the CssClasses</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAddNewItem.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.Enabled">
            <summary>
            Gets sets visibility of special add-new-tab button which allows to add new tab item on client.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            Add-new-tab button is rendered in header as extra tab item located after all normal tab items.<br></br>
            Rendering of special add-new-tab button for MultiRow mode is not supported.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.ImageUrl">
            <summary>
            Gets sets the custom image which appears on the add-new-tab button.
            </summary>
            <remarks>
            <p class="note">
            Note: to remove image, the value of "none" or a string with length less than 3 characters can be used.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.HoverImageUrl">
            <summary>
            Gets sets the custom css class applied to the add-new-tab button when mouse is moved over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.ImageAltText">
            <summary>
            Gets sets the custom alt attribute for image on the add-new-tab button.
            </summary>
            <remarks>
            <p class="note">
            If value is equal to "[Default]", then the default value is used.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.Text">
            <summary>
            Gets sets text which appears on the add-new-tab button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.ToolTip">
            <summary>
            Gets sets tooltip which appears on the add-new-tab button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.TextForNewTab">
            <summary>
            Gets sets the default value of Text which appears on added new ContentTabItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.AnimationDuration">
            <summary>
            Gets sets duration of animation effect in milliseconds.
            </summary>
            <remarks>
            Animation is represented by gradual increase of ContentTabItem size and opacity.<br></br>
            Range of values from 0 to 1500. Values less than 30 are equivalent to 0.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.EnableTextEditingOnAdd">
            <summary>
            Gets sets ability to automatically start text-editing of newly added ContentTabItem.
            </summary>
            <remarks>
            <p class="note">
            Note: client events EditingStart and EditingEnd can be used to control editing.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.EnableTextEditingOnDoubleClick">
            <summary>
            Gets sets ability to start text-editing of tab item on double click.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            That property is independant on EnableTextEditingOnAdd and text of any ContentTabItem can be edited.<br></br>
            Client events EditingStart and EditingEnd can be used to control editing.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.EnableSelect">
            <summary>
            Gets sets option to select newly added tab item when it was added by add-new-tab button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.CssClasses">
            <summary>
            Gets reference to container of properties related to custom css classes used by ContentTabItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItem.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses">
            <summary>
            Custom css classed used by TabAddNewItem class.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabItemCssClasses">
            <summary>
            Custom css classed used by tab items of WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.#ctor(System.Object,System.String)">
            <summary>
            Constructor for TabItemCssClasses
            </summary>
            <param name="owner">Owner of this class.</param>
            <param name="id">Extra prefix for id of properties</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.CssClass">
            <summary>
            Gets sets the custom css class applied to the main html element of tab.
            </summary>
            <remarks>
            <p class="note">
            That is applied to SPAN element and it is merged with igtab_XXTab.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TailCssClass">
            <summary>
            Gets sets the custom css class applied to trailing html element of tab.
            </summary>
            <remarks>
            <p class="note">
            That is applied to SPAN element and it is merged with igtab_XXTail.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.CenterCssClass">
            <summary>
            Gets sets the custom css class applied to center html element of tab.
            </summary>
            <remarks>
            <p class="note">
            That is applied to SPAN element and it is merged with igtab_XXCenter.
            That SPAN contains Image and Text html elements.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TextCssClass">
            <summary>
            Gets sets the custom css class applied to the text html element of tab.
            </summary>
            <remarks>
            <p class="note">
            That is applied to SPAN element and it is merged with igtab_XXText.
            That SPAN contains text.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorCssClass">
            <summary>
            Gets sets the custom css class applied to the mirror edge of main html element of tab.
            </summary>
            <remarks>
            <p class="note">
            That is applied to SPAN element and it is merged with igtab_XXMirror.
            That SPAN element contains MirrorCenter html element and it is used only for combination of vertical text with top/bottom locations of tabs.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorCenterCssClass">
            <summary>
            Gets sets the custom css class applied to main html element of tab.
            </summary>
            <remarks>
            <p class="note">
            That is applied to SPAN element and it is merged with igtab_XXMirrorCenter.
            That is used only for combination of vertical text with top/bottom locations of tabs.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.ImageCssClass">
            <summary>
            Gets sets the custom css class applied to image element of tab.
            </summary>
            <remarks>
            <p class="note">
            That is applied to IMG element and it is merged with igtab_XXImage.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.HoverCssClass">
            <summary>
            Gets sets the custom css class for main area used when mouse is moved over tab.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTabHov.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TailHoverCssClass">
            <summary>
            Gets sets the custom css class for tail area used when mouse is moved over tab.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTailHov.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.CenterHoverCssClass">
            <summary>
            Gets sets the custom css class used when mouse is moved over tab.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXCenterHov.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TextHoverCssClass">
            <summary>
            Gets sets the custom css class for text used when mouse is moved over tab.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTextHov.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorHoverCssClass">
            <summary>
            Gets sets the custom css class for mirror area used when mouse is moved over tab.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXMirrorHov.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorCenterHoverCssClass">
            <summary>
            Gets sets the custom css class for mirror center area used when mouse is moved over tab.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXMirrorCenterHov.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.SelectedCssClass">
            <summary>
            Gets sets the custom css class for main area used when tab is selected.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTabSel.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TailSelectedCssClass">
            <summary>
            Gets sets the custom css class for tail area used when tab is selected.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTailSel.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.CenterSelectedCssClass">
            <summary>
            Gets sets the custom css class for center area used when tab is selected.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXCenterSel.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TextSelectedCssClass">
            <summary>
            Gets sets the custom css class for text used when tab is selected.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTextSel.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorSelectedCssClass">
            <summary>
            Gets sets the custom css class for mirror area used when tab is selected.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXMirrorSel.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorCenterSelectedCssClass">
            <summary>
            Gets sets the custom css class for mirror center area used when tab is selected.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXMirrorCenterSel.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.ActiveCssClass">
            <summary>
            Gets sets the custom css class for main area used when tab item is in active state.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTabAct.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TailActiveCssClass">
            <summary>
            Gets sets the custom css class for tail area used when tab item is in active state.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTailAct.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.CenterActiveCssClass">
            <summary>
            Gets sets the custom css class for center area used when tab item is in active state.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXCenterAct.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TextActiveCssClass">
            <summary>
            Gets sets the custom css class for text used when tab item is in active state.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTextAct.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorActiveCssClass">
            <summary>
            Gets sets the custom css class for mirror area used when tab item is in active state.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXMirrorAct.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorCenterActiveCssClass">
            <summary>
            Gets sets the custom css class for mirror center area used when tab item is in active state.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXMirrorCenterAct.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.DisabledCssClass">
            <summary>
            Gets sets the custom css class for main area used when tab is disabled.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTabDis.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TailDisabledCssClass">
            <summary>
            Gets sets the custom css class for tail area used when tab is disabled.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTailDis.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.CenterDisabledCssClass">
            <summary>
            Gets sets the custom css class for center area used when tab is disabled.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXCenterDis.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.TextDisabledCssClass">
            <summary>
            Gets sets the custom css class for text used when tab is disabled.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXTextDis.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorDisabledCssClass">
            <summary>
            Gets sets the custom css class for mirror area used when tab is disabled.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXMirrorDis.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.MirrorCenterDisabledCssClass">
            <summary>
            Gets sets the custom css class for mirror center area used when tab is disabled.
            </summary>
            <remarks>
            <p class="note">
            That is merged with igtab_XXMirrorCenterDis.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCssClasses.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.#ctor(System.Object,System.String)">
            <summary>
            Constructor for TabAddNewItemCssClasses
            </summary>
            <param name="owner">Owner of this class.</param>
            <param name="id">Extra prefix for id of properties</param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.SelectedCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.TailSelectedCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.CenterSelectedCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.TextSelectedCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.MirrorSelectedCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.MirrorCenterSelectedCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.DisabledCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.TailDisabledCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.CenterDisabledCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.TextDisabledCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.MirrorDisabledCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAddNewItemCssClasses.MirrorCenterDisabledCssClass">
            <summary>
            Not supported.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags">
            <summary>
            Container of properties which define auto postback options used by WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for TabAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags.SelectedIndexChanged">
            <summary>
            Gets sets option to trigger postback when selected tab was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags.TabAdded">
            <summary>
            Gets sets option to trigger postback when new tab item was added.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags.TabMoved">
            <summary>
            Gets sets option to trigger postback when tab item was moved.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags.TabClosed">
            <summary>
            Gets sets option to trigger postback when tab item was closed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Constructor.
            </summary>
            <param name="iControlMain">Owner control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Append to list which is passed to client properties of TabItems
            </summary>
            <param name="collectionList"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.HandleLoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Process trigger of postback.
            </summary>
            <param name="postDataKey"></param>
            <param name="postCollection"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.LoadClientCollections(System.Object[])">
            <summary>
            Load properties of every ContentTabItem which were passed to client from last session and now got back.
            </summary>
            <param name="collections"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Load the transactions which happened in TabItems on client.
            </summary>
            <param name="collections"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Process values modified on client and update corresponding server properties.
            </summary>
            <param name="list"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.LoadOccasionalProperty(System.String,System.Object)">
            <summary>
            Load occasional properties. Process "size" member.
            </summary>
            <param name="propName"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.SaveClientProperties">
            <summary>
            Pass server properties to client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.AppStyleInfo">
            <summary>
            Fill AppStyleInfo
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabBot.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabBot.DeferLoadPostDataProcessing">
            <summary>
            Internal use
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabBot.SupportsAjaxIndicator">
            <summary>
            Returns true
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabClientEvents">
            <summary>
            ClientEvents used by the WebTab class
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabClientEvents.NumberOfProperties">
            <summary>
            Returns the number of properties
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabClientEvents.#ctor(Infragistics.Web.UI.LayoutControls.WebTab,System.Boolean)">
            <summary>
            Create instance of TabClientEvents.
            </summary>
            <param name="owner">Reference to owner control</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabClientEvents.PostBackAction(System.Int32)">
            <summary>
            Returns postback action for a particular event.
            </summary>
            <param name="indexOfClientEventName">Index of event at which it appears in the GetClientEventNameList()</param>
            <returns>Postback action. Default implementation returns Off.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.MouseOver">
            <summary>
            Gets sets name of javascript function which is called when mouse is moved over tab, close button or scroll button.
            </summary>
            <remarks>
            Action (change of image or css class) of that event can be canceled.
            Second param in handler is instance of TabMouseEventArgs class, which provides information about TabItem or scroll button involved in event.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.MouseOut">
            <summary>
            Gets sets name of javascript function which is called when mouse is moved out of tab, close button or scroll button.
            </summary>
            <remarks>
            Action (change of image or css class) of that event can be canceled.
            Second param in handler is instance of TabMouseEventArgs class, which provides information about TabItem or scroll button involved in event.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.MouseDown">
            <summary>
            Gets sets name of javascript function which is called when mouse is pressed over tab, close button or scroll button.
            </summary>
            <remarks>
            Action (change selection, close tab or scroll) of that event can be canceled.
            Second param in handler is instance of TabMouseEventArgs class, which provides information about TabItem or scroll button involved in event.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.Scrolling">
            <summary>
            Gets sets name of javascript function which is called before scrolling.
            </summary>
            <remarks>
            Scroll action of that event can be canceled.
            Second param in handler is instance of TabScrollingEventArgs class, which provides information about old and new scroll values.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.Scrolled">
            <summary>
            Gets sets name of javascript function which is called after tabs were scrolled.
            </summary>
            <remarks>
            Scroll action of that event cannot be canceled.
            Second param in handler is instance of TabScrolledEventArgs class, which provides information about old and new scroll values.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.SelectedIndexChanging">
            <summary>
            Gets sets name of javascript function which is called before tab was selected.
            </summary>
            <remarks>
            Selection change can be canceled.
            Second param in handler is instance of TabSelectedIndexChangingEventArgs class, which provides information about old and new selected TabItems.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.SelectedIndexChanged">
            <summary>
            Gets sets name of javascript function which is called after tab was selected.
            </summary>
            <remarks>
            Action cannot be canceled and postback can be triggered.
            Second param in handler is instance of TabItemPostBackEventArgs class, which provides information about selected TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.Loaded">
            <summary>
            Gets sets name of javascript function which is called after all subobjects of control were initialized (first paint).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabClosing">
            <summary>
            Gets sets name of javascript function which is called before closing tab.
            </summary>
            <remarks>
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabClosed">
            <summary>
            Gets sets name of javascript function which is called after tab was closed.
            </summary>
            <remarks>
            Action cannot be canceled and postback can be triggered.
            Second param in handler is instance of TabItemPostBackEventArgs class, which provides information about TabItem which was closed.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.AjaxSubmitting">
            <summary>
            Gets sets name of javascript function which is called before submitting an UpdatePanel of tab.
            </summary>
            <remarks>
            That event is raised only when submit of UpdatePanel was triggered by tab change or mouse click on already selected tab.<br></br>
            That is event is not raised when UpdatePanel was submitted by a local element like button.<br></br>
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.AjaxSubmitted">
            <summary>
            Gets sets name of javascript function which is called after UpdatePanel of tab was submitted.
            </summary>
            <remarks>
            That event is raised only when submit of UpdatePanel was triggered by tab change or by mouse click on already selected tab
            and it is invoked by PageRequestManager.beginRequest.<br></br>
            That is event is not raised when UpdatePanel was submitted by a local element like button.<br></br>
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.AjaxLoaded">
            <summary>
            Gets sets name of javascript function which is called when content of UpdatePanel of tab was refreshed from server.
            </summary>
            <remarks>
            That event is raised only when submit of UpdatePanel was triggered by tab change or by mouse click on already selected tab
            and it is invoked by PageRequestManager.endRequest.<br></br>
            That is event is not raised when UpdatePanel is loaded on initialization or after a full postback.<br></br>
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.UrlSubmitting">
            <summary>
            Gets sets name of javascript function which is called before ContentUrl of tab was submitted.
            </summary>
            <remarks>
            That event is raised only when submit of ContentUrl was triggered by tab change or by mouse click on already selected tab.<br></br>
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.UrlSubmitted">
            <summary>
            Gets sets name of javascript function which is called after ContentUrl of tab was submitted.
            </summary>
            <remarks>
            That event is raised only when submit of ContentUrl was triggered by tab change or by mouse click on already selected tab.<br></br>
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.UrlLoadRequest">
            <summary>
            Gets sets name of javascript function which is called when ContentUrl of tab was requested to load.
            </summary>
            <remarks>
            That event is raised only when user selected a TabItem which ContentUrl was not loaded before.<br></br>
            That is event is not raised when ContentUrl is loaded on initialization or after a postback.<br></br>
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.UrlLoaded">
            <summary>
            Gets sets name of javascript function which is called when ContentUrl of tab was loaded or refreshed from server.
            </summary>
            <remarks>
            That event is raised only when ContentUrl contains local aspx, but not a web site.<br></br>
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.IndicatorShow">
            <summary>
            Gets sets name of javascript function which is called before showing ajax indicator.
            </summary>
            <remarks>
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.IndicatorHide">
            <summary>
            Gets sets name of javascript function which is called when ajax indicator was hidden.
            </summary>
            <remarks>
            Action cannot be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.Focus">
            <summary>
            Gets sets name of javascript function which is called when control gets focus.
            </summary>
            <remarks>
            Action cannot be canceled.
            <p class="note">
            Note: that event is raised when tab header/label gets focus and ready to process key events. It is not raised when content pane gets focus.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.Blur">
            <summary>
            Gets sets name of javascript function which is called when control loses focus.
            </summary>
            <remarks>
            Action cannot be canceled.
            <p class="note">
            Note: that event is raised when tab header/label loses focus. It is not raised when content pane loses focus.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.KeyDown">
            <summary>
            Gets sets name of javascript function which is called when control gets keydown event.
            </summary>
            <remarks>
            Action can be canceled.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.ActiveTabChange">
            <summary>
            Gets sets name of javascript function which is called before active TabItem was changed.
            </summary>
            <remarks>
            Note: That event is raised only when EnableActivation property of WebTab is set to true.<br></br>
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem which is activated.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabMovingStart">
            <summary>
            Gets sets name of javascript function which is called before start of tab moving.
            </summary>
            <remarks>
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem which is going to be moved.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabMoving">
            <summary>
            Gets sets name of javascript function which is called before tab was temporary moved to new location.
            </summary>
            <remarks>
            Action can be canceled.
            Second param in handler is instance of TabMovingEventArgs class, which provides information about TabItem which is going to be moved.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabMoved">
            <summary>
            Gets sets name of javascript function which is called after tab was temporary moved to new location.
            </summary>
            <remarks>
            Action cannot be canceled.
            Second param in handler is instance of TabMovedEventArgs class, which provides information about TabItem which was moved.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabMovingEnd">
            <summary>
            Gets sets name of javascript function which is called before tab was permanently moved to new location.
            </summary>
            <remarks>
            Action can be canceled and in this case TabItem is moved back to its original position before TabMovingStart.
            Second param in handler is instance of TabMovingEventArgs class, which provides information about TabItem which is going to be moved.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabMovedEnd">
            <summary>
            Gets sets name of javascript function which is called after tab was permanently moved to new location.
            </summary>
            <remarks>
            Action cannot be canceled and postback can be triggered.
            Second param in handler is instance of TabItemPostBackEventArgs class, which provides information about TabItem which was moved.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabAdding">
            <summary>
            Gets sets name of javascript function which is called before new tab was added.
            </summary>
            <remarks>
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides index of new TabItem. At this point TabItem is not created yet.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabAdded">
            <summary>
            Gets sets name of javascript function which is called after new tab was added.
            </summary>
            <remarks>
            Action cannot be canceled and postback can be triggered.
            Second param in handler is instance of TabItemPostBackEventArgs class, which provides information about TabItem which was added.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.TabAddAnimationEnded">
            <summary>
            Gets sets name of javascript function which is called after animation of add-new tab was ended.
            </summary>
            <remarks>
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem which animation was ended.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.StartEditing">
            <summary>
            Gets sets name of javascript function which is called before start text-editing of TabItem.
            </summary>
            <remarks>
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem which text will be edited.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabClientEvents.EndEditing">
            <summary>
            Gets sets name of javascript function which is called before end text-editing of TabItem.
            </summary>
            <remarks>
            End edit mode cannot be canceled, but update of text can be canceled and new text can be modified.
            Second param in handler is instance of TabItemEndEditingEventArgs class, which provides information about TabItem which text was edited and value of new text.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabCloseButton">
            <summary>
            Properties related to close button used by ContentTabItem of WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabCloseButton.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabCloseButton
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabCloseButton.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabCloseButton.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.Enabled">
            <summary>
            Shows or hides close buttons on tabs.
            </summary>
            <remarks>
            When user clicks that button, then the ContentTabItem is not removed, but its Hidden property is set to true.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.CssClass">
            <summary>
            Gets sets the custom css class applied to the close button.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXClose.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.SizeCssClass">
            <summary>
            Gets sets the custom css class applied to the tab item in order to adjust its size to fit close button.
            </summary>
            <remarks>
            It should contain padding which match with location and size of close button.
            That class is merged with igtab_XXCloseSize.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.ImageUrl">
            <summary>
            Gets sets the custom css class applied to the close button in normal state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.HoverImageUrl">
            <summary>
            Gets sets the custom css class applied to the close button when mouse is moved over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.AnimationDuration">
            <summary>
            Gets sets duration of close animation effect in milliseconds.
            </summary>
            <remarks>
            Animation is represented by gradual decrease of tab item size and opacity.<br></br>
            Range of values from 0 to 1500. Values less than 30 are equivalent to 0.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.ImageAltText">
            <summary>
            Gets sets the custom alt attribute for image.
            </summary>
            <remarks>
            <p class="note">
            If value is equal to "[Default]", then the default value is used.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.ToolTip">
            <summary>
            Gets sets tooltip.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCloseButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabContentPane">
            <summary>
            Properties related to appearance of content pane used by WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabContentPane.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabContentPane
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabContentPane.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabContentPane.ShouldSerializeRoundedBackground">
            <summary>
            Check if RoundedBackground has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabContentPane.ResetRoundedBackground">
            <summary>Clears the RoundedBackground</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabContentPane.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.CssClass">
            <summary>
            Gets sets the custom css class applied to the content panes of tabs.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXContent.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.HolderCssClass">
            <summary>
            Gets sets the custom css class applied to the holder of content panes of tabs.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXContentHolder.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.HolderInnerCssClass">
            <summary>
            Gets sets the custom css class applied to the inner holder of content panes of tabs.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXContentHolderInner and it is used only when tabs are located on right.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.MaxWidth">
            <summary>
            Gets sets maximum width of content pane.
            </summary>
            <remarks>
            The value of 0 disables that property.
            If TabLocation is top/bottom, then that property is used to set the style:"max-width" of main DIV of WebTab.
            <p class="note">
            Note: that property can be used when AutoSize is enabled, though, not all browsers support that.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.MinWidth">
            <summary>
            Gets sets minimum width of content pane.
            </summary>
            <remarks>
            The value of 0 disables that property.
            If TabLocation is top/bottom, then that property is used to set the style:"min-width" of main DIV of WebTab.
            <p class="note">
            Note: that property can be used when AutoSize is enabled, though, not all browsers support that.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.MaxHeight">
            <summary>
            Gets sets maximum height of content pane.
            </summary>
            <remarks>
            The value of 0 disables that property.
            That property has effect only when AutoSize is enabed or when height of WebTab is not set or it is set to percent value.
            If TabLocation is top/bottom, then that property is used to dynamically limit maximum height of content pane.
            <p class="note">
            Note: not all browsers support that feature.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.MinHeight">
            <summary>
            Gets sets minimum height of content pane.
            </summary>
            <remarks>
            The value of 0 disables that property.
            That property has effect only when AutoSize is enabed or when height of WebTab is not set or it is set to percent value.
            If TabLocation is top/bottom, then that property is used to dynamically limit minimum height of content pane.
            <p class="note">
            Note: not all browsers support that feature.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.AutoSize">
            <summary>
            Gets sets option to adjust size of WebTab to fit content of selected tab item.
            </summary>
            <remarks>
            <p class="body">
            If that property is enabled and height or width of content does not fit in bounds of WebTab, then height or width of WebTab is automatically increased.
            If height or width of content is smaller than current bounds of WebTab, then width and height of WebTab are not affected.
            </p>
            <p class="note">
            If Width or Height of WebTab is not set, then autosize is enabled automatically for Width or Height.
            </p>
            <p class="note">
            The MaxWidth and MaxHeight have priority over that property.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.RoundedBackground">
            <summary>
            Gets reference to container of properties related to rounded background under content panes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabContentPane.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabCssClasses">
            <summary>
            Custom css classed used by WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabCssClasses.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabCssClasses
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabCssClasses.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabCssClasses.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCssClasses.CssClass">
            <summary>
            Gets sets the custom css class applied to the main html element of WebTab.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXControl.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCssClasses.HeaderHolderCssClass">
            <summary>
            Gets sets the custom css class applied to the holder of tabs header.
            </summary>
            <remarks>
            <p class="note">
            That class is appied to the SPAN html element and is merged with igtab_XXContentHolder.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCssClasses.TabsHolderWithoutScrollCssClass">
            <summary>
            Gets sets the custom css class applied to the holder of tabs when scrolling is not enabled.
            </summary>
            <remarks>
            <p class="note">
            That class is appied to the SPAN html element and is merged with igtab_XXHolderNoScroll.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCssClasses.TabsHolderWithScrollCssClass">
            <summary>
            Gets sets the custom css class applied to the holder of tabs when scrolling is enabled.
            </summary>
            <remarks>
            <p class="note">
            That class is appied to the SPAN html element and is merged with igtab_XXHolderScroll.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCssClasses.TabsHolderInnerWithScrollCssClass">
            <summary>
            Gets sets the custom css class applied to the inner html element of holder of tabs when scrolling is enabled.
            </summary>
            <remarks>
            <p class="note">
            That class is appied to the SPAN html element and is merged with igtab_XXHolderScrollInner.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCssClasses.OverlappingTabsCssClass">
            <summary>
            Gets sets the custom css class applied to tab labels when EnableOverlappingTabs is enabled.
            </summary>
            <remarks>
            <p class="note">
            That class is appied to the SPAN html elements for each tab item besides the very first one.
            That class is merged with igtab_XXOverlap.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabCssClasses.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.ContentTabItem">
            <summary>
            Class used by WebTab for their tab panes.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.ContentTabItem.ShouldSerializeTabCssClasses">
            <summary>
            Check if TabCssClasses has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.ContentTabItem.ResetTabCssClasses">
            <summary>Clears the TabCssClasses</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.ContentTabItem.LoadViewState(System.Object)">
            <summary>
            Process UserControlUrl
            </summary>
            <param name="state"></param>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.PropCount">
            <summary>
            Number of properties in this class written to client state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.Visible">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.Enabled">
            <summary>
            Get sets enabled state of ContentTabItem
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.FrameBorder">
            <summary>
            Get sets an option to enable or disable default borders of IFRAME used for ContentUrl.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.ToolTip">
            <summary>Tooltip for label of tab item</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.CssClass">
            <summary>Css class applied to the DIV element used to render content of this pane.</summary>
            <remarks>Note: The class should not contain any attribute related to border or padding, otherwise it may break apperance of control.</remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.Text">
            <summary>
            Gets sets text displayed on ContentTabItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.Hidden">
            <summary>
            Gets sets hidden state of tab.
            </summary>
            <remarks>
            That property does not affect content pane, but only visibility of tab-label.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.EnableCloseButton">
            <summary>
            Gets sets the visibility of close button.
            </summary>
            <remarks>
            If that property is set to NotSet, then CloseButton.Enabled property of WebTab is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.AutoSize">
            <summary>
            Gets sets the ability to resize WebTab to fit content of this pane.
            </summary>
            <remarks>
            If that property is set to NotSet, then ContentPane.AutoSize property of WebTab is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.VisibleIndex">
            <summary>
            Gets sets visible index of this ContentTabItem within Tabs of WebTab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.TabSize">
            <summary>
            Gets sets width of ContentTabItem when TabOrientation is horizontal or height of ContentTabItem when TabOrientation is vertical.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            Please see notes for WebTab.TabItemSize.<br></br>
            If tabs are located at top or bottom and orientation is vertical, then that property has no effect and WebTab.TabItemSize should be used.<br></br>
            If tabs are located at left or right and orientation is horizontal, then that property has no effect and WebTab.TabItemSize should be used.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.Key">
            <summary>
            Gets sets key associated with tab item.
            </summary>
            <remarks>
            <p class="note">
            Note:<br></br>
            That property can be used to find item within collection by FromKey method.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.MarginLeading">
            <summary>
            Get sets margin in front of this tab item.
            </summary>
            <remarks>
            <p class="body">That defines space/separator between tab items.</p>
            <p class="note">
            Notes:
            <ul>
            <li>Only pixel values are supported</li>
            <li>If DisplayMode of WebTab is set to multi-row, then that property is not supported</li>
            <li>If tabs are located on left or right, then actual margin is defined by largest value among this property and MarginTrailing of previous tab item.</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.MarginTrailing">
            <summary>
            Get sets margin between this tab item and next.
            </summary>
            <remarks>
            <p class="body">That defines space/separator between tab items.</p>
            <p class="note">
            Notes:
            <ul>
            <li>Only pixel values are supported</li>
            <li>If DisplayMode of WebTab is set to multi-row, then that property is not supported</li>
            <li>If tabs are located on left or right, then actual margin is defined by largest value among this property and MarginLeading of next tab item.</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.NextRow">
            <summary>
            Gets sets new row for tab item when DisplayMode of WebTab is set to MultiRow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.ImageAlignment">
            <summary>
            Gets sets the location of image relative to the text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.ImageAltText">
            <summary>
            Gets sets alt attribute for image displayed on tab item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.ImageUrl">
            <summary>
            Gets sets url for image displayed on tab item in normal state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.HoverImageUrl">
            <summary>
            Gets sets url for image displayed on tab item when mouse is moved over it.
            </summary>
            <remarks>
            <p class="note">That property has effect only when ImageUrl is set. That property has priority over images defined by SelectedImageUrl and ActiveImageUrl.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.SelectedImageUrl">
            <summary>
            Gets sets url for image displayed on selected tab item.
            </summary>
            <remarks>
            <p class="note">That property has effect only when ImageUrl is set. The images defined by HoverImageUrl and ActiveImageUrl have priority over that property.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.DisabledImageUrl">
            <summary>
            Gets sets url for image displayed on disabled tab item.
            </summary>
            <remarks>
            <p class="note">That property has effect only when ImageUrl is set. That image has priority over all other image related properties.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.ActiveImageUrl">
            <summary>
            Gets sets url for image displayed on active tab item.
            </summary>
            <remarks>
            <p class="note">That property has effect only when ImageUrl is set. That image has priority over SelectedImageUrl. The image defined by HoverImageUrl has priority over that property.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.EnableLoadOnDemandUrl">
            <summary>
            Gets sets option to load url content of selected tab only.
            </summary>
            <remarks>
            <p class="note">
            Notes:
            If that property is set to NotSet, then PostBackOptions.EnableLoadOnDemandUrl property of WebTab is used.<br></br>
            That property has affect only when ContentUrl is set.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.ContentTabItem.TabCssClasses">
            <summary>
            Gets reference to container of properties related to custom css classes used by this tab item.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabItemCollection">
            <summary>
            Class used for the Panes property of the WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCollection.Add">
            <summary>
            Creates new tab item and adds it to collection.
            </summary>
            <returns>Reference to tab item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCollection.Add(Infragistics.Web.UI.LayoutControls.ContentTabItem)">
            <summary>
            Adds tab item to collection.
            </summary>
            <param name="tabItem">Reference to tab item.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCollection.Insert(System.Int32,Infragistics.Web.UI.LayoutControls.ContentTabItem)">
            <summary>
            Inserts tab item into collection.
            </summary>
            <param name="index">Index at which tab item should be inserted.</param>
            <param name="tabItem">Reference to tab item.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCollection.Remove(Infragistics.Web.UI.LayoutControls.ContentTabItem)">
            <summary>
            Removes tab item from collection.
            </summary>
            <param name="tabItem">Reference to tab item.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCollection.IndexOf(Infragistics.Web.UI.LayoutControls.ContentTabItem)">
            <summary>
            Gets index of tab item within collection.
            </summary>
            <param name="tabItem">Reference to tab item.</param>
            <returns>Index of tab item</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCollection.Contains(Infragistics.Web.UI.LayoutControls.ContentTabItem)">
            <summary>
            Checks if collection contains a particular tab item.
            </summary>
            <param name="tabItem">Reference to tab item.</param>
            <returns>True: collection contains tab item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemCollection.FindTabFromKey(System.String)">
            <summary>
            Find item with matching Key property.
            </summary>
            <param name="key">Value of the Key property.</param>
            <returns>Reference to the first found ContentTabItem or null.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemCollection.Item(System.Int32)">
            <summary>
            Gets ContentTabItem at particular index.
            </summary>
            <param name="index">Index of page.</param>
            <returns>Reference to tab item.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabItemStates">
            <summary>
            Properties related to close button used by ContentTabItem of WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemStates.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabItemStates
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemStates.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabItemStates.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemStates.EnableHover">
            <summary>
            Gets sets ability to apply default hover css to tab item when mouse is moved over it.
            </summary>
            <remarks>
            <p class="note">
            Note:<br></br>
            Custom values in WebTab.TabItemCssClasses and ContentTabItem.CssClasses have priority over that property.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemStates.EnableSelected">
            <summary>
            Gets sets ability to apply default selected css to tab item when tab item is selected.
            </summary>
            <remarks>
            <p class="note">
            Note:<br></br>
            Custom values in WebTab.TabItemCssClasses and ContentTabItem.CssClasses have priority over that property.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemStates.EnableDisabled">
            <summary>
            Gets sets ability to apply default disabled css to tab item when tab item is disabled.
            </summary>
            <remarks>
            <p class="note">
            Note:<br></br>
            Custom values in WebTab.TabItemCssClasses and ContentTabItem.CssClasses have priority over that property.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemStates.EnableActive">
            <summary>
            Gets sets ability to apply default active css to tab item when tab item is active.
            </summary>
            <remarks>
            <p class="note">
            Note:<br></br>
            Custom values in WebTab.TabItemCssClasses and ContentTabItem.CssClasses have priority over that property.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabItemStates.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabMoving">
            <summary>
            Properties related to moving ContentTabItem of WebTab by mouse drag.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabMoving.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabMoving
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabMoving.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabMoving.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabMoving.Enabled">
            <summary>
            Gets sets ability to move ContentTabItem by mouse drag.
            </summary>
            <remarks>
            If multi-row tabs are enabled, then that property is not recommended to use, because it has limited support, may lead to misbehavior and does not persist after postback.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabMoving.CssClass">
            <summary>
            Gets sets the custom css class applied to main html element of tab item which is going to be moved.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXTabMoving and may contain opacity attributes.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabMoving.MarkUpCssClass">
            <summary>
            Gets sets the custom css class applied to the mark-up copy of tab item which is moved synchronously with mouse.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXTabMovingMarkUp and may contain opacity attributes.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabMoving.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabPostBackOptions">
            <summary>
            Properties related to postback used by WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabPostBackOptions
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.EnableAjax">
            <summary>
            Gets sets option to enable asynchronous postback of WebTab.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            Asynchronous functionality is achived by wrapping content of tabs into UpdatePanels.
            <br></br>It is not recommended to modify that property within a posback, because
            it will trigger recreation of templates in all tab items, which may slow down performance.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.EnableDynamicUpdatePanels">
            <summary>
            Gets sets option to create UpdatePanels dynamically when asynchronous postback is enabled.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            If EnableAjax is enabled and EnabledLoadOnDemand is disabled, then 
            dynamic UpdatePanels are created regardless of that property.
            <br></br>It is not recommended to modify that property within a posback, because
            it will trigger recreation of templates in all tab items, which may slow down performance.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.EnableAsyncUpdateAllTabs">
            <summary>
            Gets sets option to update content of all tabs if asynchronous postback was triggered by any tab.
            </summary>
            <remarks>
            <p class="note">
            Note: that property has effect for tab items which have templates and EnableAjax is enabled and EnabledLoadOnDemand is disabled.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.EnableReloadingUnselectedTab">
            <summary>
            Gets sets option to submit/update content of unselected tab when selection was changed.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            That property has effect for tab items which have ContentUrl or which have templates and EnableAjax is enabled and EnabledLoadOnDemand is disabled.
            <br></br>It is not recommended to modify that property within a posback, because
            it will trigger recreation of templates in all tab items, which may slow down performance.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.EnableReloadingOnTabClick">
            <summary>
            Gets sets option to submit/update/reload content of already selected tab when it was clicked by mouse.
            </summary>
            <remarks>
            <p class="note">
            Possible cases:
            <ol>
            <li>If tab item points to a local ContentUrl, then that local aspx is submitted.</li>
            <li>If ContentUrl points to an external website, then that site is reloaded.</li>
            <li>If Ajax is enabled, then asynchronous postback is used, otherwise, a full postback is triggered.</li>
            </ol>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.EnableLoadOnDemand">
            <summary>
            Gets sets option to load template of selected tab only.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            If that property triggers side effects, then it should not be used.<br></br>
            If that property is enabled, then EnableAsyncUpdateAllTabs and EnableReloadingUnselectedTab properties have no effect and
            dynamic UpdatePanels are created.
            <br></br>It is not recommended to modify that property within a posback, because
            it will trigger recreation of templates in all tab items, which may slow down performance.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.EnableLoadOnDemandUrl">
            <summary>
            Gets sets option to load url content of selected tab only.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            That property affects only tabs which have value set to their ContentUrl property.
            That property can be used when web-sites run scripts like jQuiry.js which may attempt
            to set focus or calculate offsets on initialization regardless of html element visibility.
            Those can be illegal actions and javascript exceptions can be raised.
            So, that property allows to load only visible selected ContentUrl and get around bugs in those web sites.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.EnableLoadOnDemandViewState">
            <summary>
            Gets sets option to reload all once loaded templates on full postback.
            </summary>
            <remarks>
            <p class="note">
            Note:<br></br>
            That property has effect only when EnableLoadOnDemand is true.<br></br>
            If it is enabled, then all once loaded templates are reloaded on all full postbacks.<br></br>
            While asynchronous postbacks all once loaded templates in UpdatePanels are reloaded regardless of that property,
            otherwise, server raises exception due to failed EventValidation.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabPostBackOptions.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabRenderer">
            <summary>
            Class used to render WebTab
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerContentPanesHolder">
            <summary>
            Marker for DIV element which holder of content panes.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerHeader">
            <summary>
            Marker for SPAN element which contains all tabs and scroll buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerRoundedBack">
            <summary>
            Marker for SPAN element which is rounded background under content panes.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerScroll">
            <summary>
            Marker for SPAN element which is scrollable container of tabs.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerScrollButton1">
            <summary>
            Marker for IMG of left/upper scroll button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerScrollButton2">
            <summary>
            Marker for IMG of right/lower scroll button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerTabItem">
            <summary>
            Marker for main SPAN of tab.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerTabCloseButton">
            <summary>
            Marker for close button IMG of tab.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerAddTab">
            <summary>
            Marker for main SPAN of add-new-tab button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerAddImg">
            <summary>
            Marker for main IMG of add-new-tab button.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerNewTab">
            <summary>
            Marker for main SPAN of new-tab item.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerNewTabDiv">
            <summary>
            Marker for ContentPane (DIV) of new-tab item.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.LayoutControls.TabRenderer.ClientMarkerRightSpan">
            <summary>
            Marker for right SPAN when rounded background is used.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders whole control including attributes and hidden field.
            </summary>
            <param name="writer">Not null HtmlTextWriter</param>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabRoundedBackground">
            <summary>
            Properties related to background of WebTab's content pane built by background images.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabRoundedBackground
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.Enabled">
            <summary>
            Gets sets option to draw rounded background under content panes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.SizeOfCorners">
            <summary>
            Gets sets size of rounded background corners in pixels.
            </summary>
            <remarks>
            That value should not be larger than half of the background image size used for corners.
            Range of values: 2-30.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.ContentPaddingLeft">
            <summary>
            Gets sets padding between left edge of control and content pane.
            </summary>
            <remarks>
            Note: actual location and size of content pane is adjusted on client.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.ContentPaddingTop">
            <summary>
            Gets sets padding between top edge of control and content pane.
            </summary>
            <remarks>
            Note: actual location and size of content pane is adjusted on client.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.ContentPaddingRight">
            <summary>
            Gets sets padding between right edge of control and content pane.
            </summary>
            <remarks>
            Note: actual location and size of content pane is adjusted on client.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.ContentPaddingBottom">
            <summary>
            Gets sets padding between bottom edge of control and content pane.
            </summary>
            <remarks>
            Note: actual location and size of content pane is adjusted on client.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.CornersCssClass">
            <summary>
            Gets sets the custom css class applied to the corners.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class should contain background-image attribute and it is merged with igtab_XXRoundedCorners.<br></br>
            Image should contain all 4 corners and should be at least twice large than SizeOfCorners.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.LeftRightCssClass">
            <summary>
            Gets sets the custom css class applied to the left and right edges.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class should contain background-image attribute and it is merged with igtab_XXRoundedLeftRight.<br></br>
            Image should contain left and right edges and its width should be at least twice large than SizeOfCorners.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.TopBottomCssClass">
            <summary>
            Gets sets the custom css class applied to the top and bottom edges.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class should contain background-image attribute and it is merged with igtab_XXRoundedTopBottom.<br></br>
            Image should contain top and bottom edges and its height should be at least twice large than SizeOfCorners.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.FillCssClass">
            <summary>
            Gets sets the custom css class applied to the center area.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class should contain background-image attribute and it is merged with igtab_XXRoundedFill.<br></br>
            Image should contain fill for center area. It can be of any size.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.HolderOfTabsCssClass">
            <summary>
            Gets sets the custom css class applied to the holder of tabs when rounded background is enabled.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class is merged with igtab_XXRoundedForHolder.<br></br>
            It allows to remove possible border between tabs and content pane and create padding for tabs.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.HolderOfScrollButtonsCssClass">
            <summary>
            Gets sets the custom css class applied to the holder of scroll buttons when rounded background is enabled.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class is merged with igtab_XXRoundedForScroll.<br></br>
            It allows to compensate possible padding defined by HolderOfTabsCssClass.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.HolderOfScrollableTabsCssClass">
            <summary>
            Gets sets the custom css class applied to the holder of tabs when rounded background is enabled and tabs are scrollable.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class is merged with igtab_XXRoundedForHolderScroll and it is used only when orientation of tabs is left or right.<br></br>
            It allows to shift tabs vertically and it should contain only the top style attribute.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.HolderInnerOfTabsCssClass">
            <summary>
            Gets sets the custom css class applied to the inner holder of tabs when rounded background is enabled.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class is merged with igtab_XXRoundedForHolderInner and it is used only when orientation of tabs is left or right.<br></br>
            It allows to shift tabs vertically and it should contain only the top style attribute.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.HolderInnerOfScrollableTabsCssClass">
            <summary>
            Gets sets the custom css class applied to the inner holder of tabs when rounded background is enabled and tabs are scrollable.
            </summary>
            <remarks>
            <p class="note">
            Notes: that class is merged with igtab_XXRoundedForHolderScrollInner and it is used only when orientation of tabs is left or right.<br></br>
            It allows to shift tabs vertically and it should contain only the top style attribute.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabRoundedBackground.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabScrollButton">
            <summary>
            Properties related to scroll button used by WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButton.#ctor(Infragistics.Web.UI.LayoutControls.TabScrollButtons,System.String)">
            <summary>
            Constructor for TabScrollButton
            </summary>
            <param name="owner">Owner of this class.</param>
            <param name="prefix">Prefix for property id.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButton.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButton.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButton.CssClass">
            <summary>
            Gets sets the custom css class applied to button.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXScrollButton.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButton.ImageUrl">
            <summary>
            Gets sets the custom image url to the button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButton.HoverImageUrl">
            <summary>
            Gets sets the custom image url used when mouse is moved over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButton.PressedImageUrl">
            <summary>
            Gets sets the custom image url used when button is in pressed state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButton.DisabledImageUrl">
            <summary>
            Gets sets the custom image url used when button is in disabled state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButton.ImageAltText">
            <summary>
            Gets sets the custom alt attribute for image.
            </summary>
            <remarks>
            <p class="note">
            If value is equal to "[Default]", then the default value is used.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButton.ToolTip">
            <summary>
            Gets sets tooltip for the button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.TabScrollButtons">
            <summary>
            Properties related to scroll buttons used by WebTab.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButtons.#ctor(Infragistics.Web.UI.LayoutControls.WebTab)">
            <summary>
            Constructor for TabScrollButtons
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButtons.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButtons.ShouldSerializePreviousButton">
            <summary>
            Check if PreviousButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButtons.ResetPreviousButton">
            <summary>Clears the PreviousButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButtons.ShouldSerializeNextButton">
            <summary>
            Check if NextButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButtons.ResetNextButton">
            <summary>Clears the NextButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.TabScrollButtons.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButtons.CssClass">
            <summary>
            Gets sets the custom css class applied to the container of scroll buttons.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with igtab_XXScrollButtons.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButtons.StartSpeed">
            <summary>
            Gets sets initial scrolling speed.
            </summary>
            <remarks>
            That value defines number of pixels per second.<br></br>
            Range of values: 30..3000.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButtons.EndSpeed">
            <summary>
            Gets sets maximum scrolling speed.
            </summary>
            <remarks>
            That value defines number of pixels per second.<br></br>
            Range of values: 30..3000.<br></br>
            During first 1.5 seconds, the scroll is gradually increased from StartSpeed to EndSpeed.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButtons.AutoHide">
            <summary>
            Gets sets ability to hide scroll buttons when all tabs are visible.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButtons.ScrollPosition">
            <summary>
            Gets sets scroll position of tab items in pixels.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButtons.PreviousButton">
            <summary>
            Gets reference to container of properties related to button located on left (or top).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButtons.NextButton">
            <summary>
            Gets reference to container of properties related to button located on right (or bottom).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.TabScrollButtons.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.LayoutControls.WebTab">
            <summary>
            Control which displays tab items as buttons, allows to select a single item and shows content of selected item only.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetAutoPostBackFlags">
            <summary>Clears the AutoPostBackFlags</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeTabs">
            <summary>
            Checks if Tabs has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetTabs">
            <summary>Clears the Tabs</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeTabItemCssClasses">
            <summary>
            Check if TabItemCssClasses has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetTabItemCssClasses">
            <summary>Clears the TabItemCssClasses</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeCssClasses">
            <summary>
            Check if CssClasses has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetCssClasses">
            <summary>Clears the CssClasses</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeCloseButton">
            <summary>
            Check if CloseButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetCloseButton">
            <summary>Clears the CloseButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeAddNewTabItem">
            <summary>
            Check if AddNewTabItem has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetAddNewTabItem">
            <summary>Clears the AddNewTabItem</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeScrollButtons">
            <summary>
            Check if ScrollButtons has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetScrollButtons">
            <summary>Clears the ScrollButtons</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeContentPane">
            <summary>
            Check if ContentPane has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetContentPane">
            <summary>Clears the ContentPane</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializePostBackOptions">
            <summary>
            Check if PostBackOptions has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetPostBackOptions">
            <summary>Clears the PostBackOptions</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeTabMoving">
            <summary>
            Check if TabMoving has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetTabMoving">
            <summary>Clears the TabMoving</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeTabItemStates">
            <summary>
            Check if TabItemStates has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetTabItemStates">
            <summary>Clears the TabItemStates</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ShouldSerializeAjaxIndicator">
            <summary>
            Check if AjaxIndicator has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.ResetAjaxIndicator">
            <summary>Clears the AjaxIndicator</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.CreateLayoutPane">
            <summary>
            Creates new instance of ContentTabItem
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.CreateLayoutPaneCollection">
            <summary>
            Creates new instance of TabItemCollection.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.CreateRenderer">
            <summary>
            Creates new instance of TabRenderer.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.CreateRunBot">
            <summary>
            Creates new instance of RunBot.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.OnInit(System.EventArgs)">
            <summary>
            Ensure templates.
            Note: that is required to support controls which rely on processing Page.Load/Complete event.
            For example, WebDatePicker can create shared calendar only if it gets Page.LoadComplete.
            But default logic of dot-net creates child control within OnPreRender, which is too late
            for WebDatePicker.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.OnLoad(System.EventArgs)">
            <summary>
            Ensure templates.
            Note: that is required to support controls which rely on processing Page.Load/Complete event.
            For example, WebDatePicker can create shared calendar only if it gets Page.LoadComplete.
            But default logic of dot-net creates child control within OnPreRender, which is too late
            for WebDatePicker.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.LoadViewState(System.Object)">
            <summary>
            Load data modified at run time. Check if PostBackOption were modified and trigger validation of templates.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.CreateChildControls">
            <summary>
            Create templates for TabItems
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.EnsureTemplates">
            <summary>That method is not supported.</summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.InstantiateTemplates">
            <summary>
            Instantiate child controls from templates.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.SaveAdditionalViewState">
            <summary>
            Save data of subobjects modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.LoadAdditionalViewState(System.Object)">
            <summary>
            Load data for subobjects modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.OnSelectedIndexChanged(Infragistics.Web.UI.LayoutControls.TabSelectedIndexChangedEventArgs)">
            <summary>
            Raise event related to change of selected tab.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.OnTabItemClosed(Infragistics.Web.UI.LayoutControls.TabItemEventArgs)">
            <summary>
            Raise event related to change of selected tab.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.OnTabItemAdded(Infragistics.Web.UI.LayoutControls.TabItemEventArgs)">
            <summary>
            Raise event related to change of selected tab.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.OnTabItemsMoved(System.EventArgs)">
            <summary>
            Raise event related to change of selected tab.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.LayoutControls.WebTab.FindTabFromKey(System.String)">
            <summary>
            Find item with matching Key property.
            </summary>
            <param name="key">Value of the Key property.</param>
            <returns>Reference to the first found ContentTabItem or null.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.TabOrientation">
            <summary>
            Gets sets horizontal or vertical orientation of text and images in tabs.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            If vertical orientation is enabled, then for Top and Bottom tabs locations the TabsOverflow.Reduce is not supported.
            If vertical orientation is enabled and line breaks are used, then TextOverflow.Ellipsis is not supported.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.TabLocation">
            <summary>
            Gets sets location of tabs relative to content pane.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            The values of TopRight, BottomRight, LeftBottom and RightBottom are supported only for DisplayMode.SingleRow.<br></br>
            The LeftBottom and RightBottom have effect only at run time and at design time tabs are rendered at the top.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.DisplayMode">
            <summary>
            Gets sets display mode of tabs such as single row, scrollable single row, multi row or multi row auto.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            Multirow is not supported when tabs are located on left or right sides, or when tabs are located on top or bottom and orientation is vertical.<br></br>
            If multi row is enabled and tabs are located on top or bottom, then add-new-tab item is not supported and tab-moving is not recommended to use due to possible misbehavior.<br></br>
            If multi row is enabled and tabs are located on left or right and orientation is vertical, then tabs are stretched to the height of control.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.EnableOverlappingTabs">
            <summary>
            Gets sets ability for tab labels to overlap their siblings.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.VerticalTextMode">
            <summary>
            Gets sets writing mode used to draw vertical text.
            </summary>
            <remarks>
            <p class="body">
            That property is supported by IE browsers only. When it is enabled, then style attribute "writing-mode:tb-rl" is used.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.EnableActivation">
            <summary>
            Gets sets ability to get focus and respond on keys in order to change active tab and select it.
            </summary>
            <remarks>
            <p class="body">
            If that property is enabled, then
            <ul>
            <li>WebTab will get focus on tabbing according to tab order of elements on page and selected tab will be activated</li>
            <li>Tab item will be activated on mousedown</li>
            <li>Active tab item will be changed on arrows, Home and End keys</li>
            <li>Active tab item will be selected on Space or Enter keys</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.TabItemSize">
            <summary>
            Gets sets width of tab item when TabOrientation is horizontal or height of tab item when TabOrientation is vertical.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            That property may have no effect for some combinations of TabLocation and TabOrientation and only pixel and percentage values are supported.<br></br>
            If DisplayMode is set to multi row and tabs are located at top or bottom and orientation is horizontal, then tabs are stretched to the width of control.<br></br>
            If DisplayMode is set to multi row and tabs are located at left or right and orientation is vertical, then tabs are stretched to the height of control.<br></br>
            If tabs are located at left or right and orientation is horizontal, then default value of 100px is used regardless of content of tabs.
            If application needs other size, then that property should be set.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.TextOverflow">
            <summary>
            Gets sets option to show ellipsis "...", if content of tab does not fit in its bounds.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            If value is set to Clip, then text is clipped by bounds of tab item and may run over possible close button and other elements.<br></br>
            If value is set to Ellipsis and orientation is vertical and text is built by line breaks, then "..." is not supported, however
            the length of text is reduced to fit it in client area.<br></br>
            If Text of tab item contains html tags (inner elements), then that property is not supported for those tab items.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.SelectedIndex">
            <summary>
            Gets sets index of selected tab item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.TabsOverflow">
            <summary>
            Gets sets option to reduce sizes of tabs if their overall size does not fit in size of control.
            </summary>
            <remarks>
            <p class="body">
            In case of tabs located on top or bottom that property has effect only when TabOrientation is horizontal, DisplayMode is SingleRow or MultiRow and width of WebTab is set.
            In case of tabs located on left or right that property has effect only when TabOrientation is vertical, DisplayMode is SingleRow and height of WebTab is set.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.EnableValidation">
            <summary>
            Gets sets option to validate asp Validators located in selected tab when selected tab
            is changed or reloading content of tab is requested.
            </summary>
            <remarks>
            <p class="body">
            If validation fails, then change selection or reload action is canceled.
            Validation is supported for child controls located in ContentPane of selected tab item and for ContentUrl which points to a local aspx.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.VisibleHeader">
            <summary>
            Gets sets visibility of header.
            </summary>
            <remarks>
            <p class="note">
            That property does not affect rendering of html elements to client, but only changes their visibility.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.VisibleContent">
            <summary>
            Gets sets visibility of content.
            </summary>
            <remarks>
            <p class="note">
            That property does not affect rendering of html elements to client, but only changes their visibility.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.AccessKey">
            <summary>Not supported property</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.CssClass">
            <summary>Not used by control.</summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.ClientEvents">
            <summary>
            Gets reference to the TabClientEvents.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.AutoPostBackFlags">
            <summary>
            Gets reference to container for properties that are related to the auto postback options supported by WebTab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.Tabs">
            <summary>
            Gets reference to collection of tab items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.TabItemCssClasses">
            <summary>
            Gets reference to container of properties related to custom css classes used by tab items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.CssClasses">
            <summary>
            Gets reference to container of properties related to custom css classes used by WebTab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.CloseButton">
            <summary>
            Gets reference to container of properties related to close button on tab items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.AddNewTabItem">
            <summary>
            Gets reference to container of properties related to special "add-new-tab-item" tab/button rendered by WebTab.
            </summary>
            <remarks>
            <p class="note">
            If DisplayMode is set to MultiRow, then that property is not supported.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.ScrollButtons">
            <summary>
            Gets reference to container of properties related to scroll buttons used by WebTab.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only when DisplayMode is set to Scrollable.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.ContentPane">
            <summary>
            Gets reference to container of properties related to appearance of content pane used by WebTab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.PostBackOptions">
            <summary>
            Gets reference to container of properties related to postback, ajax and ContentUrl reloading.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.TabMoving">
            <summary>
            Gets reference to container of properties related to ability to move tab item by mouse drag.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            Move of any item on client may trigger change of VisibleIndex properties of all tab items.<br></br>
            If DisplayMode is MultiRow, then it is not recommended to enable that property, because it may trigger misbehavior, tabs can be moved within same row only and after a postback visible indexes can be reset to original values.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.TabItemStates">
            <summary>
            Gets reference to container of properties related to supported states of tab items.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            The more states are enabled, the higher possibility that tabs will flicker on state change and the larger size of generated html.<br></br>
            That class does not affect custom css properties set by TabItemCssClasses objects.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.LayoutControls.WebTab.AjaxIndicator">
            <summary>
            Gets reference to container of properties related to ajax indicator.
            </summary>
            <remarks>
            <p class="body">If value of a sub-property is not set, then corresponding property of shared indicator is used.
            Shared indicator can be accessed on server using Infragistics.Web.UI.Framework.AppSettings.SharedAjaxIndicator and on client: $util.get_ajaxIndicator().
            </p>
            </remarks>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebTab.SelectedIndexChanged">
            <summary>
            Adds removes event handler which is fired after selected tab was changed.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebTab.TabItemClosed">
            <summary>
            Adds removes event handler which is fired when tab item was closed on client (Hidden property was changed).
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebTab.TabItemAdded">
            <summary>
            Adds removes event handler which is fired when new tab item was added on client.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.LayoutControls.WebTab.TabItemsMoved">
            <summary>
            Adds removes event handler which is fired when tab items were moved on client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownAutoPostBackFlags">
            <summary>
            Container of properties which define auto postback options used by WebDropDown.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for DropDownAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownAutoPostBackFlags.ValueChanged">
            <summary>
            Gets sets auto postback options applied to value change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownAutoPostBackFlags.SelectionChanged">
            <summary>
            Gets sets auto postback options applied to selection change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownBot">
            <summary>
            The <see cref="T:Infragistics.Web.UI.Framework.RunBot">RunBot</see> class is a companion to the main control class of a companion.  It's primary function is to
            offload control functionality so that the main control is free to inherit from any other control class 
            in the ASP.NET framework.  Since the main control object is a rather heavy object, it is best to put as much
            functionality into base classes so that it can be shared and reused.  But if the main control object
            must inherit from a base class other than one defined in the framework, then it would not be able to
            participate in the framework without duplicating a great deal of code.  Therefore, by offloading the majority
            of functionality from the control object itself to a RunBot derivation class, the framework logic can be 
            kept in the RunBot and the control can derive from any base class it needs to.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListBot.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Loads the transaction list for a collection of objects and applies the updated values to each of the objects.
            </summary>
            <param name="collections"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListBot.FormatCollectionEvent(Infragistics.Web.UI.ListControls.ListItem,System.Int32,System.Object)">
            <summary>
            Method that formats and event for later firing and fires a changing event if necessary.
            Derived class must override this to provide the necessary support.
            </summary>
            <param name="item">The item that changed</param>
            <param name="index">The property index : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListBot.FormatCollectionEvent(Infragistics.Web.UI.ListControls.ListItem,System.String,System.Object)">
            <summary>
            Method that formats and event for later firing and fires a changing event if necessary.
            Derived class must override this to provide the necessary support.
            </summary>
            <param name="item">The item that changed</param>
            <param name="propName">The property name : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListBot.ResolveItem(System.String)">
            <summary>
            Allows derived classes to resolve Items by using the string address
            </summary>
            <param name="fullAddress">The string address of the item to be resolved.  i.e. 3.1.0 </param>
            <returns>Returns the item in the collection that matches the passed in string address.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownBot">DropDownBot</see>
            </summary>
            <param name="iControlMain">The WebControl that the DropDownBot should help out.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.WriteAdditionalClientProperties(System.Text.StringBuilder)">
            <summary>
            Writes the additional client properties.
            </summary>
            <param name="builder">The builder.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.WriteDropDownJSON(System.Text.StringBuilder,Infragistics.Web.UI.ListControls.DropDownItemCollection)">
            <summary>
            Writes the drop down JSON.
            </summary>
            <param name="builder">The builder.</param>
            <param name="items">The items.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.WriteDropDownItemJSON(System.Text.StringBuilder,Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Writes the JSON for each individual drop down item.
            </summary>
            <param name="builder">The builder.</param>
            <param name="item">The item.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.SaveViewState">
            <summary>
            Saves the view state of the DropDownBot when rendering down to the client.
            </summary>
            <returns>Saved view state object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            A.T. 11 / 09/ 2009 
            we need this so that items state is loaded before the properties so that 
            SelectedItemIndex is set to the correct item. Why? because the new implementation for 
            SelectedItemIndex's getter will basically loop through the items and return the first selected item. 
            If item's state is not updated, we will end up returning the old selection
            ASP DropDownList and ListControl are functioning in the same way (i.e. looping through items)
            this enables us to return the correct selected index, when selection is just set by setting
            the Selected property of any item. 
            </summary>
            <param name="collections"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.LoadClientPropsTransactionList(System.Collections.Generic.Dictionary{System.String,System.Object})">
            <summary>
            Process values modified on client and update corresponding server properties.
            </summary>
            <param name="list"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.LoadPositionalProperty(System.Int32,System.Object)">
            <summary>
            Filter CurrentValue
            </summary>
            <param name="index"></param>
            <param name="value"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.LoadViewState(System.Object)">
            <summary>
            Loads the view state after returning from the client.
            </summary>
            <param name="savedState">Previously saved view state object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.EnsureFlags">
            <summary>
            A method internally used by the framework to determine which <see cref="T:Infragistics.Web.UI.ClientUIFlags">ClientUIFlags</see> should be set on the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.RaisePostDataChangedEvent">
            <summary>
            Called by the base <see cref="T:Infragistics.Web.UI.Framework.RunBot">RunBot</see> in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.FormatCollectionEvent(Infragistics.Web.UI.ListControls.ListItem,System.Int32,System.Object)">
            <summary>
            Called by the ListBot base class to create an EventList item if and event needs to be fired.
            </summary>
            <param name="item">The item that changed</param>
            <param name="propIndex">The property index : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownBot.AppStyleInfo">
            <summary>
            This is where a control needs to set up their <see cref="M:Infragistics.Web.UI.ListControls.DropDownBot.AppStyleInfo">AppStyleInfo</see> object. 
            If you are deriving from this control and want to apply differnt appstyling, you need to override this
            method and define your own Roles. 
            </summary>
            <returns>A new AppStyleInfo object. </returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownBot.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownBot.DeferLoadPostDataProcessing">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownBot.SupportsAjaxIndicator">
            <summary>
            Returns true
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownButton.#ctor(System.Boolean)">
            <summary>
            Constructor for DropDownButton
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownButton.Visible">
            <summary>
            Not available.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownClientEvents.#ctor(Infragistics.Web.UI.ListControls.WebDropDown,System.Boolean)">
            <summary>
            Create instance of DropDownClientEvents.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownClientEvents.PostBackAction(System.Int32)">
            <summary>
            Returns postback action for a particular event.
            </summary>
            <param name="indexOfClientEventName">Index of event at which it appears in the GetClientEventNameList()</param>
            <returns>Postback action. Default implementation returns Off.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownClientEvents.DataBinding">
            <summary>
            Event is fired when EnableClientRendering=true, and databinding takes place on the client
            </summary>
            <value>The data binding.</value>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownClientEvents.DataBound">
            <summary>
            Event is fired when EnableClientRendering=true, and data is already bound on the client
            </summary>
            <value>The data bound.</value>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownClientEvents.ItemRendering">
            <summary>
            Event is fired when EnableClientRendering=true and an item is about to be rendered on the client
            </summary>
            <value>The item rendering.</value>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownClientEvents.ItemRendered">
            <summary>
            Event is fired when EnableClientRendering=true and after an item is rendered on the client
            </summary>
            <value>The item rendered.</value>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownClientRenderer">
            <summary>
            Renderer for WebDropDown which supports client-side templating and binding
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownRenderer.AddClass(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.ListControls.DropDownRoles,System.String)">
            <summary>
            A helper method that adds the Class attribute to a HTML element.
            </summary>
            <param name="writer"></param>
            <param name="role">The <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerRoles">ImageViewerRoles</see> that should be resolved.</param>
            <param name="classNames">A list of CSS Class names that should be rendered along with the ImageViewerRoles</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render all html tags related to control, including hidden fields.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownRenderer.RenderClientSideTemplate(System.Web.UI.HtmlTextWriter)">
            <summary>
            This method is to be overriden inside the DropDownClientRenderer to render the client templates
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownRenderer.RenderItems(System.Web.UI.HtmlTextWriter,System.Boolean)">
            <summary>
            AJAX callback
            Render no more than AutoFilterResultSize !!!
            </summary>
            <param name="writer"></param>
            <param name="autoFilter"> perform filter limit to the number of items rendered </param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownClientRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Client rendering override for the RenderContents
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownClientRenderer.RenderClientSideTemplate(System.Web.UI.HtmlTextWriter)">
            <summary>
            This method is to be overriden inside the DropDownClientRenderer to render the client templates
            </summary>
            <param name="writer">The writer.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownDataBindingManager.#ctor(System.Web.UI.WebControls.WebControl)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownDataBindingManager">DropDownDataBindingManager</see>
            </summary>
            <param name="control">The control object which owns the DropDownDataBindingManager.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownDataBindingManager.OnItemBound(Infragistics.Web.UI.IDataObject)">
            <summary>
            Called when am item is bound. 
            This method will trigger the ItemBound event. 
            </summary>
            <param name="dataObject">The <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> that was bound.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownCaptionArea.ToString">
            <summary>
            Overriden so that at DesignTime the object can display whether it "(Has Data)" when a value is set.
            </summary>
            <returns>An empty string.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownCaptionArea.Text">
            <summary>
            The text that will be rendered out when the object doesn't contain a template. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownCaptionArea.Visible">
            <summary>
            Indicates whether the control is visible and rendered. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownCaptionArea.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ListItem">
            <summary>
            Represents an item for flat data controls. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListItem.Clone">
            <summary>
            Creates a clone of the ListItem.
            </summary>
            <returns>A new ListItem with all of the same property values as this item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListItem.EnsureTemplate">
            <summary>
            Overrides the framework invocation to instantiate all templates for the control that are needed.  This method is called
            automatically by the framework during the page lifecycle to ensure that all templates are created.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListItem.EnsureFlags">
            <summary>
            A method internally used by the framework to determine which ClientUIFlags should be set on the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.ToolTip">
            <summary>
            Returns/sets the text that will be displayed when the mouse is over the item. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.Enabled">
            <summary>
            Enabled state of the item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.Visible">
            <summary>
            Indicates whether the item is visible. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.Key">
            <summary>
            Returns/sets a string value that can be used to store extra information on the item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.NavigateUrl">
            <summary>
            Returns/sets a url that will be navigated to when an item is clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.Target">
            <summary>
            Returns/sets where the NavigateUrl will be navigated to when an item is clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.ListControl">
            <summary>
            A reference to the ListControl that the item belongs to. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.TemplateId">
            <summary>
            ID of Template within the TemplateCollection.  Identifies the template to use for this ListItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItem.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItem.SaveClientProperties">
            <summary>
             override to save the CSS-related properties to enable separate styling of individual items
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.Text">
            <summary>
            Returns/sets the text that will be displayed for the item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.Value">
            <summary>
            Returns/sets the data value of the item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.Disabled">
            <summary>
            Indicates whether the item is currently disabled or not
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.Enabled">
            <summary>
            Indicates whether the item is currently enabled or not
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.Selected">
            <summary>
            Indicates whether the item is currently selected or not
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.Activated">
            <summary>
            Indicates whether the item is currently activated on the client or not
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.IsCustom">
            <summary>
            Indicates whether the item is customly created or has been in the databound list from the start
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.Index">
            <summary>
            The index of the item in it's parent's collection. If it does not belong to a collection, the index will be -1.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.FullAddress">
            <summary>
            The index of the item converted to a string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.NavigateUrl">
            <summary>
            Returns/sets a url that will be navigated to when an item is clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.CssClass">
            <summary>
            
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.ActiveCssClass">
            <summary>
            
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.HoverCssClass">
            <summary>
            
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.SelectedCssClass">
            <summary>
            
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItem.DisabledCssClass">
            <summary>
            
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemBinding">
            <summary>
            This class extends ListItemBinding to add additional property bindings.
            Property DataBindings are used to map data fields from the database to property values on items in a collection. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ListItemBinding">
            <summary>
            This class extends DataBinding to add additional property bindings.
            Property DataBindings are used to map data fields from the database to property values on items in a collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.Data.DataBinding">
            <summary>
            Serves as base class for objects which carry out databing operations to populate control collections from a datasource
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.Data.DataBinding.#ctor">
            <summary>
            Public constructor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataBinding.DataMember">
            <summary>
            	<p class="body">Returns or sets a string value that identifies the xml tag within the datasource that the node or item is bound to.</p>
            </summary>
            <value></value>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataBinding.Depth">
            <summary>
            	<p class="body">Sets or gets an integer value that determines the level depth to which this NodeBinding applies.  This NodeBinding will have no effect on Xml elements at other levels within the data source.</p>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.Data.DataBinding.KeyField">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the Key property
            of the Item or Node object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItemBinding.DataMember">
            <summary>
            Must hide these members because they don't apply for flat databinding
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItemBinding.Depth">
            <summary>
            Must hide these members because they don't apply for flat databinding
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItemBinding.NavigateUrlFormatString">
            <summary>
            <p class="body">Returns or sets a string value that is used to format the NavigateUrl property of a Item when the Item is being databound.  </p>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItemBinding.NavigateUrlFields">
            <summary>
            A data field that will be mapped to the NavigateUrl property of the Item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItemBinding.TargetField">
            <summary>
            A data field that will be mapped to the Target property of the Item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItemBinding.ToolTipField">
            <summary>
            A data field that will be mapped to the ToolTip property of the Item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItemBinding.KeyField">
            <summary>
            A data field that will be mapped to the Key property of the Item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemBinding.#ctor(Infragistics.Web.UI.ListControls.WebDropDown)">
            <summary>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemBinding.PreBind(System.ComponentModel.PropertyDescriptorCollection)">
            <summary>
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemBinding.BindValue(Infragistics.Web.UI.IDataObject,System.Object)">
            <summary>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemBinding.TextField">
            <summary>
            A data field that will be mapped to the Text property of the Item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemBinding.ValueField">
            <summary>
            A data field that will be mapped to the Value property of the Item.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemCollection">
            <summary>
            A collection of DropDownItems.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemCollection.Add(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemCollection.IndexOf(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemCollection.Insert(System.Int32,Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemCollection.Contains(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemCollection.Remove(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> from the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemCollection.FindItemByValue(System.String)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="value"> the value to search for in the Value property for every item in the collection </param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemCollection.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownValueDisplay.#ctor(System.Boolean)">
            <summary>
            Constructor for DropDownValueDisplay
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownValueListContainer.Add(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownValueListContainer.IndexOf(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownValueListContainer.Insert(System.Int32,Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownValueListContainer.Contains(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownValueListContainer.Remove(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> from the collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownDisplayMode">
            <summary>
            The dropdown display mode (related to editing in the input and selection) 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownDisplayMode.DropDownList">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownDisplayMode.DropDown">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownDisplayMode.ReadOnly">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownDisplayMode.ReadOnlyList">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownOrientation">
            <summary>
            Orientation of the drop down container
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownOrientation.Default">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownOrientation.Center">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownOrientation.Left">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownOrientation.Right">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownOrientation.TopLeft">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownOrientation.TopRight">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownOrientation.BottomLeft">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownOrientation.BottomRight">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownValueDisplayType">
            <summary>
            An enumeration for the allowed value display types
            in the case of "Simple", we render the value display, otherwise we use an 
            already provided control and communicate with it through a predefined
            interface
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownValueDisplayType.Simple">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownValueDisplayType.WebTextEditor">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownAutoFilterSortOrder">
            <summary>
            sort order for the items in the auto filter list, when auto filtered is enabled and used
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownAutoFilterSortOrder.Ascending">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownAutoFilterSortOrder.Descending">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownMultipleSelectionType">
            <summary>
            multiple selection type 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownMultipleSelectionType.Checkbox">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownMultipleSelectionType.Keyboard">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.AutoFilterQueryTypes">
            <summary>
            DB query is built based on the AutoFilterQueryType
            in case the developer would like a more complex and involved query,
            he should use the respective client-side/server-side events 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.AutoFilterQueryTypes.StartsWith">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.AutoFilterQueryTypes.EndsWith">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.AutoFilterQueryTypes.Contains">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.AutoFilterQueryTypes.DoesNotContain">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.AutoFilterQueryTypes.Equals">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.AutoFilterQueryTypes.DoesNotEqual">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownAnimationTypes.Linear">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownAnimationTypes.EaseIn">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownAnimationTypes.EaseOut">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownAnimationTypes.EaseInOut">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownAnimationTypes.Bounce">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.ListControls.WebDropDown">WebDropDown</see> will send to the client.
            This should only be used when a control dervies from the WebDropDown and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.DisplayMode">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.DisplayMode">DisplayMode</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.ValueListMaxHeight">
            <summary>
            Represents the <see cref="!:WebDropDown.ValueListMaxHeight">ValueListMaxHeight</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.OffsetX">
            <summary>
            Represents the <see cref="!:WebDropDown.OffsetX">OffsetX</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.OffsetY">
            <summary>
            Represents the <see cref="!:WebDropDown.OffsetY">OffsetY</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnablePaging">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.EnablePaging">EnablePaging</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.PageSize">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.PageSize">PageSize</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.SelectedItemIndex">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.SelectedItemIndex">SelectedItemIndex</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.SelectedItemIndices">
            <summary>
            Represents the <see cref="!:WebDropDown.SelectedItemIndices">SelectedItemIndices</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.MultiSelectValueDelimiter">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.MultiSelectValueDelimiter">MultiSelectValueDelimiter</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableCustomValueSelection">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableCustomValueSelection">EnableCustomValueSelection</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableMultipleSelection">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableMultipleSelection">EnableMultipleSelection</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.CloseDropDownOnSelect">
            <summary>
            Represents the <see cref="!:WebDropDown.CloseDropDownOnSelect">CloseDropDownOnSelect</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.PersistCustomValues">
            <summary>
            Represents the <see cref="!:WebDropDown.PersistCustomValues">PersistCustomValues</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableAutoFiltering">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableAutoFiltering">EnableAutoFiltering</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.AutoFilterQueryType">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoFilterQueryType">AutoFilterQueryType</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.AutoFilterResultSize">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoFilterResultSize">AutoFilterResultSize</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.AutoFilterSortOrder">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoFilterSortOrder">AutoFilterSortOrder</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableAutoCompleteFirstMatch">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableAutoCompleteFirstMatch">EnableAutoCompleteFirstMatch</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableLoadOnDemand">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableLoadOnDemand">EnableLoadOnDemand</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.DropDownContainerWidth">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownContainerWidth">DropDownContainerWidth</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.DropDownContainerHeight">
            <summary>
            Represents the <see cref="F:Infragistics.Web.UI.ListControls.WebDropDown.ContainerHeight">DropDownContainerHeight</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableCaseSensitivity">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableCaseSensitivity">EnableCaseSensitivity</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.CurrentValue">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.CurrentValue">CurrentValue</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.ShowDropDownButton">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.ShowDropDownButton">ShowDropDownButton</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.DropDownValueDisplayType">
            <summary>
            Represents the <see cref="!:WebDropDown.DropDownValueDisplayTyper">DropDownValueDisplayType</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.DropDownAnimationDuration">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.DropDownOrientation">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.LoadItemsText">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableClosingDropDownOnBlur">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.AutoFilterTimeoutMs">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableCachingOnClient">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.MultipleSelectionType">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EditorID">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.DropDownAnimationType">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.LoadingItemsMessageText">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.PagerMode">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.LastPageIndex">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.ShouldFireMultipleSelect">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableAnimations">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableDropDownOpenOnClick">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.ActiveItemIndex">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.DropDownIsChild">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableCustomValues">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableMarkingMatchedText">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableDropDownAutoWidth">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.AutoSelectOnMatch">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.KeepFocusOnSelection">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.Enabled">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.NullText">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.EnableClientRendering">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableClientRendering">EnableClientRendering</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownProps.Count">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownRoles">
            <summary>
            Roles defined for the ig_dropDown.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.Control">
            <summary>
            The CSS Class that will be applied to the outer control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ControlDisabled">
            <summary>
            The CSS Class that will be applied to the outer control is Disabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ControlHover">
            <summary>
            The CSS class that will be applied when the control is hovered
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ControlFocus">
            <summary>
            The CSS class that will be applied when the control is focused
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ControlArea">
            <summary>
            The CSS class that will be applied to the table under the control div, that accomodates the input value display box and the drop down button
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ValueDisplay">
            <summary>
            The CSS class that will be applied to the ValueDisplay (input box) component
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ValueDisplayHover">
            <summary>
            The CSS class that will be applied to the ValueDisplay (input box) component when it is hovered
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ValueDisplayFocus">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ValueDisplayDisabled">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ValueDisplayReadOnly">
            <summary>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.DropDownList">
            <summary>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.DropDownListHover">
            <summary>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.DropDownListReadOnly">
            <summary>
            A TD on the left side of the ImageArea.
            <para>This CSS Class should be used for applying a Background-Image along the left border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.DropDownListContainer">
            <summary>
            A TD that wraps the Footer.
            <para>This CSS Class should be used for applying a Background-Image along the bottom border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.DropDownListContainerHover">
            <summary>
            The Top Left corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.DropDownButton">
            <summary>
            The Top Right corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.DropDownButtonHover">
            <summary>
            The Bottom Left corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ListItem">
            <summary>
            The CSS class that will be applied to the Previous Button. 
            <para>The Previous Button can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ListItemActive">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ListItemHover">
            <summary>
            The CSS class that will be applied to the Container of the Next Button. 
            <para>This css Class is the TD in which the Image element is rendered. This style can be used
            to set the vetical-align CSS attribute.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ListItemSelected">
            <summary>
            The CSS class that will be applied to the Next Button. 
            <para>The Next Button can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.ListItemDisabled">
            <summary>
            A TD that contains the ImageArea.
            <para>If you would like a border around the ImageArea, this is the class to use.</para>        
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownRoles.Pager">
            <summary>
            A DIV that contains all of the Images. 
            <para>In XHTML, to apply a border around the images a padding-bottom must be set to the size of the border-top-width plus the border-bottom-width.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownItemProps.Text">
            <summary>
            Represents the <see cref="!:ImageItem.ImagePath">ImagePath</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownItemProps.Value">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.AltText">AltText</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownItemProps.Selected">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.AltText">AltText</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownItemProps.Disabled">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownItemProps.Activated">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownItemProps.IsCustom">
            <summary>
            
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.DropDownItemProps.Count">
            <summary>
            
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.PagerMode">
            <summary>
            Enumeration used for setting the mode of paging labels within the paging area of the grid.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.PagerMode.Numeric">
            <summary>
            Displays numeric based links.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.PagerMode.NextPrevious">
            <summary>
            Displays next and previous links.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.PagerMode.NextPreviousFirstLast">
            <summary>
            Displays next, previous, first and last links.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.PagerMode.NumericFirstLast">
            <summary>
            Displays numeric based links and First and Last links.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.AutoFiltering">
            <summary>
            Auto Filtering setting (auto suggest) 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.EmptyFilterBehavior">
            <summary>
            controls the number of items loaded when CurrentValue is an empty string
            EmptyItemsList will act as Google, meaning that empty string means no results
            CompleteItemsList returns all items when the query is an empty string
            LimitToAutoFilterResultSize returns the top X items, limited by the value of AutoFilterResultSize, if set. 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.EmptyFilterBehavior.EmptyItemsList">
            <summary>
            will act as Google, meaning that empty string means no results
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.EmptyFilterBehavior.CompleteItemsList">
            <summary>
            returns all items when the query is an empty string
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.EmptyFilterBehavior.LimitToAutoFilterResultSize">
            <summary>
            returns the top X items, limited by the value of AutoFilterResultSize, if set. 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.ListControls.WebDropDown.SelectionChanged"></see>, <see cref="E:Infragistics.Web.UI.ListControls.WebDropDown.ItemAdded"></see>, <see cref="E:Infragistics.Web.UI.ListControls.WebDropDown.ItemRemoved"></see> and <see cref="E:Infragistics.Web.UI.ListControls.WebDropDown.ItemInserted"></see> events of a WebDropDown control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.DropDownItemEventArgs.#ctor(Infragistics.Web.UI.ListControls.DropDownItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItemEventArgs">DropDownItemEventArgs</see> class for the specified image item.
            </summary>
            <param name="item">The <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> that the event is responding to.</param>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemEventArgs.Item">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see> object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownValueChangedEventArgs">
            <summary>
            Argument used for event which is raised by WebDropDown when value of a thumb was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownValueChangedEventArgs.OldValue">
            <summary>
            Gets old value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownValueChangedEventArgs.NewValue">
            <summary>
            Gets new value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownSelectionChangedEventArgs.OldSelection">
            <summary>
            Gets old collection of selected items 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownSelectionChangedEventArgs.NewSelection">
            <summary>
            Gets new collection of selected items
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownValueDoesNotExistEventArgs.Value">
            <summary>
            Gets nonexisting value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownAutoCompleteStartEventArgs.Value">
            <summary>
            Gets nonexisting value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemsRequestedEventArgs.Value">
            <summary>
            Gets nonexisting value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemAddedEventArgs.Value">
            <summary>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemRemovedEventArgs.Value">
            <summary>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemInsertedEventArgs.Value">
            <summary>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemBoundEventArgs.Value">
            <summary>
            Gets nonexisting value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.DropDownItemsBoundEventArgs.Value">
            <summary>
            Gets nonexisting value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownValueChangedEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownSelectionChangedEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownValueDoesNotExistEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownAutoCompleteStartEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemsRequestedEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemAddedEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemRemovedEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemInsertedEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemBoundEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.DropDownItemsBoundEventHandler">
            <summary>
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.PagerSettings">
            <summary>
            Pager settings (used if paging is enabled)
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.PagerSettings.#ctor(Infragistics.Web.UI.ListControls.WebDropDown)">
            <summary>
            Constructor for PagerSettings object
            </summary>
            <param name="owner">The WebDropDown that owns this object</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.PagerSettings.#ctor">
            <summary>
            Constructor for PagerSettings object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.PagerSettings.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.PagerSettings.PagerMode">
            <summary>
            Determines pager rendering mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.PagerSettings.QuickPages">
            <summary>
            Determines how many pages are available at each side of the current page.
            Default is 0 meaning that QuickPages feature is disabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.PagerSettings.NextPageText">
            <summary>
            The text of the next pager link.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.PagerSettings.PreviousPageText">
            <summary>
            The text of the previous pager link.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.PagerSettings.FirstPageText">
            <summary>
            The text of the first pager link.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.PagerSettings.LastPageText">
            <summary>
            The text of the last pager link.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.PagerSettings.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.WebDropDown">
            <summary>
            Control which implements the functionality of a web drop down
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.OnInit(System.EventArgs)">
            <summary>
            Override of OnInit to handle the initialization of references for those items that have been parsed in from the
            aspx page.  Since the items are first pushed onto a stack as they are parsed and then formed into collections later,
            there is no sooner opportunity to establish back references between objects and their owner/control.
            </summary>
            <param name="e">EventArgs reference</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.OnItemBound(System.EventArgs)">
            <summary>
            Virtual method called whenever an Item is bound to a datasource record.  The default implementation first the ItemBound Event.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.ClearDataItems">
            <summary>
            Called by the DataBinding objects to tell the Control that the Items collection should be cleared prior to commencement of a
            fresh databinding operation.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.FindTemplateById(System.String)">
            <summary>
            Searches the ItemTemplates within this collection and returns a reference to the first one
            that matches the templateId passed in.
            </summary>
            <param name="templateId">The Id of the ItemTemplate to look for.</param>
            <returns>ItemTemplate whose Id matches the templateId passed in.  Returns null if none is found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.EnsureTemplates">
            <summary>
            Overrides the framework invocation to instantiate all templates for the control that are needed.  This method is called
            automatically by the framework during the page lifecycle to ensure that all templates are created.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.InstantiateTemplates(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called from the EnsureTemplates override to walk the control's items collection and instantiate the necessary templates
            on each object within it.  If an item has children, then the method is called recursively to instantiate the templates of
            the children where applicable.
            </summary>
            <param name="items">The Items collection of the ListControl.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.ClearTemplates">
            <summary>
            Overrides the framework invocation to clear all templates that exist for the control so that fresh templates can be instantiated.
            This method is called primarily from designers when templates have been edited so that the control can be refreshed with the
            updated templates.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.ClearTemplates(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Called from the ClearTemplates override to walk the control's items collection and clear the existing template
            on each object within it.  If an item has children, then the method is called recursively to clear the templates of
            the children where applicable.
            </summary>
            <param name="items">The Items collection of the NavControl.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.InstantiateTemplate(Infragistics.Web.UI.ListControls.ListItem)">
            <summary>
            Instantiates any specified templates for a NavItem if they have not already been instantiated.  
            </summary>
            <remarks>
            Templates for a NavItem can be instantiated in any one of three ways: 1. The NavItem has a non-null Template property set.
            2. The NavItem has a non-empty TemplateId property set.
            3. The NavControl has a non-null ItemTemplate property set.
            The order and priority of resolution is as described.
            </remarks>
            <param name="item">The particular NavItem for template instantiation.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ListControl.ResolveItem(System.String)">
            <summary>
            Translates an address string specifier into the resolved NavItem object that lives at the specified address.
            </summary>
            <param name="fullAddress">The full address specifier for an item.  If the collecion is a 'flat' collection, this
            address is synonomous with the Index of the item.  If the collection is hierarchical, the fullAddress will contain
            delimiters that can be used to break down the address into partial addresses which are then resolved in turn.</param>
            <remarks>
            For Example: '0.3.2' specifies the item at index 2 whose parent is at index 3 of the collection who's parent is index 0 of the top-level
            collection.
            </remarks>
            <returns>The NavItem object that corresponds to the passed in address specifier.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListControl.Items">
            <summary>
            Collection of items at the root level of the ListControl.  
            </summary>
            
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListControl.DataBindingManager">
            <summary>
            Gets a reference to the DataBindingManager for this control.  The Control will normally instantiate a derived DataBindingManager class
            from within the CreateDataBindingManager virtual override which is called by this Property the first time the DataBindingManaber is referenced.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListControl.Templates">
            <summary>
            Gets a ControlCollection that contains instances of ItemTemplate objects which can be shared among items
            within the derived Control by seting the Item.TemplateId property to the Id of an ItemTemplate.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListControl.ItemTemplate">
            <summary>
            An ITemplate object that will be applied as a template for all items within the control unless an individual Item 
            has a non-null Template property of its own, or it has its TemplateId set to refer to an ItemTemplate in the ItemTemplates collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.#ctor">
            <summary>
            default constructor 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CreateRunBot">
            <summary>
            A virtual method called by the framework base when the RunBot is required for the control.  Derived classes
            may override this method in order to provide extra functionality to the RunBot.  Many of the 
            methods within the RunBot class may also be overridable in order to add additional logic to the control.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.ListControls.DropDownBot">DropDownBot</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.SetDataSourceId(System.String)">
            <summary>
            Sets the base.DataSourceID to the given id when the drop down is an editor provider
            </summary>
            <param name="id"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.ShouldSerializeAjaxIndicator">
            <summary>
            Check if AjaxIndicator has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.ResetAjaxIndicator">
            <summary>Clears the AjaxIndicator</summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownClientEvents">DropDownClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CreateRenderer">
            <summary>
            creates the main drop down renderer
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CreateDataSourceSelectArguments">
            <summary>
            Creates DataSourceSelectArguments specific to the dropdown.
            </summary>
            <returns>A new instance of the DataSourceSelectArguments object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.OnValueChanged(Infragistics.Web.UI.ListControls.DropDownValueChangedEventArgs)">
            <summary>
            Raise event after value was changed.
            </summary>
            <param name="e">Instance of DropDownValueChangedEventArgs created by DropDownRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.OnSelectionChanged(Infragistics.Web.UI.ListControls.DropDownSelectionChangedEventArgs)">
            <summary>
            Raise event after value was changed.
            </summary>
            <param name="e">Instance of DropDownSelectionChangedEventArgs created by DropDownRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.OnItemsRequested(Infragistics.Web.UI.ListControls.DropDownItemsRequestedEventArgs)">
            <summary>
            Raise event after items are requested
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.OnItemAdded(Infragistics.Web.UI.ListControls.DropDownItemAddedEventArgs)">
            <summary>
            Raise event after item is added to the item collection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.OnItemRemoved(Infragistics.Web.UI.ListControls.DropDownItemRemovedEventArgs)">
            <summary>
            Raise event after value was changed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.OnItemInserted(Infragistics.Web.UI.ListControls.DropDownItemInsertedEventArgs)">
            <summary>
            Raise event after value was changed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.OnItemBound(Infragistics.Web.UI.ListControls.DropDownItemBoundEventArgs)">
            <summary>
            Raise event after value was changed.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CreateItemsCollection(Infragistics.Web.UI.Framework.CollectionUIObject)">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItemCollection">ImageItemCollection</see>..
            </summary>
            <remarks>
            All ObjectCollections for the FlatDataBoundControl are created using this virtual method.  This allows derived
            classes to modify and enhance the ListItem class without disturbing the base classes and framework.
            </remarks>
            <param name="item">The parent Item which will own the collection created.  If this parameter
            is null, the Control itself should be the owner of the collection.</param>
            <returns>Returns a new instance of the DropDownItemCollection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CreateItem">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownItem">DropDownItem</see>. class.
            </summary>
            <remarks>
            All CollectionUIObjects for the FlatDataBoundControl are created using this virtual method.  This allows derived
            classes to modify and enhance the UIObject class without disturbing the base classes and framework.
            </remarks>
            <returns>Returns a new instance of the DropDownItem class.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CreateDataBindingManager(System.Web.UI.WebControls.WebControl)">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.DropDownDataBindingManager">DropDownDataBindingManager</see>. class.
            </summary>
            <param name="control">An instance of the WebDropDown control.</param>
            <returns>Returns a new instance of DropDownDataBindingManager class.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CreateDataBinding">
            <summary>
            Creates a new instance of the <see cref="!:DropDownBinding">DropDownItemBinding</see>. object.
            </summary>
            <remarks>Can be overriden by a derived class to return</remarks>
            <returns>Returns a new instance of the DropDownItemBinding object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during LoadPostData during a Callback. This method should be used to perform any operations neccessary for the callback.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback. This method should be used to render any html or objects that need
            to be sent down in the Callback's response. 
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.ClearSelection">
            <summary>
            Clears selection, and resets SelectedItemIndex, and SelectedValue respectively
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.ClearSelectionInternal">
            <summary>
            Internal helper method that just clears the Selected state for all DropDowmItems(sets it to false)
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.GetFilterRuleString(System.String,System.String)">
            <summary>
            Compiles an SQL-where clause type filtering condition based on what the Rule and Value properties are set to
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.GetFilterRuleStringGeneral(System.String,System.String)">
            <summary>
            Compiles an SQL-where clause type filtering condition based on the filterValue
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <param name="filterValue">Value to be compared against the columnKey</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.GetFilterRuleStringEntity(System.String,System.String)">
            <summary>
            Compiles a Entity-where clause type filtering condition (has it. at front of column names)
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>
            <param name="filterValue">Value to be compared against the columnKey</param>
            <returns>A string of the Entity-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.GetFilterRuleStringInternal(System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Compiles an SQL-where or Entity-where clause type filtering condition based on the filterValue
            </summary>
            <param name="columnKey">The name of the column to which the condition will be applied</param>
            <param name="filterValue">Value to be compared against the columnKey</param>
            <param name="isEntity">Boolean of true indicates to apply an Entity-where clause else apply a SQL-Where clause</param>
            <param name="allowEmptyVals">Boolean to allow comparing empty strings</param>
            <returns>A string of the SQL-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.GetFilterRuleStringLQ(System.String,System.String)">
            <summary>
            Compiles a LINQ-where clause type filtering condition, thats into account where filtering should be
            case sensitive or not.
            </summary>
            <param name="columnKey">the name of the column to which the condition will be applied</param>		
            <param name="filterValue">Value to be compared against the collumnKey</param>
            <returns>A string of the LINQ-where clause type filtering condition</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.SQLEncodeColumnName(System.String)">
            <summary>
            Encodes a column name so it can be used in an SQL where clause.  
            </summary>
            <param name="column">Column name to encode</param>
            <returns>Encoded column name</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.EntityEncodeColumnName(System.String)">
            <summary>
            Encodes a column name so it can be used in an Entity where clause.  
            </summary>
            <param name="column">Column name to encode</param>
            <returns>Encoded column name</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.SQLEncode(System.String)">
            <summary>
            Encodes special characters in the string so it can be used in an SQL where
            clause.  
            ' are doubled up to be ''
            *, %, [, ], are encapsulated in square brackets, e.g. [*] 
            </summary>
            <param name="text">The string to encode</param>
            <returns>Encoded string</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.LoadControlState(System.Object)">
            <summary>
            Restores control-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.Control.SaveControlState" /> method.
            </summary>
            <param name="savedState">An <see cref="T:System.Object" /> that represents the control state to be restored.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebDropDown.SaveControlState">
            <summary>
            Saves any server control state changes that have occurred since the time the page was posted back to the server.
            </summary>
            <returns>
            Returns the server control's current state. If there is no state associated with the control, this method returns null.
            </returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.IsGridEditor">
            <summary>
            True if this instance is created by a grid DropDownProvider.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DataSourceID">
            <summary>
            Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ValueDisplay">
            <summary>
            value display ui sub component 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoPostBackFlags">
            <summary>
            auto postback flags allow the developer to configure automatic postbacks when some client side events are invoked
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableRightToLeftSupport">
            <summary>
            turns on/off right to left support 
            <returns> a boolean value indicating whether right to left support is enabled or not </returns>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.Button">
            <summary>
            returns a reference to the DropDownButton (which is a DisabledImageButton type)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoPostBack">
            <summary>
            Returns/sets AutoPostBack
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DisplayMode">
            <summary>
            Returns/sets the drop down display mode. see DropDownDisplayMode
            <para>if set to null the "DropDown" fully-featured mode is used</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.CurrentValue">
            <summary>
            Returns/sets the value of the Value display dropdown component
            <para>if it is null the empty string will be used</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.NullText">
            <summary>
            nullText is default text that's shown when the control doesn't have focus 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.SelectedValue">
            <summary>
            Returns/sets the text of the currently selected item 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.SelectedItemIndex">
            <summary>
            Returns/sets the selected item index in the dropdown item list 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ActiveItemIndex">
            <summary>
            Returns/sets the active item index in the dropdown item list 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ShowDropDownButton">
            <summary>
            Returns/sets an indicator if the drop down button component is shown or not
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownContainerMaxHeight">
            <summary>
            Returns/sets the maximum height to which the value list can grow so that no scroll bars are shown
            <para>Setting the value list height to 0 means that contents will grow</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownOffsetX">
            <summary>
            Returns/sets the horizontal offset of the dropdown container relative to the dropdown value display 
            <para>default (0) means that the dropdown container and the value display will be perfectly aligned horizontally</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownOffsetY">
            <summary>
            Returns/sets the vertical offset of the dropdown container relative to the dropdown value display
            <para>default (0) means that the dropdown container and the value display will be perfectly aligned vertically</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnablePaging">
            <summary>
            Returns/sets an indicator of whether paging is enabled for the item collection in the dropdown container or not
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.PagerSettings">
            <summary>
            pager settings
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.BackColor">
            <summary>Background color of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ForeColor">
            <summary>
            Foreground color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.BorderColor">
            <summary>Border color of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.BorderWidth">
            <summary>Border width of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.BorderStyle">
            <summary>Border style of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.PageSize">
            <summary>
            Returns/sets the number of list items on a page , if paging is enabled
            <para>page size 0 means that all items will be displayed on the first and only page</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableClientRendering">
            <summary>
            
            Indicates whether the WebDropDown will render itself and perform data-binding purely on the client-side
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ClientRenderingTemplate">
            <summary>
            Gets or sets the client rendering template.
            </summary>
            <value>The client rendering template.</value>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ClientRenderingTemplateContainer">
            <summary>
            Gets the client rendering template container.
            </summary>
            <value>The client rendering template container.</value>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableMultipleSelection">
            <summary>
            Indicates whether multiple selection is enabled for items in the drop down container
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.MultipleSelectionType">
            <summary>
            Indicates the type of multiple selection: Checkbox , keyboard
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableClosingDropDownOnSelect">
            <summary>
            Indicates whether the drop down container will be closed once an item is selected
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.SelectedItem">
            <summary>
            Returns/sets the current selected item. Should be null if multiple selection is enabled 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.SelectedItems">
            <summary>
            Returns the current list of selected items (applies when multiple selection is enabled)  
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.Items">
            <summary>
            The collection of DropDownItems in the <see cref="T:Infragistics.Web.UI.ListControls.WebDropDown">WebDropDown</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.MultiSelectValueDelimiter">
            <summary>
            Returns/sets the delimiter for items shown in the value display, when multiple selection is enabled
            <para>null will be interpreted as comma</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnablePersistingCustomValues">
            <summary>
            Indicates whether custom values entered in the value display should be persisted in the underlying data model or not
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ValueDisplayType">
            <summary>
            Returns/sets the type of input (value display) component. It can be a simple input box, or a complex IG component
            that conforms to some predefined interface
            <para>see DropDownValueDisplayType. null will render a simple input component</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableCustomValueSelection">
            <summary>
            Indicates whether custom values can be selected, once they are persisted and appear in the list
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableAutoFiltering">
            <summary>
            Indicates whether auto filtering will be enabled once the something is typed in the value display
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoSelectOnMatch">
            <summary>
            Indicates whether matched item will be automatically selected while filtering 
            in the dropdown
            new  property in 9.2 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.KeepFocusOnSelection">
            <summary>
            Indicates whether input will be automatically re-focused once an item from the dropdown is selected
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoFilterQueryType">
            <summary>
            Returns/sets the search query type for auto filtering . By default this is "StartsWith", but it can be anything
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoFilterResultSize">
            <summary>
            Returns/sets the number of items that auto filtering will return
            <para>a negative value will reset the auto filter to its default value</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EmptyFilterBehavior">
            <summary>
            controls the filtering functionaltiy when the input is empty (empty string) 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableCustomValues">
            <summary>
             by default this is true. If set to false, the user will not be allowed to type everything in the input box
             but only when there is a match among the items
             
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableMarkingMatchedText">
            <summary>
            this will enclose matched text fragments with "em" markup 
             by default it's switched off
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableCachingOnClient">
            <summary>
            When caching on the client is performed, if we have already done a filter postback with a specified filter string,
            the results will be directly obtained from client cache, and no subsequent postbacks will be made
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoFilterTimeoutMs">
            <summary>
            when we are typing text in the dropdown value display input box, we do not do a postback (filtering) on every key stroke
            but instead use a timeout and do a postback after this timeout duration. This property allows the developer to configure this timeout
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.AutoFilterSortOrder">
            <summary>
            Returns/sets the sorting (ascending or descending) that will be applied on the filtering results . 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableAutoCompleteFirstMatch">
            <summary>
            Indicates whether while the user is typing, the rest of the first matching item's characters will be displayed selected in the value display box
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableLoadOnDemand">
            <summary>
            Indicates whether load on demand is enabled or not. When load on demand is enabled, the value of 
            pageSize will be automatically used for the row fetch size on each load on demand request
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.LoadingItemsMessageText">
            <summary>
            If this property is set, while items are loaded during AJAX postback, a message will appear 
            notifying that loading is in progress
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableClosingDropDownOnBlur">
            <summary>
            if this is set to false, the dropdown container will stay open, even if the control loses focus
            (set this to false if you want the dropdown to stay open when you scroll for example) 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.TextField">
            <summary>
            Returns/sets the field name for multi-column/complex data set, that will be used as the text to shown in the value display box
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ValueField">
            <summary>
            Returns/sets the field name for multi-column/complex data set, that will be used as the value to store in each item in the item list 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.CurrentPage">
            <summary>
            current page index when paging is enabled. Server only property  
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownAnimationType">
            <summary>
            Type of the animation : see DropDownAnimationTypes enum 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownOrientation">
            <summary>
            Orientation of the dropdown container relative to the input. See DropDownOrientation enum
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableDropDownAsChild">
            <summary>
            sets whether the dropdown container will be detached, and absolutely positioned only, or it will be 
            an actual child DOM element of the source element
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableRenderingAnchors">
            <summary>
            will not render anchors for list items, if set to false 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownContainerWidth">
            <summary>
            Returns/sets the fixed width of the dropdown container itself
            <para>if this is zero, or not set at all, the dropdown will be aligned with the value display and the dropdown button (if any)</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownContainerHeight">
            <summary>
            Returns/sets the fixed height of the dropdown container itself
            <para>if this is zero or not set at all, the height will grow depending on the number of items in the list </para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.EnableCaseSensitivity">
            <summary>
            indicates whether matching and autofiltering is case sensitive or not 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.Enabled">
            <summary>
            Whether control is enabled 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.AjaxIndicator">
            <summary>
            Gets reference to container of properties related to ajax indicator.
            </summary>
            <remarks>
            <p class="body">If value of a sub-property is not set, then corresponding property of shared indicator is used.
            Shared indicator can be accessed on server using Infragistics.Web.UI.Framework.AppSettings.SharedAjaxIndicator and on client: $util.get_ajaxIndicator().
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.HeaderTemplate">
            <summary>
            An ITemplate object that will be applied as a template for the header of the drop down container 
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.FooterTemplate">
            <summary>
            An ITemplate object that will be applied as a template for the footer of the drop down container
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.LoadingItemsMessageTemplate">
            <summary>
            An ITemplate object that will be applied as a template for the loading message for the drop down
            
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownItemBinding">
            <summary>
            Property DataBindings are used to map data fields from the database to property values on items in a collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ClientEvents">
            <summary>
            Get reference to the <see cref="T:Infragistics.Web.UI.ListControls.DropDownClientEvents">DropDownClientEvents</see>..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.DropDownEvents">
            <summary>
            Exposes the WebControl's Events object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.PageCount">
            <summary>
            Total pages count
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.LastPageIndex">
            <summary>
            Last page index
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.PreviousFilterValue">
            <summary>
            Last page index
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.CustomFilterValue">
            <summary>
            Gets or sets the custom filter value.
            </summary>
            <value>
            The custom filter value.
            </value>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ShouldFireMultipleSelect">
            <summary>
            Last page index
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.HasDataSource">
            <summary>
            Indicates whether the Dropdown has a data source assigned to it.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.ListControls.WebDropDown.ValueChanged">
            <summary>
            Raise data binding
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.Sort">
            <summary>
            SQL-like sort expression.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.ControlState">
            <summary>
            Gets the control state.
            </summary>
            <value>
            The control state.
            </value>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebDropDown.IsOptimizeCollectionsStateSupported">
            <summary>
            Enables optimization for collections client state during postback
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageViewerRoles">
            <summary>
            Roles defined for the ig_imageviewer.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.Control">
            <summary>
            The CSS Class that will be applied to the outer control.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderPadding">
            <summary>
            The CSS Class that will be applied to the outer control when the Header is Visible.
            <para>This class should be used for setting any padding that might be needed if the Header is placed above the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderContentArea">
            <summary>
            The CSS class that will be applied to the header. 
            <para>The header can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderContentLeft">
            <summary>
            The CSS class that will be applied to the Left Corner of the Header. 
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderContent">
            <summary>
            The CSS class that will be applied to the actual content of the Header.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderContentRight">
            <summary>
            The CSS class that will be applied to the Right Corner of the Header. 
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderArea">
            <summary>
            A TR that wraps the TopLeft, TopArea, and TopRight elements. 
            <para>This CSS class is useful in setting the height of the entire row.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterPadding">
            <summary>
            The CSS Class that will be applied to the outer control when the Footer is Visible.
            <para>This class should be used for adjusting the padding of the control,to account for the additional size of the header and footer.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterContentArea">
            <summary>
            The CSS class that will be applied to the footer. 
            <para>The footer can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterContentLeft">
            <summary>
            The CSS class that will be applied to the Left Corner of the Footer. 
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterContent">
            <summary>
            The CSS class that will be applied to the actual content of the Footer.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterContentRight">
            <summary>
            The CSS class that will be applied to the Right Corner of the Footer. 
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterArea">
            <summary>
            A TR that wraps the BottomLeft, BottomArea, and BottomRight elements. 
            <para>This CSS class is useful in setting the height of the entire row.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.EdgeTop">
            <summary>
            A TD that wraps the Header.
            <para>This CSS Class should be used for applying a Background-Image along the top border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.EdgeLeft">
            <summary>
            A TD on the left side of the ImageArea.
            <para>This CSS Class should be used for applying a Background-Image along the left border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.EdgeBottom">
            <summary>
            A TD that wraps the Footer.
            <para>This CSS Class should be used for applying a Background-Image along the bottom border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.EdgeRight">
            <summary>
            A TD on the right side of the ImageArea.
            <para>This CSS Class should be used for applying a Background-Image along the right border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.CornerTopLeft">
            <summary>
            The Top Left corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.CornerTopRight">
            <summary>
            The Top Right corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.CornerBottomLeft">
            <summary>
            The Bottom Left corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.CornerBottomRight">
            <summary>
            The Bottom Right corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.PrevButtonArea">
            <summary>
            The CSS class that will be applied to the Container of the Previous Button. 
            <para>This css Class is the TD in which the Image element is rendered. This style can be used
            to set the vertical-align CSS attribute.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.PrevButton">
            <summary>
            The CSS class that will be applied to the Previous Button. 
            <para>The Previous Button can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.NextButtonArea">
            <summary>
            The CSS class that will be applied to the Container of the Next Button. 
            <para>This css Class is the TD in which the Image element is rendered. This style can be used
            to set the vetical-align CSS attribute.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.NextButton">
            <summary>
            The CSS class that will be applied to the Next Button. 
            <para>The Next Button can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageAreaContainer">
            <summary>
            A TD that contains the ImageArea.
            <para>If you would like a border around the ImageArea, this is the class to use.</para>        
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageArea">
            <summary>
            A DIV that contains all of the Images. 
            <para>In XHTML, to apply a border around the images a padding-bottom must be set to the size of the border-top-width plus the border-bottom-width.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.Image">
            <summary>
            An IMG element that is contained by the ImageAra.
            <para>In XHTML, to apply a border around an image a padding-bottom must be set to the size of the border-top-width plus the border-bottom-width on the ImageArea.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageSelected">
            <summary>
            Applied to an IMG when it is selected.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageHover">
            <summary>
            Applied to an IMG when the mouse is over it.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.OtherImageHover">
            <summary>
            When an image is hovered, this style gets applied to all other images.
            <para>A good use of this style is to apply an opacity to all other images that aren't being hovered, so that the hovered image has more focus.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageDisabled">
            <summary>
            Applied to an IMG when the image is disabled.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Horizontal.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.Control_Vert">
            <summary>
            The CSS Class that will be applied to the outer control.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderPadding_Vert">
            <summary>
            The CSS Class that will be applied to the outer control when the Header is Visible.
            <para>This class should be used for setting any padding that might be needed if the Header is placed above the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderContentArea_Vert">
            <summary>
            The CSS class that will be applied to the header. 
            <para>The header can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderContentLeft_Vert">
            <summary>
            The CSS class that will be applied to the Left Corner of the Header. 
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderContent_Vert">
            <summary>
            The CSS class that will be applied to the actual content of the Header.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderContentRight_Vert">
            <summary>
            The CSS class that will be applied to the Right Corner of the Header. 
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.HeaderArea_Vert">
            <summary>
            A TR that wraps the TopLeft_Vert, TopArea_Vert, and TopRight_Vert elements. 
            <para>This CSS class is useful in setting the height of the entire row.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterPadding_Vert">
            <summary>
            The CSS Class that will be applied to the outer control when the Footer is Visible.
            <para>This class should be used for adjusting the padding of the control,to account for the additional size of the header and footer.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterContentArea_Vert">
            <summary>
            The CSS class that will be applied to the footer. 
            <para>The footer can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterContentLeft_Vert">
            <summary>
            The CSS class that will be applied to the Left Corner of the Footer. 
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterContent_Vert">
            <summary>
            The CSS class that will be applied to the actual content of the Footer.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterContentRight_Vert">
            <summary>
            The CSS class that will be applied to the Right Corner of the Footer. 
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.FooterArea_Vert">
            <summary>
            A TR that wraps the BottomLeft_Vert, BottomArea_Vert, and BottomRight_Vert elements. 
            <para>This CSS class is useful in setting the height of the entire row.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.EdgeTop_Vert">
            <summary>
            A TD that wraps the Header_Vert.
            <para>This CSS Class should be used for applying a Background-Image along the top border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.EdgeLeft_Vert">
            <summary>
            A TD on the left side of the ImageArea_Vert.
            <para>This CSS Class should be used for applying a Background-Image along the left border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.EdgeBottom_Vert">
            <summary>
            A TD that wraps the Footer_Vert.
            <para>This CSS Class should be used for applying a Background-Image along the bottom border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.EdgeRight_Vert">
            <summary>
            A TD on the right side of the ImageArea_Vert.
            <para>This CSS Class should be used for applying a Background-Image along the right border of the control.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.CornerTopLeft_Vert">
            <summary>
            The Top Left corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.CornerTopRight_Vert">
            <summary>
            The Top Right corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.CornerBottomLeft_Vert">
            <summary>
            The Bottom Left corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.CornerBottomRight_Vert">
            <summary>
            The Bottom Right corner of the control.
            <para>This CSS Class should be used for rounded corners.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.PrevButtonArea_Vert">
            <summary>
            The CSS class that will be applied to the Container of the PreviousButton. 
            <para>This css Class is the TD in which the Image element is rendered. This style can be used
            to set the text-align CSS attribute.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.PrevButton_Vert">
            <summary>
            The CSS class that will be applied to the Previous Button. 
            <para>The Previous Button can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.NextButtonArea_Vert">
            <summary>
            The CSS class that will be applied to the Container of the NextButton. 
            <para>This css Class is the TD in which the Image element is rendered. This style can be used
            to set the text-align CSS attribute.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.NextButton_Vert">
            <summary>
            The CSS class that will be applied to the Next Button. 
            <para>The Next Button can be absolutely positoned anywhere in the control, because the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> has an internal DIV that
            wraps the control with a position set to relative. </para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageAreaContainer_Vert">
            <summary>
            A TD that contains the ImageArea.
            <para>If you would like a border around the ImageArea, this is the class to use.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageArea_Vert">
            <summary>
            A DIV that contains all of the Images. 
            <para>In XHTML, to apply a border around the images a padding-right must be set to the size of the border-left-width plus the border-right-width.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.Image_Vert">
            <summary>
            An IMG element that is contained by the ImageAra.
            <para>In XHTML, to apply a border around an image a padding-right must be set to the size of the border-left-width plus the border-right-width on the ImageArea_Vert.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageSelected_Vert">
            <summary>
            Applied to an IMG when it is selected.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageHover_Vert">
            <summary>
            Applied to an IMG when the mouse is over it.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.OtherImageHover_Vert">
            <summary>
            When an image is hovered, this style gets applied to all other images.
            <para>A good use of this style is to apply an opacity to all other images that aren't being hovered, so that the hovered image has more focus.</para>
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerRoles.ImageDisabled_Vert">
            <summary>
            Applied to an IMG when the image is disabled.
            <para>Applied when <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> is set to Vertical.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ScrollAnimation">
            <summary>
            Specifies the Animation that should be used to scroll an item into view.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ScrollAnimation.Continuous">
            <summary>
            A continuous scroll that must be told when to stop.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ScrollAnimation.NextItem">
            <summary>
            An animation that will scroll the next item to the specified <see cref="T:Infragistics.Web.UI.ListControls.NextItemAlignment">NextItemAlignment</see>
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ScrollAnimation.Page">
            <summary>
            An animation that will scroll the next non-visible item into view.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.NextItemAlignment">
            <summary>
            Specifies where an item should align when scrolled into view. 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.NextItemAlignment.Near">
            <summary>
            Specifies that the left/top edge of an item should be aligned with the left/top most area of the visible container.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.NextItemAlignment.Center">
            <summary>
            Specifies that the center of an item should be aligned with the center of the visible container.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.NextItemAlignment.Far">
            <summary>
            Specifies that the right/bottom edge of an item should be aligned with the right/bottom most area of the visible container.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageViewerProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> will send to the client.
            This should only be used when a control dervies from the WebImageViewer and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerProps.Orientation">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">Orientation</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerProps.FirstItem">
            <summary>
            Represents the <see cref="!:WebImageViewer.FirstItem">FirstItem</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerProps.ScrollPosition">
            <summary>
            Represents the <see cref="!:WebImageViewer.ScrollPosition">ScrollPosition</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerProps.DragScrollEnabled">
            <summary>
            Represents the <see cref="!:WebImageViewer.DragScrollEnabled">DragScrollEnabled</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerProps.WrapAround">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.WrapAround">WrapAround</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerProps.EnableInitialFadeAnimation">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.WrapAround">WrapAround</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerProps.Count">
            <summary>
            The total number of properties that should be sent down to the client for this control. 
            <para>This value corresponds with the PropCount property of the object.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageItemProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> will send to the client.
            This should only be used when an object dervies from the ImageItem and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageItemProps.ImagePath">
            <summary>
            Represents the <see cref="!:ImageItem.ImagePath">ImagePath</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageItemProps.AltText">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.AltText">AltText</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageItemProps.HoverImageUrl">
            <summary>
            Represents the <see cref="!:ImageItem.HoverUrl">HoverUrl</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageItemProps.CssClass">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.CssClass">CssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageItemProps.SelectedCssClass">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.SelectedCssClass">SelectedCssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageItemProps.HoverCssClass">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.HoverCssClass">HoverCssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageItemProps.DisabledCssClass">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.DisabledCssClass">DisabledCssClass</see> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageItemProps.Count">
            <summary>
            The total number of properties that should be sent down to the client for this control. 
            <para>This value corresponds with the PropCount property of the object.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageItemEventHandler">
            <summary>
            Event Delegate for Events that use an <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see>.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageItemEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.ListControls.WebImageViewer.SelectedIndexChanged"></see>, <see cref="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemAdded"></see>, <see cref="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemRemoved"></see> and <see cref="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemInserted"></see> events of a WebImageViewer control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItemEventArgs.#ctor(Infragistics.Web.UI.ListControls.ImageItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItemEventArgs">ImageItemEventArgs</see> class for the specified image item.
            </summary>
            <param name="item">The <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> that the event is responding to.</param>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItemEventArgs.Item">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.CaptionArea">
            <summary>
            A templatable object that can be used to just display text. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.CaptionArea.ToString">
            <summary>
            Overriden so that at DesignTime the object can display whether it "(Has Data)" when a value is set.
            </summary>
            <returns>An empty string.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.CaptionArea.Text">
            <summary>
            The text that will be rendered out when the object doesn't contain a template. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.CaptionArea.Visible">
            <summary>
            Indicates whether the control is visible and rendered. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.CaptionArea.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageButton.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageButton.ImageUrl">
            <summary>
            The url that will be used for the image. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageButton.PressedImageUrl">
            <summary>
            The url that will be used for the image when the button is pressed. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageButton.HoverImageUrl">
            <summary>
            The url that will be used for the image when the button is hovered. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageButton.DisabledImageUrl">
            <summary>
            The url that will be used for the image when the button is disabled. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageButton.AltText">
            <summary>
            The alternate text that will displayed when the image can't be rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageButton.Tooltip">
            <summary>
            The tooltip that will be displayed when the button is hovered over. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageButton.Visible">
            <summary>
            Determines if the image is rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageItem">
            <summary>
            Represents an item in the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> control. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> class with default settings.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItem.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> class with the specified values.
            </summary>
            <param name="imgUrl">The url to the image that should be displayed in the item.</param>
            <param name="alt">The AltText that will be placed on the HTML img element.</param>
            <param name="tooltip">The Tooltip that will be placed displayed when the mouse is hovered over the item in the browser.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItem.SaveClientProperties">
            <summary>
            Saves any additional properties to be brought to the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItem.Clone">
            <summary>
            Creates a clone of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see>.
            </summary>
            <returns>A new ImageItem with all of the same property values as this item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItem.EnsureFlags">
            <summary>
            A method internally used by the framework to determine which <see cref="T:Infragistics.Web.UI.ClientUIFlags">ClientUIFlags</see> should be set on the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItem.UpdateSelectedState(System.Boolean)">
            <summary>
            This is called by the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see>. We do not call this in the Selected property's setter 
            because we only want one image to be selected at any given time. 
            </summary>
            <param name="value">Whether to select or unselect the item.</param>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.ImageUrl">
            <summary>
            Returns/sets the url to an image that will be displayed in the item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.AltText">
            <summary>
            Returns/sets the text that will be displayed when the browser cannot render an image. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.HoverImageUrl">
            <summary>
            Returns/sets the url to an image that will be displayed when an item is hovered over. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.Selected">
            <summary>
            Returns/sets if this item is selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.CssClass">
            <summary>
            CSS Class that will be applied to the ImageItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.DisabledCssClass">
            <summary>
            CSS Class that will be applied if the item is disabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.SelectedCssClass">
            <summary>
            CSS Class that will be applied when the item is selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.HoverCssClass">
            <summary>
            CSS Class that will be applied to the item when it is hovered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.Index">
            <summary>
            The index of the item in it's parent's collection. If it does not belong to a collection, the index will be -1.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.FullAddress">
            <summary>
            The index of the item converted to a string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.Template">
            <summary>
            A property that was inherited from the base class, but was not implemented on this object and thus should not be used.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.HasTemplate">
            <summary>
            A property that was inherited from the base class, but was not implemented on this object and thus should not be used.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItem.TemplateId">
            <summary>
            A property that was inherited from the base class, but was not implemented on this object and thus should not be used.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageItemBinding">
            <summary>
            This class extends ListItemBinding to add additional property bindings.
            Property DataBindings are used to map data fields from the database to property values on items in a collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItemBinding.ImageUrlField">
            <summary>
            A data field that will be mapped to the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.ImageUrl">ImageUrl</see> property of the ImageItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItemBinding.HoverUrlField">
            <summary>
            A data field that will be mapped to the <see cref="!:ImageItem.HoverUrl">HoverUrl</see> property of the ImageItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItemBinding.AltTextField">
            <summary>
            A data field that will be mapped to the <see cref="P:Infragistics.Web.UI.ListControls.ImageItem.AltText">AltText</see> property of the ImageItem.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageItemCollection">
            <summary>
            A collection of ImageItems.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItemCollection.Add(Infragistics.Web.UI.ListControls.ImageItem)">
            <summary>
            Appends the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItemCollection.IndexOf(Infragistics.Web.UI.ListControls.ImageItem)">
            <summary>
            Returns the index of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> in the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItemCollection.Insert(System.Int32,Infragistics.Web.UI.ListControls.ImageItem)">
            <summary>
            Inserts the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> to the underlying collection ArrayList
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItemCollection.Contains(Infragistics.Web.UI.ListControls.ImageItem)">
            <summary>
            Returns true if the collection contains the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageItemCollection.Remove(Infragistics.Web.UI.ListControls.ImageItem)">
            <summary>
            Removes the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> from the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageItemCollection.Item(System.Int32)">
            <summary>
            Gets the collection of Items in the control.
            </summary>
            <param name="index">The zero based index of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> to retrieve from the collection.</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageViewerBot">
            <summary>
            The <see cref="T:Infragistics.Web.UI.Framework.RunBot">RunBot</see> class is a companion to the main control class of a companion.  It's primary function is to
            offload control functionality so that the main control is free to inherit from any other control class 
            in the ASP.NET framework.  Since the main control object is a rather heavy object, it is best to put as much
            functionality into base classes so that it can be shared and reused.  But if the main control object
            must inherit from a base class other than one defined in the framework, then it would not be able to
            participate in the framework without duplicating a great deal of code.  Therefore, by offloading the majority
            of functionality from the control object itself to a RunBot derivation class, the framework logic can be 
            kept in the RunBot and the control can derive from any base class it needs to.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerBot">ImageViewerBot</see>
            </summary>
            <param name="iControlMain">The WebControl that the ImageViewerBot should help out.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.SaveClientCollections(System.Collections.ArrayList)">
            <summary>
            Saves all Collections that should go to the client into a javascript array. 
            </summary>
            <param name="collectionList">The collections that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.LoadClientCollections(System.Object[])">
            <summary>
            Loads the Collections that were sent down to the client, back into the control. 
            </summary>
            <param name="data">The collections to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>
            <param name="objects">A list of objects that were modified on the clientside.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.EnsureFlags">
            <summary>
            A method internally used by the framework to determine which <see cref="T:Infragistics.Web.UI.ClientUIFlags">ClientUIFlags</see> should be set on the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.FormatCollectionEvent(Infragistics.Web.UI.ListControls.ListItem,System.Int32,System.Object)">
            <summary>
            Called by the ListBot base class to create an EventList item if and event needs to be fired.
            </summary>
            <param name="item">The item that changed</param>
            <param name="propIndex">The property index : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.RaisePostDataChangedEvent">
            <summary>
            Called by the base <see cref="T:Infragistics.Web.UI.Framework.RunBot">RunBot</see> in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerBot.AppStyleInfo">
            <summary>
            This is where a control needs to set up their <see cref="M:Infragistics.Web.UI.ListControls.ImageViewerBot.AppStyleInfo">AppStyleInfo</see> object. 
            If you are deriving from this control and want to apply differnt appstyling, you need to override this
            method and define your own Roles. 
            </summary>
            <returns>A new AppStyleInfo object. </returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerBot.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerBot.DeferLoadPostDataProcessing">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageViewerClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> class
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.#ctor(Infragistics.Web.UI.ListControls.WebImageViewer,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerClientEvents">ImageViewerClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.ImageMouseOver">
            <summary>
            Event fired when the mouse is over an Image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.ImageMouseOut">
            <summary>
            Event fired when the mouse leaves an Image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.ImageClick">
            <summary>
            Event fired when an Image is Clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.NextButtonClicked">
            <summary>
            Event fired the Next Button is Clicked
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.PrevButtonClicked">
            <summary>
            Event fired the Previous Button is Clicked
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.ImageSelected">
            <summary>
            Event fired after an Image is Selected
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.ImageItemAdded">
            <summary>
            Event fired after the AJAX callback that is triggered for every item added on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.ImageItemRemoved">
            <summary>
            Event fired after the AJAX callback that is triggered for every item removed on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerClientEvents.ImageItemInserted">
            <summary>
            Event fired after the AJAX callback that is triggered for every item inserted on the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageViewerDataBindingManager">
            <summary>
            The DataBindingManager base class is responsible for coordinating and managing the data binding
            process.  It stores and maintains the collection of WebBinding objects that
            determine which columns or properties in the data source objects are bound to the
            various properties of the control object model.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerDataBindingManager.#ctor(System.Web.UI.WebControls.WebControl)">
            <summary>
            Creates an instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerDataBindingManager">ImageViewerDataBindingManager</see>
            </summary>
            <param name="control">The control object which owns the ImageViewerDataBindingManager.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerDataBindingManager.CreateCollection(Infragistics.Web.UI.IDataObject)">
            <summary>
            Called by DataBots when an object collection needs to be created in order to be filled
            by the DataBind operation.
            </summary>
            <remarks>This method normally passes on the request to the owner control which will create the
            actual object on behalf of the DataBindingManager</remarks>
            <param name="parent">An IDataObject representing the parent or owner of the collection that is
            to be created.</param>
            <returns>Returns an IList collection which can be used to Add objects in turn as they are bound
            to the data source.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerDataBindingManager.CreateWebObject(System.Collections.IList)">
            <summary>
            Called by DataBots when an object needs to be created in order to accept data from the 
            the DataBind operation.  The object created will belong to the control and will store
            the data from the datasource in order to be used in the rendering phase.
            </summary>
            <remarks>This method normally passes on the request to the owner control which will create the
            actual object on behalf of the DataBindingManager</remarks>
            <param name="collection">The collection to which the object will belong.</param>
            <returns>Returns an object that will be bound to and accept data from the data source.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerDataBindingManager.OnItemBound(Infragistics.Web.UI.IDataObject)">
            <summary>
            Called when am item is bound. 
            This method will trigger the ItemBound event. 
            </summary>
            <param name="dataObject">The <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> that was bound.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerDataBindingManager.GetDefaultBinding">
            <summary>
            Retrieves the ItemBinding object that corresponds the particular control.
            If a derived control wants to add additional ItemBindings, it needs to override the method and return their own ItemBinding object.
            </summary>
            <returns>An instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItemBinding">ImageItemBinding</see> object.</returns>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ImageViewerRenderer">
            <summary>
            Inherits from <see cref="T:Infragistics.Web.UI.Framework.RendererBase">RendererBase</see>. 
            This is the renderer for the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            The main entry point for the Renderer.  
            </summary>
            <param name="writer">The writer in which all HTML is written to for the control. </param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderHorizontalTopRow(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render's the Top Row of the control.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderVerticalTopRow(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render's the Top Row of the control.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderHeader(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the HTML for the Header object. 
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderTopLeft(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Top Left Corner for the control.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderTopRight(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Top Right Corner for the control.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderBottomLeft(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Bottom Left Corner for the control.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderBottomRight(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Bottom Right Corner for the control.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderHorizontalBody(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render's the ImageArea the HTML row that contains the Next/Previous buttons and the ImageArea, when the Orientation is Horizontal.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderVerticalBody(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the HTML row that contains the ImageArea, when the Orientation is Vertical
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderHorizontalBottomRow(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Bottom Row for the control. 
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderVerticalBottomRow(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Bottom Row for the control.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderFooter(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Footer for the control.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderHorizontalNavigationButton(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>
            When Orientation is Horizontal, this method renders the Next and Previous buttons. 
            </summary>
            <param name="writer"></param>
            <param name="type">To render a Next button the value should be "next", otherwise it renders a previous button.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderVerticalNavigationButton(System.Web.UI.HtmlTextWriter,System.String)">
            <summary>
            When Orientation is Vertical, this method renders the Next and Previous buttons. 
            </summary>
            <param name="writer"></param>
            <param name="type">To render a Next button the value should be "next", otherwise it renders a previous button.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderImages(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the ImageArea that in turn renders all the Images.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.RenderImage(Infragistics.Web.UI.ListControls.ImageItem,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Actual HTML IMG. 
            </summary>
            <param name="image">A <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see>, that is uesd to render the IMG element.</param>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.AddClass(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.ListControls.ImageViewerRoles)">
            <summary>
            A helper method that adds the Class attribute to a HTML element.
            </summary>
            <param name="writer"></param>
            <param name="role">The <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerRoles">ImageViewerRoles</see> that should be resolved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ImageViewerRenderer.AddClass(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.ListControls.ImageViewerRoles,System.String)">
            <summary>
            A helper method that adds the Class attribute to a HTML element.
            </summary>
            <param name="writer"></param>
            <param name="role">The <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerRoles">ImageViewerRoles</see> that should be resolved.</param>
            <param name="classNames">A list of CSS Class names that should be rendered along with the ImageViewerRoles</param>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ImageViewerRenderer.ImageViewer">
            <summary>
            Returns an instance of the WebImageViewer control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ScrollAnimations">
            <summary>
            The object that contains the settings to change the type of Animation that will occur when the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see>
            scroll Images into view. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ScrollAnimations.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ScrollAnimations.LoadClientObjects(System.Object[])">
            <summary>
            Loads the Objects that were sent down to the client, back into the control.
            </summary>
            <param name="objects">The objects to reload.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.ScrollAnimations.LoadClientObjectsTransactionList">
            <summary>
            Reads the Transaction List and repopulates the objects of the control.
            </summary>
            <param name="objects">A list of objects that were modified on the clientside.</param>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ScrollAnimations.Type">
            <summary>
            Returns/sets the Animation type that the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> will use to scroll images into view. 
            <para>Continuous - While the Next/Previous buttons are pressed, the ImageViewer will continue to scroll.</para>
            <para>Page - The ImageViewer will scroll the Next non-visible Image into view.</para>
            <para>NextItem - The ImageViewer will scroll Next/Previous image to the specified ScrollToAlignment.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ScrollAnimations.Continuous">
            <summary>
            An object that allows for customization of the Continuous Animation. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ScrollAnimations.NextItem">
            <summary>
            An object that allows for customization of the NextItem Animation. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ScrollAnimations.Page">
            <summary>
            An object that allows for customization of the Page Animation. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ScrollAnimations.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.AnimationObject">
            <summary>
            An object that controls basic Animation settings. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.AnimationObject.Duration">
            <summary>
            Determines how long, in miliseconds, the animation should last.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.AnimationObject.EquationType">
            <summary>
            Determines the type of Equation that should be used to perform the Animation. 
            <para>Equations determine things such as if the Animation will start our slow and speed up or if it should go a constant speed. </para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.AnimationObject.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.ContinuousAnimation">
            <summary>
            An object that allows for customization of the Continuous Animation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ContinuousAnimation.MaxSpeed">
            <summary>
            Determines how fast the Animation should be going when the Duration is reached.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ContinuousAnimation.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.NextItemAnimation">
            <summary>
            An object that allows for customization of the NextItem Animation. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.NextItemAnimation.Alignment">
            <summary>
            Determines where the next/previous item will align in the visible area of the Control. 
            <para>Near - The left/top edge of the image will align with the left/top most area of the visible image area.</para>
            <para>Center - The center of the image will align with the center of the visible image area.</para>
            <para>Far - The right/bottom edge of the image will align with the right/bottom most area of the visible image area.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.NextItemAnimation.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.PageAnimation">
            <summary>
            An object that allows for customization of the Page Animation. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.PageAnimation.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ListControls.WebImageViewer">
            <summary>
            Displays Images in scrollable format. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> Class.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CreateItemsCollection(Infragistics.Web.UI.Framework.CollectionUIObject)">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItemCollection">ImageItemCollection</see>..
            </summary>
            <remarks>
            All ObjectCollections for the FlatDataBoundControl are created using this virtual method.  This allows derived
            classes to modify and enhance the ListItem class without disturbing the base classes and framework.
            </remarks>
            <param name="item">The parent Item which will own the collection created.  If this parameter
            is null, the Control itself should be the owner of the collection.</param>
            <returns>Returns a new instance of the ImageItemCollection.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CreateItem">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see>. class.
            </summary>
            <remarks>
            All CollectionUIObjects for the FlatDataBoundControl are created using this virtual method.  This allows derived
            classes to modify and enhance the UIObject class without disturbing the base classes and framework.
            </remarks>
            <returns>Returns a new instance of the ImageItem class.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CreateDataBindingManager(System.Web.UI.WebControls.WebControl)">
            <summary>
            Creates a new instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerDataBindingManager">ImageViewerDataBindingManager</see>. class.
            </summary>
            <param name="control">An instance of the WebImageViewer control.</param>
            <returns>Returns a new instance of ImageViewerDataBindingManager class.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CreateDataBinding">
            <summary>
            Creates a new instance of the <see cref="P:Infragistics.Web.UI.ListControls.WebImageViewer.ImageItemBinding">ImageItemBinding</see>. object.
            </summary>
            <remarks>Can be overriden by a derived class to return</remarks>
            <returns>Returns a new instance of the ImageItemBinding object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CreateRenderer">
            <summary>
            A virtual method called by the framework base when a renderer is required for the control.  Derived classes
            may override this method in order to provide specific rendering markup.  Many of the rendering 
            methods within the Renderer class may also be overridable in order to customize specific aspects of the rendering.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerRenderer">ImageViewerRenderer</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CreateRunBot">
            <summary>
            A virtual method called by the framework base when the RunBot is required for the control.  Derived classes
            may override this method in order to provide extra functionality to the RunBot.  Many of the 
            methods within the RunBot class may also be overridable in order to add additional logic to the control.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerBot">ImageViewerBot</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>A new instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerClientEvents">ImageViewerClientEvents</see>. object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.EnsureTemplates">
            <summary>
            Overrides the framework invocation to instantiate all templates for the control that are needed.  This method is called
            automatically by the framework during the page lifecycle to ensure that all templates are created.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.SetSelectedItem(System.Int32,System.Boolean)">
            <summary>
            We only want one item to be selected at any given time. So if the user is selecting an item, 
            we need to make sure that all other items are being unselected. This method is called by the 
            <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> in the setter of it's Selected property. 
            </summary>
            <param name="index">The index of the item being selected. If -1, then all items will be unselected.</param>
            <param name="val">A boolean determining if the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see>. should be selected or unselected.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.OnSelectedIndexChanged(Infragistics.Web.UI.ListControls.ImageItemEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.ListControls.WebImageViewer.SelectedIndexChanged">SelectedIndexChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItemEventArgs">ImageItemEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.OnItemAdded(Infragistics.Web.UI.ListControls.ImageItemEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemAdded">ItemAdded</see> event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItemEventArgs">ImageItemEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.OnItemRemoved(Infragistics.Web.UI.ListControls.ImageItemEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemRemoved">ItemRemoved</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItemEventArgs">ImageItemEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.OnItemInserted(Infragistics.Web.UI.ListControls.ImageItemEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemInserted">ItemInserted</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItemEventArgs">ImageItemEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.OnItemBound(System.EventArgs)">
            <summary>
            Virtual method called whenever an Item is bound to a datasource record.  The default implementation first the ItemBound Event.
            </summary>
            <param name="e"></param>        
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during LoadPostData during a Callback. This method should be used to perform any operations neccessary for the callback.
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="M:Infragistics.Web.UI.ListControls.WebImageViewer.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called during the Page's Render during a Callback. This method should be used to render any html or objects that need
            to be sent down in the Callback's response. 
            </summary>
            <param name="callbackObject">The CallbackObject that corresponds with the Callback.</param>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.Orientation">
            <summary>
            Returns/sets the orientation of the WebImageViewer. 
            <para>Horizontal - Images will be displayed left to right.</para>
            <para>Vertical - images will be displayed top to bottom.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.EnableDragScrolling">
            <summary>
            Returns/sets if the user can MouseDown over the image area of the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see>, and scroll the Images by dragging.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.WrapAround">
            <summary>
            Returns/sets if images will loop around infinitely in the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.EnableInitialFadeAnimation">
            <summary>
            Returns/sets if images will have initial fade-in animation during <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see> initialization.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.SelectedIndex">
            <summary>
            Returns/Sets the index of the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> that is to be selected.
            <para>When set to -1, no image will be selected.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.SelectedItem">
            <summary>
            Returns/Sets the <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> that is to be Selected.
            <para>When set to null, no image will be selected.</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.Header">
            <summary>
            A templatable object that can be used to display information at the top of the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.Footer">
            <summary>
            A templatable object that can be used to display information at the bottom of the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.ImageItemBinding">
            <summary>
            Property DataBindings are used to map data fields from the database to property values on items in a collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.NextButton">
            <summary>
            An object that contains properties associated with the NextButton.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.PreviousButton">
            <summary>
            An object that contains properties associated with the PreviousButton.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.Items">
            <summary>
            The collection of ImageItems in the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.ScrollAnimations">
            <summary>
            The object that contains the settings to change the type of Animation that will occur when the <see cref="T:Infragistics.Web.UI.ListControls.WebImageViewer">WebImageViewer</see>
            scrolls Images into view. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.ItemTemplate">
            <summary>
            This property was inherited from the base class, but not implemented on the derived
            class, and there for hidden. This property should not be used. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.ClientEvents">
            <summary>
            Get reference to the <see cref="T:Infragistics.Web.UI.ListControls.ImageViewerClientEvents">ImageViewerClientEvents</see>..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.IsOptimizeCollectionsStateSupported">
            <summary>
            Enables optimization for collections client state during postback
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.ListControls.WebImageViewer.SelectedIndexChanged">
            <summary>
            Occurs when the Selected <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> changes between posts to the server. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.WebImageViewer.HasSelectedIndexChanged">
            <summary>
            Determines if the SelectedIndexChanged Event has any listeners. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemAdded">
            <summary>
            Occurs when an <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> is added on the Client. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemRemoved">
            <summary>
            Occurs when an <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> is removed on the Client.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemInserted">
            <summary>
            Occurs when an <see cref="T:Infragistics.Web.UI.ListControls.ImageItem">ImageItem</see> is inserted on the Client. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.ListControls.WebImageViewer.ItemBound">
            <summary>
            Event fired whenever an Item is bound to a datasource record.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.NavBot">
            <summary>
            This class forms the base class for Bots which implement the Navigation framework
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Constructs a NavBot object
            </summary>
            <param name="iControlMain">A reference to the owner control's IControlMain interface for communication.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavBot.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Loads the transaction list for a collection of objects and applies the updated values to each of the objects.
            </summary>
            <param name="collections"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavBot.FormatCollectionEvent(Infragistics.Web.UI.NavigationControls.NavItem,System.Int32,System.Object)">
            <summary>
            Method that formats and event for later firing and fires a changing event if necessary.
            Derived class must override this to provide the necessary support.
            </summary>
            <param name="item">The item that changed</param>
            <param name="propIndex">The property index : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavBot.FormatCollectionEvent(Infragistics.Web.UI.NavigationControls.NavItem,System.String,System.Object)">
            <summary>
            Method that formats and event for later firing and fires a changing event if necessary.
            Derived class must override this to provide the necessary support.
            </summary>
            <param name="item">The item that changed</param>
            <param name="propName">The property name : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavBot.ResolveItem(System.String)">
            <summary>
            Allows derived classes to resolve Items by using the string address
            </summary>
            <param name="fullAddress">The string address of the item to be resolved.  i.e. 3.1.0 </param>
            <returns>Returns the item in the collection that matches the passed in string address.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavBot.EnsureFlags">
            <summary>
            A method internally used by the framework to determine which <see cref="T:Infragistics.Web.UI.ClientUIFlags">ClientUIFlags</see> should be set on the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavBot.IsClientStateDirty">
            <summary>
            Get whether the current client state is dirty. I.e. add/remove/insert happended on the client. Currently used only by WebDataTree.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.OnInit(System.EventArgs)">
            <summary>
            Override of OnInit to handle the initialization of references for those items that have been parsed in from the
            aspx page.  Since the items are first pushed onto a stack as they are parsed and then formed into collections later,
            there is no sooner opportunity to establish back references between objects and their owner/control.
            </summary>
            <param name="e">EventArgs reference</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.Render(System.Web.UI.HtmlTextWriter)">
            <summary>
            Overridden to ensure that child nodes are initialized for the references they need to their owner collection and owner
            control at design time.  
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.ClearDataItems">
            <summary>
            Called by the DataBinding objects to tell the Control that the Items collection should be cleared prior to commencement of a
            fresh databinding operation.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.FindTemplateById(System.String)">
            <summary>
            Searches the ItemTemplates within this collection and returns a reference to the first one
            that matches the templateId passed in.
            </summary>
            <param name="templateId">The Id of the ItemTemplate to look for.</param>
            <returns>ItemTemplate whose Id matches the templateId passed in.  Returns null if none is found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.EnsureTemplates">
            <summary>
            Overrides the framework invocation to instantiate all templates for the control that are needed.  This method is called
            automatically by the framework during the page lifecycle to ensure that all templates are created.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.InstantiateTemplates(Infragistics.Web.UI.Framework.HierarchicalObjectCollection)">
            <summary>
            Called from the EnsureTemplates override to walk the control's items collection and instantiate the necessary templates
            on each object within it.  If an item has children, then the method is called recursively to instantiate the templates of
            the children where applicable.
            </summary>
            <param name="items">The Items collection of the NavControl.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.ClearTemplates">
            <summary>
            Overrides the framework invocation to clear all templates that exist for the control so that fresh templates can be instantiated.
            This method is called primarily from designers when templates have been edited so that the control can be refreshed with the
            updated templates.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.ClearTemplates(Infragistics.Web.UI.Framework.HierarchicalObjectCollection)">
            <summary>
            Called from the ClearTemplates override to walk the control's items collection and clear the existing template
            on each object within it.  If an item has children, then the method is called recursively to clear the templates of
            the children where applicable.
            </summary>
            <param name="items">The Items collection of the NavControl.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.InstantiateTemplate(Infragistics.Web.UI.NavigationControls.NavItem)">
            <summary>
            Instantiates any specified templates for a NavItem if they have not already been instantiated.  
            </summary>
            <remarks>
            Templates for a NavItem can be instantiated in any one of three ways: 1. The NavItem has a non-null Template property set.
            2. The NavItem has a non-empty TemplateId property set.
            3. The NavControl has a non-null ItemTemplate property set.
            The order and priority of resolution is as described.
            </remarks>
            <param name="item">The particular NavItem for template instantiation.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavControl.ResolveItem(System.String)">
            <summary>
            Translates an address string specifier into the resolved NavItem object that lives at the specified address.
            </summary>
            <param name="fullAddress">The full address specifier for an item.  If the collecion is a 'flat' collection, this
            address is synonomous with the Index of the item.  If the collection is hierarchical, the fullAddress will contain
            delimiters that can be used to break down the address into partial addresses which are then resolved in turn.</param>
            <remarks>
            For Example: '0.3.2' specifies the item at index 2 whose parent is at index 3 of the collection who's parent is index 0 of the top-level
            collection.
            </remarks>
            <returns>The NavItem object that corresponds to the passed in address specifier.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavControl.Items">
            <summary>
            Collection of items at the root level of the NavControl.  Internally, these Items are contained within
            a RootItem to allow the tree to be treated as a single rooted tree when necessary for some recursive routines.
            </summary>
            
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavControl.AllItems">
            <summary>
            Returns an ArrayList consisting of all Items within the Control, including child items if the control utilizes a
            tree structure.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavControl.Templates">
            <summary>
            Gets a ControlCollection that contains instances of ItemTemplate objects which can be shared among items
            within the derived Control by seting the Item.TemplateId property to the Id of an ItemTemplate.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavControl.ItemTemplate">
            <summary>
            An ITemplate object that will be applied as a template for all items within the control unless an individual Item 
            has a non-null Template property of its own, or it has its TemplateId set to refer to an ItemTemplate in the ItemTemplates collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemEventArgs.Item">
            <summary>
            Returns the Node object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.NavItem">
            <summary>
            The base class for all navigation control items
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItem.GetFullPath(System.String)">
            <summary>
            Returns a string that identifies this nav item
            </summary>
            <param name="delimiter">The delimiter between each parent item's identifier</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItem.Clone">
            <summary>
            Returns null as a clone
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItem.ClearTemplate">
            <summary>
            This virtual method is overridden to clear the templates of child items within the 
            hierarchical control.  The base class clears the templates of the current item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItem.EnsureTemplate">
            <summary>
            Instantiates this item's templates in the NavControl
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItem.TrackViewState">
            <summary>
            Enables view state tracking for sub objects
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItem.SaveViewState">
            <summary>
            Saves this objects objects into an array for the view state
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItem.EnsureFlags">
            <summary>
            Ensures that client flags for various behaviors are set
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.ToolTip">
            <summary>
            Gets/sets the tooltip for the item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.Enabled">
            <summary>
            Gets/sets whether this item is enabled
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.Visible">
            <summary>
            Gets/sets whether this item is visible.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.HasVisibleChildren">
            <summary>
            Returns a boolean value that indicates if this object has visible children.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.ImageUrl">
            <summary>
            Gets/sets a url to be used for the source of this item's image
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.ImageToolTip">
            <summary>
            Gets/sets the tooltip for this item's image
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.ImageAltText">
            <summary>
            Specify alt text for the image used.
            Added on behalf of Explorer Bar.
            Currently WebDataMenu and WebDataTreeNode render the ImageToolTip as alt for the image.
            While there is no way to set a real ToolTip(title) for the image.
            In a future release this property can be done public.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.Text">
            <summary>
            Gets/sets a string to be used for the text of this item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.Value">
            <summary>
            Gets/sets a string to be used for the value of this item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.Key">
            <summary>
            Set or gets a string value that can be used to uniquely identify a node, independant of its Text or Value properties.  The Key property can be 
            bound to a DataSource field using the NodeBinding.KeyField property setting.  
            </summary>
            <remarks>
            This property does not enforce uniqueness on the Key value.
            The default value for this property is String.Empty.
            If specified, the value is available on the client.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.NavigateUrl">
            <summary>
            Gets/sets a string to be used as the navigate url for this item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.ResolvedNavigateUrl">
            <summary>
            Resolves the navigate url to a usable url
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.Target">
            <summary>
            Sets or gets a string value that specifies an Html Frame to be used as the Target of the NavigateUrl property.  When the DataTreeNode is
            clicked, the NavigateUrl string will be used to navigate to the specified web page and the page will be displayed in the Frame of the
            browser specified by this property.
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.NavControl">
            <summary>
            Returns a reference to the nav control that owns this item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.TemplateId">
            <summary>
            ID of Template within the TemplateCollection.  Identifies the template to use for this NavItem.
            </summary>
            
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItem.PropCount">
            <summary>
            Returns the number of client properties for this type of item
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.NavItemBinding">
            <summary>
            This class is used to map DataSource Fields to Item or Node properties.  The public part of the
            class exposes properties that take a string value that identifies fields or columns within the 
            DataSource to which they are being bound.  As the DataSource is traversed during DataBinding, each object in the 
            DataSource is examined and those fields that are matched to properties on the Item or Node are populated as
            Items and Nodes are created.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemBinding.DefaultText">
            <summary>
            Returns or sets a string value that is used to populate the Text property of an Item or Node.
            </summary>
            <remarks>
            Using this property, Nodes that are matched to this DataBinding.DataMember and Level values can have their
            Text properties set to a constant value.  This would apply to nodes that behave as headings for
            their children which display the actual data values using a different Binding.
            The Text property will be set to the Default value only when the DataSource TextField value is null or empty.
            If the TextField property is not specified, then all nodes will be set to the DefaultText value.
            </remarks>
            
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemBinding.TextFormatString">
            <summary>
            Sets or gets a string value that is used to format the text value of each Item or Node as it is bound to
            the DataSource.
            </summary>
            <remarks>
            Normal string.Format options can be used.  The Text property will be placed into the {0} placeholder argument of 
            the format string.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemBinding.NavigateUrlFormatString">
            <summary>
            Returns or sets a string value that is used to format the NavigateUrl property of a Node when the Node is being databound. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemBinding.TextField">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the Text property
            of the Item or Node object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemBinding.NavigateUrlFields">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the NavigateUrl property
            of the Item or Node object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemBinding.TargetField">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the NavigateTarget property
            of the Item or Node object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemBinding.ValueField">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the Value property
            of the Item or Node object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.NavItemBinding.ToolTipField">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the ToolTip property
            of the Item or Node object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.NavItemCollection">
            <summary>
            Collection of NavItems.  This class forms a base class for controls utilizing the NavigationControls framework
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItemCollection.FindNavItemByText(System.String)">
            <summary>
            Locates an item based on its Text property value
            </summary>
            <param name="text">The Text string value to be used to search for the item</param>
            <returns>NavItem object if a match is located.  Null otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItemCollection.FindNavItemByText(System.String,System.Boolean)">
            <summary>
            Locates an item based on its Text property value
            </summary>
            <param name="text">The Text string value to be used to search for the item</param>
            <param name="searchRecursive">Determines if the search should be performed recursively for sub items or only for the current collection</param>
            <returns>NavItem object if a match is located.  Null otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItemCollection.FindNavItemByValue(System.String)">
            <summary>
            Locates an item based on its Value property value
            </summary>
            <param name="value">The Value string to be used to search for the item</param>
            <returns>NavItem object if a match is located.  Null otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItemCollection.FindNavItemByValue(System.String,System.Boolean)">
            <summary>
            Locates an item based on its Value property value
            </summary>
            <param name="value">The Value string to be used to search for the item</param>
            <param name="searchRecursive">Determines if the search should be performed recursively for sub items or only for the current collection</param>
            <returns>NavItem object if a match is located.  Null otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItemCollection.FindNavItemByKey(System.String)">
            <summary>
            Locates an item based on its Key property value
            </summary>
            <param name="key">The Key string to be used to search for the item</param>
            <returns>NavItem object if a match is located.  Null otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.NavItemCollection.FindNavItemByKey(System.String,System.Boolean)">
            <summary>
            Locates an item based on its Key property value
            </summary>
            <param name="key">The Key string to be used to search for the item</param>
            <param name="searchRecursive">Determines if the search should be performed recursively for sub items or only for the current collection</param>
            <returns>NavItem object if a match is located.  Null otherwise</returns>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuAutoPostBackFlags">
            <summary>
            Represents auto postback options applied to client side events.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for DataMenuAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuAutoPostBackFlags.ItemClick">
            <summary>
            Gets sets auto postback options applied to ItemClick event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuAutoPostBackFlags.ItemSelected">
            <summary>
            Gets sets auto postback options applied to ItemSelected event.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuBindingManager">
            <summary>
            Class used internally by the WebDataMenu to manage the databinding operation of the control
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBindingManager.#ctor(System.Web.UI.WebControls.WebControl)">
            <summary>
            Constructor
            </summary>
            <param name="control">The owener control for this object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBindingManager.DataBind(System.Object)">
            <summary>
            Called by the Control to carry out the databinding operation
            </summary>
            <param name="dataSource">The DataSource to which the object will bind.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBindingManager.CreateCollection(Infragistics.Web.UI.IDataObject)">
            <summary>
            Mediates the creation of collections for binding hierarchical data.
            </summary>
            <param name="parent">The owning object.</param>
            <returns>A Collection that can be populated with bound items.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBindingManager.CreateWebObject(System.Collections.IList)">
            <summary>
            Creates an item for binding to the datasource
            </summary>
            <param name="collection">The collection to which the item will be added.</param>
            <returns>IDataObject to be bound to the datasource.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBindingManager.OnItemBound(Infragistics.Web.UI.IDataObject)">
            <summary>
            Called from databinding to notify control and application that an item has been bound.
            The NodeBound event is then fired in response.
            </summary>
            <param name="dataObject">The object that has been databound.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuBindingManager.DataBindings">
            <summary>
            Called by the Hierarchical Databinding Bot to return the collection of DataBindings to work with.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuBot"/> class.
            </summary>
            <param name="iControlMain">The control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBot.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBot.FormatCollectionEvent(Infragistics.Web.UI.NavigationControls.NavItem,System.Int32,System.Object,System.Boolean)">
            <summary>
            Called by the NavBot base class to create an EventList item if and event needs to be fired.
            </summary>
            <param name="item">The item that changed</param>
            <param name="propIndex">The property index : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <param name="isAutoPostBack">not used.</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuBot.EnsureFlags">
            <summary>
            A method internally used by the framework to determine which <see cref="T:Infragistics.Web.UI.ClientUIFlags">ClientUIFlags</see> should be set on the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuBot.DataMenu">
            <summary>
            Gets the data menu.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuBot.SupportsAjaxIndicator">
            <summary>
            Returns whether the menu supports Ajax indicator - true.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuBot.EventListInternal">
            <summary>
            The DataMenuItemBinding class needs access to this list in order to populate items correctly for ajax callbacks.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.NavigationControls.WebDataMenu">WebDataMenu</see> class
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.#ctor(Infragistics.Web.UI.NavigationControls.WebDataMenu,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents">DataMenuClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.KeyDown">
            <summary>
            Gets or sets javascript function name that will handle KeyDown event on the client
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemClick">
            <summary>
            Gets or sets javascript function name that will handle ItemClick event on the client
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemCollapsed">
            <summary>
            Gets or sets javascript function name that will handle ItemCollapsed event on the client
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemCollapsing">
            <summary>
            Gets or sets javascript function name that will handle ItemCollapsing event on the client
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemExpanded">
            <summary>
            Gets or sets javascript function name that will handle ItemExpanded event on the client
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemExpanding">
            <summary>
            Gets or sets javascript function name that will handle ItemExpanding event on the client
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemHovered">
            <summary>
            Defines a handler for ItemHovered client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemUnhovered">
            <summary>
            Defines a handler for ItemUnhovered client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemSelected">
            <summary>
            Gets or Sets JavaScript function name that will handle ItemSelected client event.
            </summary>
            <value>The Javascript function name.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.ItemSelecting">
            <summary>
            Gets or sets javascript function name that will handle ItemSelecting event on the client
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents.CancelBrowserEventOverride">
            <summary>
            Gets or sets javascript function name that will handle CancelBrowserEventOverride event on the client
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings">
            <summary>
            Settings that can be applied over the whole Menu or a sub-menu group
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.#ctor(System.String)">
            <summary>
            Constructs a new DataMenuGroupSettings object and sets it ItemsFullAddress property to the passed one.
            </summary>
            <param name="ItemsFullAddress">String representing Items FullAddress property</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.#ctor">
            <summary>
            Prameterless consturctor. Used for Unit Testing
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.Clone(System.String)">
            <summary>
            Clones the DataMenuGroupSettings object and returns a fresh copy with new FullAddress
            </summary>
            <param name="FullAddress">The Item's Full Address</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.OwnerItemFullAddress">
            <summary>
            A Helper property to make the link between it and the item it belongs to.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.EnableAnimation">
            <summary>
            Whether to use animation or not. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.AnimationType">
            <summary>
            Represents animation type to use. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.AnimationDuration">
            <summary>
            The duration of animation effect in milliseconds. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.AnimationEquationType">
            <summary>
            Equation type to use for the animation. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.OffsetX">
            <summary>
            Offset X appearance in pixels for the menu or sub-menu Group
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.OffsetY">
            <summary>
            Offset Y appearance in pixels for the menu or sub-menu Group
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.Width">
            <summary>
            Width for the Menu or SubMenu group. Explicit set. Can use "px" or "%"
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.Height">
            <summary>
            Height for the Menu or SubMenu group. Explicit set. Can use "px" or "%"
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.Orientation">
            <summary>
            Orientation for the Menu or SubMenu group. Vertical or Horizontal. Defaults Vertical
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.ExpandDirection">
            <summary>
            Which direction to expand to. Defaults to Auto
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.PropCount">
            <summary>
            Returns the total number of properties on the object that should go to the client.. 
            This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class.
            If you are deriving from this object and need to add additional client properties, you must override this property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettings.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuItem">
            <summary>
            DataMenuItem Type. Represents item that will be part of Menu. An Item can have Items collection, as well as DataMenuGroupSettings, which combine group of common settings for its submenu.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.#ctor">
            <summary>
            Constructs an Empty DataMenuItem
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.#ctor(System.String)">
            <summary>
            Constructs DataMenuItem object with given parameters.
            </summary>
            <param name="aText">The Text to be shown</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.#ctor(System.String,System.String)">
            <summary>
            Constructs DataMenuItem using Text and Navigate URL
            </summary>
            <param name="aText">The Text to be shown</param>
            <param name="aNavigateUrl">Navigate URL for the item</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.#ctor(System.String,System.String,System.String)">
            <summary>
            Constructs DataMenuItem with given Text, NavigateUrl and Target
            </summary>
            <param name="aText">The Text to be shown</param>
            <param name="aNavigateUrl">Navigate URL for the item</param>
            <param name="aTarget">Target</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Constructs DataMenuItem with given Text, NavigateUrl, Target and ImageUrl
            </summary>
            <param name="aText">The Text to be shown</param>
            <param name="aNavigateUrl">Navigate URL for the item</param>
            <param name="aTarget">Target</param>
            <param name="aImageUrl">Image URL for item's image</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Constructs DataMenuItem with given parameters
            </summary>
            <param name="aText">Text for the menu item</param>
            <param name="aNavigateUrl">Navigate URL</param>
            <param name="aTarget">Target for the Navigate URL</param>
            <param name="aImageUrl">Image URL for item's image</param>
            <param name="aToolTip">ToolTip for the item</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.#ctor(System.Boolean)">
            <summary>
            Creates a new DataMenuItem that will be separator if isSeparator parameter is true.
            </summary>
            <param name="isSeparator">Whether the item to be separator or not.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.#ctor(Infragistics.Web.UI.NavigationControls.WebDataMenu)">
            <summary>
            Constructs an Empty DataMenuItem and sets its owner Control
            </summary>
            <param name="menu">WebDataMenu which will hold this item</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.Remove">
            <summary>
            This method removes this item from the items collection of its ParentItem.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.Clone">
            <summary>
            Creates a copy of the existing item
            </summary>
            <returns>A new DataMenuItem with the same properties is returned.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItem.Clone(System.Boolean)">
            <summary>
            Clones the Item and its children
            </summary>
            <param name="deepClone">Whether to clone the hierarchical structure down</param>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.CssClass">
            <summary>
            Sets or gets a string value that identifies the CSS class to be applied to this item in its normally displayed state.  If a value is specified, it will be appended
            to the default class name string used for AppStyling.  Any CSS rules specfied in the CssClass will override settings specified in
            the default classes.
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.ClientLevel">
            <summary>
            Sets or gets the level. This is transferred and needed to decide how to expand and collapse submenus on the client 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.IsSeparator">
            <summary>
            Sets or Gets boolean property to specify whether this item will be rendered as separator
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.Selected">
            <summary>
            Sets or gets a bool value that indicates if this item is selected or not.  When true, the item is highlighted in the SelectedCssClass style on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.Menu">
            <summary>
            Gets a reference to the WebDataMenu to which this DataMenuItem belongs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.PreviousItem">
            <summary>
            Gets the previous sibling item to this item within the parent items collection.
            If this item is the first item in the collection, then null is returned.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.NextItem">
            <summary>
            Gets the next sibling item to this item within the parent items collection.
            If this item is the last item in the collection, then null is returned.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.ParentItem">
            <summary>
            Returns the parent item of this item within the menu item hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.Items">
            <summary>
            Returns a reference to the children items collection of this item.  
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.GroupSettings">
            <summary>
            Common settings to be applied for item's sub-menu and all sub-menus down the branch
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.Text">
            <summary>
            Text that will be displayed for that datamenu item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItem.PropCount">
            <summary>
            Returns the number of positional properties that are managed for Client State by this item.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuItemBinding">
            <summary>
            This class controls the databinding process of populating the properties of each bound item to the data fields
            in the datasource.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemBinding.ImageUrlField">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the ImageUrl property
            of the Item object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection">
            <summary>
            The collection of items managed by the DataTree and any of the items within the hierarchy.  Collections of this type are located 
            within the items property of the WebDataTree and DataMenuItem objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.Add(System.String)">
            <summary>
            Adds a DataMenuItem to the items collection
            </summary>
            <param name="text">The Text property value for the newly added item.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.Add(System.String,System.String)">
            <summary>
            Adds a DataMenuItem to the items collection
            </summary>
            <param name="text">The Text property value for the newly added item.</param>
            <param name="key">The Key property value for the newly added item.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.Add(Infragistics.Web.UI.NavigationControls.DataMenuItem)">
            <summary>
            Adds single DataMenuItem to the end of collection
            </summary>
            <param name="item">DataMenuItem's instance to be added</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.CreateItem">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            Factory method called when an object for the collection needs to be created.  The default implementation calls
            the main object factory of HierarchicalDataBoundControlMain where the call is routed to the most derived control
            class which determines the type of item to create for the collection.
            </summary>
            <returns>A HierarchicalUIObject of the appropriate type.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.AddRange(Infragistics.Web.UI.NavigationControls.DataMenuItem[])">
            <summary>
            Adds multiple DataItems into the collection ot the end of collection.
            </summary>
            <param name="items">Array of DataMenuItem instances to be inserted at the end of collection</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.Insert(System.Int32,Infragistics.Web.UI.NavigationControls.DataMenuItem)">
            <summary>
            Inserts DataMenuItem instance at specified index in the collection.
            </summary>
            <param name="index">The index for new item to be inserted to</param>
            <param name="item">The instance of DataMenuItem to be inserted</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.Move(Infragistics.Web.UI.NavigationControls.DataMenuItem,System.Int32)">
            <summary>
            Moves specified DataMenuItem within the collection.
            </summary>
            <param name="item">Item to be moved</param>
            <param name="index">zero-based index to set the item to</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.IndexOf(Infragistics.Web.UI.NavigationControls.DataMenuItem)">
            <summary>
            Returns the DataMenuItem's index within the collection
            </summary>
            <param name="item">The instance to look for index of</param>
            <returns>-1 if item is not in the collection, zero based item's index instead</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.Contains(Infragistics.Web.UI.NavigationControls.DataMenuItem)">
            <summary>
            Checks is requested DataMenuItem exists in the collection
            </summary>
            <param name="item">DataMenuItem instance to check for</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.Remove(Infragistics.Web.UI.NavigationControls.DataMenuItem)">
            <summary>
            Removes specified DataMenuItem from the collection
            </summary>
            <param name="item">DataMenuItem instance to be removed</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.FindDataMenuItemByText(System.String)">
            <summary>
            Searches the collection for DataMenuItem, which's Text property is equal to the provided string.
            Returns DataMenuItem instance if found, null otherwise.
            </summary>
            <param name="text">String value to search for</param>
            <returns>DataMenuItem</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.FindDataMenuItemByValue(System.String)">
            <summary>
            Searches the collection for DataMenuItem, which's Value property is equal to the provided string.
            Returns DataMenuItem instance if found, null otherwise.
            </summary>
            <param name="value">String value to search for</param>
            <returns>DataMenuItem</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.FindDataMenuItemByKey(System.String)">
            <summary>
            Searches the collection for DataMenuItem, which's Key property is equal to the provided string.
            Returns DataMenuItem instance if found, null otherwise.
            </summary>
            <param name="key">String Key to search for</param>
            <returns>DataMenuItem</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemCollection.Item(System.Int32)">
            <summary>
            Returns or sets the DataMenuItem instance at specified index in the collection
            </summary>
            <param name="index">zero-based index in the collection</param>
            <returns>DataMenuItem</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.CssClass">
            <summary>
            Basic CssClass for Items, to override Themes, but can be overriden by the CssClass property of an item
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.HoverCssClass">
            <summary>
            Common Css class to be applied on Hovering item. Overrides Theme settings
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.ImageUrl">
            <summary>
            Common ImageURL for all items, except explicitly defined
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.ImageToolTip">
            <summary>
            Common ImageToolTip for all items' images
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.Target">
            <summary>
            Common target for all items' NavigateURL properties, except explicitly defined
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.NavigateUrl">
            <summary>
            Common NavigateUrl for all items, except explicitly defined.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.SelectedCssClass">
            <summary>
            Common css class for Item's selected state
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemSettings.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuRenderer">
            <summary>
            Renderer for Menu
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Main rendering function for WebDataMenu
            </summary>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.Initialize(System.Web.UI.HtmlTextWriter)">
            <summary>
            Initializes the designer class to set various variables.
            </summary>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderItems(Infragistics.Web.UI.NavigationControls.DataMenuItemCollection,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the items of the dataTree starting with the Root level items.
            </summary>
            <param name="items">The items collection being rendered</param>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderContainer(Infragistics.Web.UI.NavigationControls.DataMenuItemCollection,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the scrolling container DIV, along with the scroll buttons.
            </summary>
            <param name="items">Collection with menu items, that should be rendered in the scroll container.</param>
            <param name="writer">Instance to HTML writer.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.IsHorizontalMenu(Infragistics.Web.UI.NavigationControls.DataMenuItemCollection)">
            <summary>
            Checks whether the menu is horizontally displayed using the items collection.
            </summary>
            <param name="items">Collection with menu items.</param>
            <returns>True if the menu is horizontally displayed.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderFirstScroller(System.Web.UI.HtmlTextWriter,System.Boolean,System.Int32)">
            <summary>
            Renders the first scroll button. It is always rendered hidden.
            </summary>
            <param name="writer">Instance to HTML writer.</param>
            <param name="isHorizontal">Flag, specifying whether the menu is horizontally displayed.</param>
            <param name="zIndex">The zIndex of the scroll button.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderSecondScroller(System.Web.UI.HtmlTextWriter,System.Boolean,System.Int32,System.Boolean)">
            <summary>
            Renders second scroller button.
            </summary>
            <param name="writer">Instance to HTML writer.</param>
            <param name="isHorizontal">Flag, specifying whether the menu is horizontally displayed.</param>
            <param name="zIndex">The zIndex of the scroll button.</param>
            <param name="showButtons">If true, button will be visible on the page, else it will be not displayed.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderCommonScrollerSettings(System.Web.UI.HtmlTextWriter,System.Boolean,System.Int32)">
            <summary>
            Renders the A tag for the scroller buttons.
            </summary>
            <param name="writer">Instance to HTML writer.</param>
            <param name="isHorizontal">Flag, specifying whether the menu is horizontally displayed.</param>
            <param name="buttonIndex">The index of the scroll button that will contain the anchor. Can be 0 (First Scroller) or 1 (Second Scroller).</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderScrollIcons(System.Web.UI.HtmlTextWriter,System.Boolean,System.Int32)">
            <summary>
            Renders the SPAN for the scroll icon. The idea is that the anchor can be used to set background image
            like gradient and etc. While the span will display the real button image, like small triangle.
            It will apply a common MenuScrollIcon class for each span, where common settings can be groupped.
            And also it will apply specific CSS class for each scroll icon be it top/left/right or bottom.
            </summary>
            <param name="writer">Instance to HTML writer.</param>
            <param name="isHorizontal">Flag, specifying whether the menu is horizontally displayed.</param>
            <param name="buttonIndex">The index of the scroll button that will contain the SPAN. Can be 0 (First Scroller) or 1 (Second Scroller).</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderItem(Infragistics.Web.UI.NavigationControls.DataMenuItem,Infragistics.Web.UI.NavigationControls.DataMenuItemCollection,System.Web.UI.HtmlTextWriter,System.Boolean)">
            <summary>
            Renders a specific item of the tree.
            </summary>
            <param name="item">The item being rendered</param>
            <param name="items">The items collecion to which the item belongs.</param>
            <param name="writer">The writer to which the html is rendered.</param>
            <param name="isHorizontal">Boolen that shows if the item should be rendered horizontally.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.AddClass(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.NavigationControls.DataMenuRoles,System.String)">
            <summary>
            A helper method that adds the Class attribute to a HTML element.
            </summary>
            <param name="writer"></param>
            <param name="role">The <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuRoles">DataMenuRoles</see> that should be resolved.</param>
            <param name="classNames">A list of CSS Class names that should be rendered along with the DataMenuRoles</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.AddClass(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.NavigationControls.DataMenuRoles[])">
            <summary>
            A helper method that adds the Class attribute to a HTML element using multiple Roles.
            </summary>
            <param name="writer">Writer stream where to write the class atribute</param>
            <param name="roles">The <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuRoles">DataMenuRoles</see> collection that should be resolved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.AddClass(System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.NavigationControls.DataMenuRoles)">
            <summary>
            Adds Css Class to the provided HtmlTextWriter based on the Role provided
            </summary>
            <param name="writer">HtmlTextWriter to append the css claas attribute to</param>
            <param name="role">The role from which to extract the class</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuRenderer.RenderItemClass(Infragistics.Web.UI.NavigationControls.DataMenuItem,System.Web.UI.HtmlTextWriter,Infragistics.Web.UI.NavigationControls.DataMenuRoles[])">
            <summary>
            Renders all node specific classes
            </summary>
            <param name="item">DataMenuItem instance for which CSS Classes will be rendered</param>
            <param name="writer">HtmlTextWriter instance to write classes to</param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.WebDataMenuProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.NavigationControls.WebDataMenu">WebDataMenu</see> will send to the client.
            This should only be used when a control dervies from the NavControl and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataMenuProps.Enabled">
            <summary>
            Whether the menu is enabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataMenuProps.EnableExpandOnClick">
            <summary>
            Whether the sub-menus should expand on Click, or default on Hover
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataMenuProps.IsContextMenu">
            <summary>
            Whether to render the menu as Context Menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataMenuProps.ScrollingSpeed">
            <summary>
            What is the current scrolling speed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataMenuProps.Count">
            DataMenuGroupSettings = NavControlProps.Count + 3,
             <summary>
             The total number of properties that should be sent down to the client for this control. 
             <para>This value corresponds with the PropCount property of the object.</para>
             </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuItemSettingsProps">
            <summary>
            DataMenuItemSettings enumaration
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps">
            <summary>
            Enumeration for DataMenuGroupSettings
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.OffsetX">
            <summary>
            Defines OffsetX for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.OffsetY">
            <summary>
            Defines OffsetY for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.Height">
            <summary>
            Defines fixed Height for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.Width">
            <summary>
            Defines fixed Width for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.Orientation">
            <summary>
            Defines Orientation for displaying menu or sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.ExpandDirection">
            <summary>
            Defines expand direction for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.EnableAnimation">
            <summary>
            Enables/Disables animation for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.AnimationType">
            <summary>
            Defines Animation Type for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.AnimationDuration">
            <summary>
            Defines Animation Duration in milliseconds for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.AnimationEquationType">
            <summary>
            Defines Animation Equation Type (easing) for displaying sub-menu
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuGroupSettingsProps.ItemsFullAddress">
            <summary>
            Holds the unique address of the item that owns the settings object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuItemProps">
            <summary>
            Enumaration that holds the DataMenuItem Properties
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.AnimationType">
            <summary>
            Enumeration that holds currently implemented Animations
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuRoles">
            <summary>
            Roles defined for the ig_datamenu.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuRoles.ControlVertical">
            <summary>
            The CSS Class that will be applied to the control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuRoles.ControlVerticalActive">
            <summary>
            The CSS Class that will be applied when the control gains focus/becomes active
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuRoles.ControlVerticalDisabled">
            <summary>
            The CSS Class that will be applied when the control is disabled
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuRoles.MenuGroupVerticalRoot">
            <summary>
            The CSS Class that will be applied to the root menu group (main UL element)
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuRoles.MenuItemVerticalRoot">
            <summary>
            The CSS Class that will be applied to a menu item, which is at root level
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuRoles.MenuItemVertical">
            <summary>
            The CSS Class that will be applied to a menu item
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataMenuRoles.MenuItemVerticalParent">
            <summary>
            The CSS Class that will be added to a menu item that has child elements
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExpandDirection">
            <summary>
            Specifies the expand direction for submenus
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.ExpandDirection.Auto">
            <summary>
            The submenus expand direction will be auto
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.ExpandDirection.Up">
            <summary>
            The submenus expand direction will be up
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.ExpandDirection.Down">
            <summary>
            The submenus expand direction will be down
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.ExpandDirection.Left">
            <summary>
            The submenus expand direction will be left
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.ExpandDirection.Right">
            <summary>
            The submenus expand direction will be right
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ScrollingSpeed">
            <summary>
            Specifies the scrolling speed values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuItemEventHandler">
            <summary>
            Event Delegate for Events that use an <see cref="!:ImageItem">ImageItem</see>.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.WebDataMenuCommandEventHandler">
            <summary>
            Event handler for ItemCommand Event bubbling
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs">
            <summary>
            Provides data for the <see cref="!:WebImageViewer.SelectedIndexChanged"></see>, <see cref="!:WebImageViewer.ItemAdded"></see>, <see cref="!:WebImageViewer.ItemRemoved"></see> and <see cref="!:WebImageViewer.ItemInserted"></see> events of a WebImageViewer control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.DataMenuItem)">
            <summary>
            Initializes a new instance of the <see cref="!:ImageItemEventArgs">DataMenuItemEventArgs</see> class for the specified image item.
            </summary>
            <param name="item">The <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuItem">DataMenuItem</see> that the event is responding to.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs.Item">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuItem">DataMenuItem</see> object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.WebDataMenu">
            <summary>
            The WebDataMenu control represents hierarchical data as a menu where items are displayed within their hierarchical context.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.#ctor">
            <summary>
            Parameterless Constructor. Creates an instance of WebDataMenu
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.CreateItemsCollection(Infragistics.Web.UI.Framework.HierarchicalUIObject)">
            <summary>
            Creates a new DataMenuItemCollection (HierarchicalObjectCollection)
            Called by Framework classes
            </summary>
            <param name="item">HierarchicalUIObject not used currently</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.CreateItem">
            <summary>
            Creates a new DataMenuItem (which is HierarhicalUIObject) and sets its Control property to the menu
            </summary>
            <returns>DataMenuItem instance</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.ClearDataItems">
            <summary>
            Called by the DataBinding objects to tell the Control that the Items collection should be cleared prior to commencement of a
            fresh databinding operation.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.FindSelectedRecursively(Infragistics.Web.UI.NavigationControls.DataMenuItemCollection)">
            <summary>
            Finds the selected item recursively.
            </summary>
            <param name="collection">The item collection for each of the items.</param>
            <returns>The selected item or null if there is no selected item.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.RaisePostDataChangedEvent">
            <summary>
            Raises event after post data.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.OnItemSelected(Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataMenu.ItemSelected">ItemSelected</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs">DataMenuItemEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.OnItemBound(Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataMenu.ItemBound">ItemBound</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs">DataMenuItemEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.OnItemClick(Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataMenu.ItemClick">ItemClick</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuItemEventArgs">DataMenuItemEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.CreateClientEvents">
            <summary>
            Creates and instance of <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuClientEvents"/>
            </summary>
            <returns>DataMenuClientEvents</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called when an Ajax Callback is initially created
            </summary>
            <param name="callbackObject"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called at render time during an Ajax Callback
            </summary>
            <param name="callbackObject"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.LoadControlState(System.Object)">
            <summary>
            Loads control state.
            Retrieves the current selected item.
            </summary>
            <param name="savedState">Control state object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.SaveControlState">
            <summary>
            Saves control state.
            The current selected item is persisted.
            </summary>
            <returns>Returns control state object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataMenu.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)">
            <summary>
            Raises the post back event.
            http://msdn.microsoft.com/en-us/library/system.web.ui.ipostbackeventhandler.aspx#Y380
            http://msdn.microsoft.com/en-us/library/aa479007.aspx
            </summary>
            <param name="s">The s.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.AutoPostBackFlags">
            <summary>
            Auto postback flags allow the developer to configure automatic postbacks when some client side events are invoked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.EnableExpandOnClick">
            <summary>
            Sets or gets a boolean value that determines if items can be expanded by clicking on them with the mouse.
            By default this property is set to false and expand occurs on item hover.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.SubMenuOpeningDelay">
            <summary>
            Gets or sets the default delay in [ms] after which the sub menu will be opened.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.SubMenuClosingDelay">
            <summary>
            Gets or sets the default delay after which the sub menu will be closed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.ScrollingSpeed">
            <summary>
            Customize the speed with which you can scroll the items in the menu.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.EnableScrolling">
            <summary>
            Sets or Gets a boolean value that defines whether menu scrolling is enabled or not.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.ActivateOnHover">
            <summary>
            Sets or Gets a boolean value that defines whether the control will gain focus on hover.
            
            When ActivateOnHover is true (Default), the menu keeps track of currently focused element.
            Once the menu is hovered over it takes focus and expands. Keyboard navigation is also possible at this point.
            If none of the menu items is clicked mouse is moved out of the menu (unhover) the menu collapses and
            returns the focus to the previously focused element. If the menu is clicked after expanding, when the
            mouse is moved out, the menu collapses and the focus goes to the body of the page.
            
            When ActivateOnHover is false, the top level menu items are only highlighted on hover - without expanding.
            A mouse click or tabbing in is required to set the focus on the menu and expand the first level submenu,
            then keyboard navigation becomes possible. When the mouse is moved away from the menu (unhover) the menu
            stays opened until the user clicks outside of it or hits the Esc key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.CloseMenuOnClick">
            <summary>
            Gets sets a value whether the menu closes if a non root item is clicked.
            Setting CloseMenuOnClick to false is useful when you have a template in the item and
            it has some user controls like checkboxes or inputs and you do not want the menu to
            collapse when interacting with the controls in the templated.
            When CloseMenuOnClick to false none of the items will close on click.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.IsContextMenu">
            <summary>
            Sets or Gets a boolean value that defines if menu is rendered as ContextMenu
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.SelectedItem">
            <summary>
            Sets or gets a DataMenuItem value which specifies the selected item for the menu.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.ItemSettings">
            <summary>
            Properties for items that apply to all items unless a item overrides the value
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.GroupSettings">
            <summary>
            Properties for menu / sub-menus that apply to all sub-menus unless an item overrides the value
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.Items">
            <summary>
            Collection of root items in the WebDataMenu
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.Allitems">
            <summary>
            Returns an ArrayList consisting of the complete list of items in the tree in depth-first order.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataMenu.ItemSelected">
            <summary>
            Occurs when the Selected <see cref="T:Infragistics.Web.UI.NavigationControls.DataMenuItem">DataMenuItem</see> changes between posts to the server. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataMenu.ItemBound">
            <summary>
            Occurs when a DataMenuItem is bound on the server. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataMenu.ItemClick">
            <summary>
            Occurs when a item is clicked on the client. This event is fired using an immediate postback from the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.HasItemClick">
            <summary>
            Determines if the itemClick Event has any listeners. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.ClientEvents">
            <summary>
            Gets the DataMenuClientEvents object that represents the event handlers defined on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataMenu.IsInsideCallback">
            <summary>
            Gets a boolean value that indicates if the WebDataMenu is currently operating within an Ajax callback to populate items on the client.  This property is read-only
            </summary>
            
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for DataTreeAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.NodeClick">
            <summary>
            Gets sets auto postback options applied to node clicked event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.NodeEditingTextChanged">
            <summary>
            Gets sets auto postback options applied to text changed event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.SelectionChanged">
            <summary>
            Gets sets auto postback options applied to selection changed event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.CheckBoxSelectionChanged">
            <summary>
            Gets or sets auto postback options applied to check box selection changed event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.NodeExpanded">
            <summary>
            Gets sets auto postback options applied to node expanded event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.NodeCollapsed">
            <summary>
            Gets sets auto postback options applied to node collapsed event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.NodeAdded">
            <summary>
            Gets sets auto postback options applied to node added event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.NodeRemoved">
            <summary>
            Gets sets auto postback options applied to node removed event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.NodeDropped">
            <summary>
            Gets sets auto postback options applied to the tree drag dropped event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeBindingManager">
            <summary>
            Class used internally by the DataTree to manage the databinding operation of the control
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBindingManager.#ctor(System.Web.UI.WebControls.WebControl)">
            <summary>
            Constructor
            </summary>
            <param name="control">The owener control for this object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBindingManager.DataBind(System.Object)">
            <summary>
            Called by the Control to carry out the databinding operation
            </summary>
            <param name="dataSource">The DataSource to which the object will bind.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBindingManager.CreateCollection(Infragistics.Web.UI.IDataObject)">
            <summary>
            Mediates the creation of collections for binding hierarchical data.
            </summary>
            <param name="parent">The owning object.</param>
            <returns>A Collection that can be populated with bound items.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBindingManager.CreateWebObject(System.Collections.IList)">
            <summary>
            Creates an item for binding to the datasource
            </summary>
            <param name="collection">The collection to which the item will be added.</param>
            <returns>IDataObject to be bound to the datasource.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBindingManager.OnItemBound(Infragistics.Web.UI.IDataObject)">
            <summary>
            Called from databinding to notify control and application that an item has been bound.
            The NodeBound event is then fired in response.
            </summary>
            <param name="dataObject">The object that has been databound.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeBindingManager.DataBindings">
            <summary>
            Called by the Hierarchical Databinding Bot to return the collection of DataBindings to work with.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeBot"/> class.
            </summary>
            <param name="iControlMain">The control.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.LoadClientData">
            <summary>
            Loads client data of the data tree bot, which includes
            client collections, additional state and client transaction lists.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.LoadClientCollectionsTransactionList(System.Object[])">
            <summary>
            Loads the transaction list for a collection of objects and applies the updated values to each of the objects.
            </summary>
            <param name="collections"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.FormatCollectionEvent(Infragistics.Web.UI.NavigationControls.NavItem,System.Int32,System.Object,System.Boolean)">
            <summary>
            Called by the NavBot base class to create an EventList item if an event needs to be fired.
            </summary>
            <param name="item">The item that changed</param>
            <param name="propIndex">The property index : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <param name="isAutoPostBack">Boolean if true indicates that an autopostback triggered the event</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.FormatCollectionEvent(Infragistics.Web.UI.NavigationControls.NavItem,System.Int32,System.Object)">
            <summary>
            Called by the NavBot base class to create an EventList item if and event needs to be fired.
            </summary>
            <param name="item">The item that changed</param>
            <param name="propIndex">The property index : determines what event will fire, if any.</param>
            <param name="value">The new value of the property.</param>
            <returns>true if no event has been canceled.  False otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeBot.EnsureFlags">
            <summary>
            A method internally used by the framework to determine which <see cref="T:Infragistics.Web.UI.ClientUIFlags">ClientUIFlags</see> should be set on the object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeBot.DataTree">
            <summary>
            Gets the data tree.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeBot.EventListInternal">
            <summary>
            The DataTreeNodeBinding class needs access to this list in order to populate nodes correctly for ajax callbacks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeBot.SupportsAjaxIndicator">
            <summary>
            Returns true
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.NavigationControls.WebDataTree">WebDataTree</see> class
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.#ctor">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents">DataTreeClientEvents</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.#ctor(Infragistics.Web.UI.NavigationControls.WebDataTree,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents">DataTreeClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.KeyDown">
            <summary>
            This event is fired, when a key is pressed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.KeyPress">
            <summary>
            This event is fired, when a key is pressed and then released.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.KeyUp">
            <summary>
            This event is fired, when a key is released.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeClick">
            <summary>
            This event is fired, after a click on a tree node occur.
            </summary>
            <remarks>
            <p class="body">If event is canceled, then that disables possible autopostback and navigation to NavigateUrl of clicked node.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeCollapsed">
            <summary>
            This event is fired, after a tree node is collapsed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeCollapsing">
            <summary>
            This event is fired, before a tree node collapses.
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeExpanded">
            <summary>
            This event is fired, after a tree node is expanded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeExpanding">
            <summary>
            This event is fired, before a tree node expands.
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeHovered">
            <summary>
            This event is fired, after a tree node is hovered with the mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeUnhovered">
            <summary>
            This event is fired, after a tree node is unhovered with the mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodePopulated">
            <summary>
            This event is fired, after a tree node fetch its child nodes from the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodePopulating">
            <summary>
            This event is fired, before a tree node fetch its child nodes from the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeEditingEntered">
            <summary>
            This event is fired, after a tree node enters editing mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeEditingEntering">
            <summary>
            This event is fired, before a tree node enters editing mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeEditingExited">
            <summary>
            This event is fired, after a tree node exits editing mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeEditingExiting">
            <summary>
            This event is fired, before a tree node exits editing mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeEditingTextChanged">
            <summary>
            This event is fired, after a tree node text is changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeEditingTextChanging">
            <summary>
            This event is fired, before a tree node text is changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.SelectionChanged">
            <summary>
            This event is fired, after a change in the selection occur.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.SelectionChanging">
            <summary>
            This event is fired, before a change in the selection occur.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.CheckBoxSelectionChanged">
            <summary>
            This event is fired, after a change in the check box selection occur.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeChecking">
            <summary>
            This event is fired, before a change in the node check box state occur.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.DragStart">
            <summary>
            The event is fired when a drag operation starts.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.DragMove">
            <summary>
            The event is fired when the user is dragging a node or selection of nodes with the mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.DragEnter">
            <summary>
            The event is fired when the user enters a possible drop surface.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.DragLeave">
            <summary>
            The event is fired when the user goes out of a possible drop target.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.DragEnd">
            <summary>
            The event is fired when the drag operation completed. This event always fires last.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.DragCancel">
            <summary>
            The event is fired when the drag drop was cancelled, no matter whether it is succesfully completed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeDropped">
            <summary>
            The event is fired when the user dropped a node in the tree. It is fired after the NodeDropping event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeDropping">
            <summary>
            The event is fired just before the NodeDropped event. It can be cancelled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.ActivationChanged">
            <summary>
            This event is fired, after a change in the activation occur.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.ActivationChanging">
            <summary>
            This event is fired, before a change in the activation occur.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.DataBinding">
            <summary>
            Event is fired when EnableClientRendering=true, and data binding takes place on the client (this is for the whole WebDataTree)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.DataBound">
            <summary>
            Event is fired when EnableClientRendering=true, and data is already bound on the client (this is for the whole WebDataTree)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeRendering">
            <summary>
            event is raised when any node is going to be rendered in the WebDataTree (client-side rendering/binding)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeRendered">
            <summary>
            event is raised when any node has been rendered in the WebDataTree (client-side binding)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeCollectionRendering">
            <summary>
            event is raised before a collection of nodes (one level) is rendered in the WebDataTree (client-side rendering/binding)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeCollectionRendered">
            <summary>
            event is raised after a collection of nodes (one level)has been rendered in the WebDataTree (client-side rendering/binding)
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeAdding">
            <summary>
            The event is fired just before a node or and array of nodes is added to the nodes collection of a node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeAdded">
            <summary>
            The event is fired after a node or and array of nodes is added to the nodes collection of a node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeRemoving">
            <summary>
            The event is fired just before a node is removed from the nodes collection of a node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeClientEvents.NodeRemoved">
            <summary>
            The event is fired after a node is removed from the nodes collection of a node.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeClientRenderer">
            <summary>
            Renderer for WebDataTree which supports client-side templating and binding
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeRenderer">
            <summary>
            Renderer for DataTree
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Main rendering function for WebDataTree
            </summary>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.RenderClientSideTemplate(System.Web.UI.HtmlTextWriter)">
            <summary>
            This method should be overriden in derived classes to render client side node template if necessary
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.Initialize(System.Web.UI.HtmlTextWriter)">
            <summary>
            Initializes the designer class to set various variables.
            </summary>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.RenderNodes(Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection,System.Web.UI.HtmlTextWriter,System.Boolean)">
            <summary>
            Renders the Nodes of the dataTree starting with the Root level nodes.
            </summary>
            <param name="nodes">The nodes being rendered</param>
            <param name="writer">The writer to which the html is rendered.</param>
            <param name="addNoWalkAttribute">Flag indicating whether to add the NoWalk attribute to the UL element.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.RenderNode(Infragistics.Web.UI.NavigationControls.DataTreeNode,System.Web.UI.HtmlTextWriter,System.Boolean)">
            <summary>
            Renders a specific node of the tree.
            </summary>
            <param name="node">The node being rendered</param>
            <param name="writer">The writer to which the html is rendered.</param>
            <param name="identSubnodes">True if the child nodes should be additionally idented.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.RenderNodeClass(Infragistics.Web.UI.NavigationControls.DataTreeNode,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Class attribute for the node
            </summary>
            <param name="node">The node being rendered</param>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.GetNodeClassForTemplates(Infragistics.Web.UI.NavigationControls.DataTreeNode)">
            <summary>
            Gets the Class attribute for the node.
            </summary>
            <param name="node">The node being rendered</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.RenderNodeSpace(Infragistics.Web.UI.NavigationControls.DataTreeNode,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the lead-in space for a node when connector lines are enabled.
            </summary>
            <param name="node">The node being rendered</param>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.RenderNodeExpandImage(Infragistics.Web.UI.NavigationControls.DataTreeNode,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the Expansion indicator for a node
            </summary>
            <param name="node">The node being rendered</param>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.RenderNodeCheckBox(Infragistics.Web.UI.NavigationControls.DataTreeNode,System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders a CheckBox for the node
            </summary>
            <param name="node">The node being rendered</param>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.GetNodeImageIndex(Infragistics.Web.UI.NavigationControls.DataTreeNode)">
            <summary>
            Returns the index within the images table for the expand image of a node.
            </summary>
            <param name="node">The node being rendered</param>
            <returns>Returns the image index for the node.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.GetNodePosition(Infragistics.Web.UI.NavigationControls.DataTreeNode)">
            <summary>
            Returns code for node position within parent collection.
            -1 - First, 0 - Middle, 1 - Last
            </summary>
            <param name="node"></param>
            <returns>int value indicating position within the parent collection</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeRenderer.DisplayChain">
            <summary>
            Contains a string of characters that indicates the sibling relationships for nodes above a node being populated in
            an AjaxCallback.  This is required for rendering LineConnectors correctly.  the displayChain string is then generated
            on the client and sent up to the server and set on the Renderer.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeClientRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Main client rendering function for WebDataTree
            </summary>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeClientRenderer.RenderNodes(Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection,System.Web.UI.HtmlTextWriter,System.Boolean)">
            <summary>
            Renders the Nodes of the dataTree starting with the Root level nodes.
            </summary>
            <param name="nodes">The nodes being rendered</param>
            <param name="writer">The writer to which the html is rendered.</param>
            <param name="addNoWalkAttribute">Flag indicating whether to add the NoWalk attribute to the UL element.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeClientRenderer.RenderClientSideTemplate(System.Web.UI.HtmlTextWriter)">
            <summary>
            Renders the node template of the dataTree for the clientside rendering.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.CallbackParentNode">
            <summary>
            This class is used as a container for Nodes being bound during an AjaxCallback
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">
            <summary>
            This class represents a data tree node.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNode.ExpandChildren">
            <summary>
            This method expands all children of this Node
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNode.ExpandAnscestors">
            <summary>
            This method expands all anscestor parents of this Node
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNode.CollapseChildren">
            <summary>
            This method collapses all children of this Node
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNode.CollapseAncestors">
            <summary>
            This method collapses all anscestor parents of this Node
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNode.Remove">
            <summary>
            This method removes this Node from the Nodes collection of its ParentNode.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNode.Clone">
            <summary>
            Creates a copy of the existing node
            </summary>
            <returns>A new DataTreeNode with the same properties is returned.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.CssClass">
            <summary>
            Custom class which is merged with default CSS class to be applied to this node in its normal state.
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.SelectedCssClass">
            <summary>
            Custom class which is merged with default CSS class to be applied to this node in its selected state.
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.ActiveCssClass">
            <summary>
            Custom class which is merged with default CSS class to be applied to this node in its active state.
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.HoverCssClass">
            <summary>
            Custom class which is merged with default CSS class to be applied to this node in its hover state.
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.DisabledCssClass">
            <summary>
            Custom class which is merged with default CSS class to be applied to this node in its disabled state.
            </summary>
            <remarks>
            The default value for this property is String.Empty.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.Expanded">
            <summary>
            Sets or gets a bool value that indicates if this Node is expanded or not.  When true, any children of this node will be visibly rendered
            to the client so that the user can click on the Expand/Collapse image to toggle the expanded state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.Selected">
            <summary>
            Sets or gets a bool value that indicates if this Node is selected or not.
            When true, the node is highlighted in the SelectedCssClass style on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.CheckState">
            <summary>
            Sets or gets the current CheckBoxState of the Node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.Editable">
            <summary>
            Sets or gets a bool value that indicates whether this node is editable.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.Draggable">
            <summary>
            Sets or gets a bool value that indicates whether this node is draggable.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.Droppable">
            <summary>
            Sets or gets a bool value that indicates whether this node can accept other nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.CheckBox">
            <summary>
            Gets a reference to the ImageCheckBox associated with this DataTreeNode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.DataTree">
            <summary>
            Gets a reference to the DataTree to which this DataTreeNode belongs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.PreviousNode">
            <summary>
            Gets the previous sibling node to this node within the parent Nodes collection.
            If this Node is the first node in the collection, then null is returned.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.PreviousVisibleNode">
            <summary>
            Gets the previous visible sibling node to this node within the parent Nodes collection.
            If this Node is the first visible node in the collection, then null is returned.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.NextNode">
            <summary>
            Gets the next sibling node to this node within the parent Nodes collection.
            If this Node is the last node in the collection, then null is returned.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.NextVisibleNode">
            <summary>
            Gets the next visible sibling node to this node within the parent Nodes collection.
            If this Node is the last visible node in the collection, then null is returned.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.ParentNode">
            <summary>
            Returns the parent node of this node within the tree node hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.Nodes">
            <summary>
            Returns a reference to the children Nodes collection of this node.  
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.NodeContentsHeight">
            <summary>
            Defines a fixed height for the node contents
            when it is expanded.
            =============================================================
            NOTE: Added because of WebExplorerBar.
            This property is not persisted in WebDataTree control state!
            Some day can be exposed as a new feature for WebDataTree.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNode.PropCount">
            <summary>
            Returns the number of positional properties that are managed for Client State by this Node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.CallbackParentNode.FullAddress">
            <summary>
            Overrides the FullAddress property of DataTreeNode to return an empty string as the root item is only a container of the
            root items collections.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.CallbackParentNode.Level">
            <summary>
            Overrides the level property of HierarchicalUIObject to always return 0.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeBinding">
            <summary>
            This class controls the databinding process of populating the properties of each bound node to the data fields
            in the datasource.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeBinding.ImageUrlField">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the ImageUrl property
            of the Node object.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection">
            <summary>
            The collection of Nodes managed by the DataTree and any of the nodes within the hierarchy.  Collections of this type are located 
            within the Nodes property of the WebDataTree and DataTreeNode objects.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection.Add(System.String)">
            <summary>
            Adds a DataTreeNode to the Nodes collection
            </summary>
            <param name="text">The Text property value for the newly added node.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection.Add(System.String,System.String)">
            <summary>
            Adds a DataTreeNode to the Nodes collection
            </summary>
            <param name="text">The Text property value for the newly added node.</param>
            <param name="key">The Key property value for the newly added node.</param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection.CreateItem">
            <summary>
            This method is used primarily by control developers and derivations of existing controls.
            Factory method called when an object for the collection needs to be created.  The default implementation calls
            the main object factory of HierarchicalDataBoundControlMain where the call is routed to the most derived control
            class which determines the type of item to create for the collection.
            </summary>
            <returns>A HierarchicalUIObject of the appropriate type.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditing.Enabled">
            <summary>
            Enable or disable the node editing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditing.EnableOnF2">
            <summary>
            Gets/sets the ability to enter edit mode by pressing the 'F2' key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditing.EnableOnDoubleClick">
            <summary>
            Gets/sets the ability to enter edit mode by double clicking on a tree node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditing.EnableOnSingleClickWhenActive">
            <summary>
            Gets/sets the ability to enter edit mode by a single click when the node is already active.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditing.InternalEditorCssClass">
            <summary>
            Custom class merged with default CSS class, which will be assigned to the internal node editor DOM element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditing.PropCount">
            <summary>
            This property is used to track the number of properties this object is sending to ClientState.  Each derived class overrides
            this property to indicate the new total of properties.   The number consists of the PropCount value of the base class plus the 
            number of ClientState properties utilized by each derived class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.CssClass">
            <summary>
            Custom class which is merged with default CSS class applied to all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.DisabledCssClass">
            <summary>
            Custom class which is merged with default disabled CSS class applied to all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.ActiveCssClass">
            <summary>
            Custom class which is merged with default active CSS class applied to all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.HoverCssClass">
            <summary>
            Custom class which is merged with default hover CSS class applied to all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.ImageUrl">
            <summary>
            This changes the image used on all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.ImageToolTip">
            <summary>
            This changes the image tooltip used on all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.LeafNodeImageUrl">
            <summary>
            This changes the image used on all leaf nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.LeafNodeImageToolTip">
            <summary>
            This changes the image tooltip used on all leaf nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.Target">
            <summary>
            This changes the target used for all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.NavigateUrl">
            <summary>
            This changes the navigate URL used for all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.ParentNodeImageUrl">
            <summary>
            This changes the image used on all parent nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.ParentNodeImageToolTip">
            <summary>
            This changes the image tooltip used on all parent nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.SelectedCssClass">
            <summary>
            Custom class which is merged with default selected CSS class applied to all nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.ImageCssClass">
            <summary>
            Custom class which is merged with default CSS class applied to all node images.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.HolderCssClass">
            <summary>
            Custom class which is merged with default CSS class applied to all node list item (LI).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.GroupCssClass">
            <summary>
            Custom class which is merged with default CSS class applied to all tree lists (UL).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettings.NodeParentCssClass">
            <summary>
            This changes the CSS class applied to all tree lists (UL).
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DragDropSettings">
            <summary>
            Class that exposes properties to fine tune the WebDataTree drag drop behaviour.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DragDropSettings.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.EnableDragDrop">
            <summary>
            Sets or gets a value that determines whether the tree drag and drop behavior is turnded on.
            By default this property is set to false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.AllowDrop">
            <summary>
            Sets or gets a value that determines if nodes or other dragged data on the page can be dropped onto this DataTree. 
            By default this property is set to false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.EnableDropInsertion">
            <summary>
            Sets or gets a boolean value that determines if nodes or other dragged data on the page can be dropped in between nodes of the DataTree instead of being dropped on a node and becoming one of its children. 
            By default this property is set to false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.EnableExpandOnDrop">
            <summary>
            Sets or gets a boolean value that determines if the node that you dropped over will auto expand after the drop operation is completed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.DragDropMode">
            <summary>
            Sets or gets value that determines if drag data will be moved, copied or either based on user preference when the drag and drop completes. 
            If set to DragDropMode.Move, dragged data will always be moved when a drop occurs, meaning that the original source data will be removed from the source tree and 
            then added to the destination tree.
            If set to DragDropMode.Copy, drag data will always be copied when a drop occurs, meaning that the original source data will be retained in the source tree and 
            a copy of it will be added to the destination tree.
            By default this property is set to DragDropMode.Default.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.DragMarkupCssClass">
            <summary>
            Custom class which is merged with default CSS class that will be applied on the drag markup, while dragging.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.DropTargetCssClass">
            <summary>
            Custom class which is merged with default CSS class that will be applied to the drop target node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.ExpandDelay">
            <summary>
            Specify the the delay after which a node that has children will expand, when dragging over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.DropIndicator">
            <summary>
            Customize the drop indicator that is displayed when a node is to be dropped between two nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DragDropSettings.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DropIndicator">
            <summary>
            Class that exposes properties to fine tune the drop indicator.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DropIndicator.#ctor(Infragistics.Web.UI.NavigationControls.WebDataTree)">
            <summary>
            Creates a new DropIndicator
            </summary>
            <param name="control"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DropIndicator.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DropIndicator.Visible">
            <summary>
            Specify whether to show a tool tip indicating where the node will be dropped.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DropIndicator.CssClass">
            <summary>
            Custom class which is merged with default CSS class that will be applied to the drop indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DropIndicator.InsertBeforeTextFormatString">
            <summary>
            Specify the format string for the drop indicator when you insert before some node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DropIndicator.InsertAfterTextFormatString">
            <summary>
            Specify the format string for the drop indicator when you insert after some node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DropIndicator.InsertBetweenTextFormatString">
            <summary>
            Specify the format string for the drop indicator when you insert between 2 nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DropIndicator.MoveToTextFormatString">
            <summary>
            Specify the format string for the drop indicator when you move a node and drop it inside another node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DropIndicator.CopyToTextFormatString">
            <summary>
            Specify the format string for the drop indicator when you copy a node and drop it inside another node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DropIndicator.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.WebDataTreeProps">
            <summary>
            An enumeration of all the properties that the <see cref="T:Infragistics.Web.UI.NavigationControls.WebDataTree">WebDataTree</see> will send to the client.
            This should only be used when a control dervies from the WebDataTree and needs to send down additional properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.CollapsedIndicatorImageUrl">
            <summary>
            Represents the <see cref="!:WebDataTree.CollapsedIndicatorImageUrl"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.DataLoadingMessage">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.DataLoadingMessage"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableAjax">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableAjax"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableConnectorLines">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableConnectorLines"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.Enabled">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.Enabled"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableExpandImages">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableExpandImages"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableExpandOnClick">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableExpandOnClick"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.ExpandedIndicatorImageUrl">
            <summary>
            Represents the <see cref="!:WebDataTree.ExpandedIndicatorImageUrl"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.NodeDataMessage">
            <summary>
            Represents the <see cref="!:WebDataTree.NodeDataMessage"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableDropInsertion">
            <summary>
            Represents the <see cref="!:WebDataTree.EnableDropInsertion"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.DragDropMode">
            <summary>
            Represents the <see cref="!:WebDataTree.DragDropMode"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.NodeSelectionType">
            <summary>
            Represents the <see cref="!:WebDataTree.NodeSelectionType"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableWordWrapping">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableWordWrapping"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.ActiveNodeAddress">
            <summary>
            Represents the <see cref="!:WebDataTree.ActiveNodeAddress"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.DataLoadingMessageCssClass">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.DataLoadingMessageCssClass"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableHotTracking">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableHotTracking"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.AnimationEquationType">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.AnimationEquationType"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.AnimationDuration">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.AnimationDuration"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.ControlFocused">
            <summary>
            Represents the <see cref="!:WebDataTree.ControlFocused"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableAutoChecking">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableAutoChecking"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableClientRendering">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableClientRendering"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.EnableSingleBranchExpand">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableSingleBranchExpand"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.SingleBranchExpandLevel">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.SingleBranchExpandLevel"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.IsClientStateDirty">
            <summary>
            Represents the <see cref="P:Infragistics.Web.UI.NavigationControls.WebDataTree.IsClientStateDirty"/> property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebDataTreeProps.Count">
            <summary>
            The total number of properties that should be sent down to the client for this control. 
            <para>This value corresponds with the PropCount property of the object.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps">
            <summary>
            Enumeration for the properties for the DataTreeNodeSettings
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.CssClass">
            <summary>
            Represents the DataTreeNodeSettings.CssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.DisabledCssClass">
            <summary>
            Represents the DataTreeNodeSettings.DisabledCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.ActiveCssClass">
            <summary>
            Represents the DataTreeNodeSettings.ActiveCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.HoverCssClass">
            <summary>
            Represents the DataTreeNodeSettings.HoverCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.ImageUrl">
            <summary>
            Represents the DataTreeNodeSettings.ImageUrl property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.LeafNodeImageUrl">
            <summary>
            Represents the DataTreeNodeSettings.LeafNodeImageUrl property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.Target">
            <summary>
            Represents the DataTreeNodeSettings.Target property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.NavigateUrl">
            <summary>
            Represents the DataTreeNodeSettings.NavigateUrl property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.ParentNodeImageUrl">
            <summary>
            Represents the DataTreeNodeSettings.ParentNodeImageUrl property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.SelectedCssClass">
            <summary>
            Represents the DataTreeNodeSettings.SelectedCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.SelectedImageUrl">
            <summary>
            Represents the DataTreeNodeSettings.SelectedImageUrl property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.SelectedLeafNodeImageUrl">
            <summary>
            Represents the DataTreeNodeSettings.SelectedLeafNodeImageUrl property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.SelectedParentNodeImageUrl">
            <summary>
            Represents the DataTreeNodeSettings.SelectedParentNodeImageUrl property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.ImageCssClass">
            <summary>
            Represents the DataTreeNodeSettings.ImageCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.AnchorCssClass">
            <summary>
            Represents the DataTreeNodeSettings.AnchorCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.HolderCssClass">
            <summary>
            Represents the DataTreeNodeSettings.HolderCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.GroupCssClass">
            <summary>
            Represents the DataTreeNodeSettings.GroupCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.ImageToolTip">
            <summary>
            Represents the DataTreeNodeSettings.ImageToolTip property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.LeafNodeImageToolTip">
            <summary>
            Represents the DataTreeNodeSettings.LeafNodeImageToolTip property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.ParentNodeImageToolTip">
            <summary>
            Represents the DataTreeNodeSettings.ParentNodeImageToolTip property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.NodeParentCssClass">
            <summary>
            Represents the DataTreeNodeSettings.NodeParentCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeSettingsProps.Count">
            <summary>
            The total number of properties that should be sent down to the client for DataTreeNodeSettings. 
            <para>This value corresponds with the PropCount property of the object.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditingProps">
            <summary>
            Enumeration for the properties for the DataTreeNodeEditingProps
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditingProps.Enabled">
            <summary>
            Represents the DataTreeNodeEditing.Enabled property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditingProps.EnableOnF2">
            <summary>
            Represents the DataTreeNodeEditing.EnableOnF2 property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditingProps.EnableOnDoubleClick">
            <summary>
            Represents the DataTreeNodeEditing.EnableOnDoubleClick property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditingProps.InternalEditorCssClass">
            <summary>
            Represents the DataTreeNodeEditing.InternalEditorCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditingProps.EnableOnSingleClickWhenActive">
            <summary>
            Represents the DataTreeNodeEditing.EnableOnSingleClickWhenActive property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditingProps.Count">
            <summary>
            The total number of properties that should be sent down to the client for DataTreeNodeEditing
            <para>This value corresponds with the PropCount property of the object.</para>
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DragDropMode">
            <summary>
            Describes various modes that can be used to configure WebDataTree drag and drop behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DragDropMode.Move">
            <summary>
            Nodes are moved
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DragDropMode.Copy">
            <summary>
            Nodes are copied
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DragDropMode.Default">
            <summary>
            Takes default action based on control key 
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps">
            <summary>
            Enumeration for the properties for the DataTreeNode
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.Expanded">
            <summary>
            Represents the DataTreeNode.Expanded property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.NodeEdited">
            <summary>
            Represents the DataTreeNode.NodeEdited property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.Selected">
            <summary>
            Represents the DataTreeNode.Selected property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.Editable">
            <summary>
            Represents the DataTreeNode.Editable property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.CssClass">
            <summary>
            Represents the DataTreeNode.CssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.SelectedCssClass">
            <summary>
            Represents the DataTreeNode.SelectedCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.ActiveCssClass">
            <summary>
            Represents the DataTreeNode.ActiveCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.HoverCssClass">
            <summary>
            Represents the DataTreeNode.HoverCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.DisabledCssClass">
            <summary>
            Represents the DataTreeNode.DisabledCssClass property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.CheckState">
            <summary>
            Represents the DataTreeNode.CheckState property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.Clicked">
            <summary>
            Represents the DataTreeNode.Clicked property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeProps.Count">
            <summary>
            The total number of properties that should be sent down to the client for DataTreeNode
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditableProps">
            <summary>
            Determines if a DataTreeNode is editable
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditableProps.Auto">
            <summary>
            Node takes setting from the Editings settings
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditableProps.Off">
            <summary>
            Node is not editable
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.DataTreeNodeEditableProps.On">
            <summary>
            Node is editable
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.AnimationEquationTypes">
            <summary>
            Descibes how an animation value should be calculated from start to finish.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.AnimationEquationTypes.Linear">
            <summary>
            Value is calculated in a linear fashion from start to finish.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.AnimationEquationTypes.EaseIn">
            <summary>
            Value is calulated with some acceleration at the beginning.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.AnimationEquationTypes.EaseOut">
            <summary>
            Value is calulated with some acceleration at the end.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.AnimationEquationTypes.EaseInOut">
            <summary>
            Value is calulated with some acceleration at the beginning and end.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.AnimationEquationTypes.Bounce">
            <summary>
            Value is calulated so that it overshoots and settles down to the end value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.WebDataTreeRoles">
            <summary>
            Roles defined for the ig_tree.css file.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.NodeSelectionTypes">
            <summary>
            The modes of selection for a WebDataTree
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.NodeSelectionTypes.None">
            <summary>
            There is no selection
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.NodeSelectionTypes.Single">
            <summary>
            One node at a time can be selected
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.NodeSelectionTypes.Multiple">
            <summary>
            Many nodes can be selected
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.NodeMultipleSelectionType">
            <summary>
            Multiple selection type 
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.NodeMultipleSelectionType.Keyboard">
            <summary>
            Multiple selection is done with the keyboard
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.NodeMultipleSelectionType.Checkbox">
            <summary>
            Multiple selection is done with a checkbox
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.NodeMultipleSelectionType.TriStateCheckbox">
            <summary>
            Multiple selection is done with a tristate checkbox
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventHandler">
            <summary>
            Event Delegate for Events that use a <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see>.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeClickEventHandler">
            <summary>
            Event Delegate for Events that use a <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see>.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeSelectionEventHandler">
            <summary>
            Event Delegate for Events that use a selection of <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see>.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeCheckBoxSelectionEventHandler">
            <summary>
            Event Delegate for check box selection events.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventHandler">
            <summary>
            Event handler for Drag and Drop events
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeCommandEventHandler">
            <summary>
            Event handler for ItemCommand Event bubbling
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeAddedEventHandler">
            <summary>
            Event handler for node added event.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeRemovedEventHandler">
            <summary>
            Event handler for NodeRemoved event
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeClick"></see> and <see cref="!:WebDataTree.ValueChanged"></see> events of a WebDataTree control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.DataTreeNode)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs">DataTreeNodeEventArgs</see> class for the specified node.
            </summary>
            <param name="node">The <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> that the event is responding to.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs.Node">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeClickEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeClick"></see> and <see cref="!:WebDataTree.ValueChanged"></see> events of a WebDataTree control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNodeClickEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.DataTreeNode,System.Int32)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs">DataTreeNodeEventArgs</see> class for the specified node.
            </summary>
            <param name="node">The <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> that the event is responding to.</param>
            <param name="button">The mouse button pressed (if this is a nodeclick event.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeClickEventArgs.Button">
            <summary>
            Returns the mouse button pressed if this is an event args for a node click event.
            Values are -1, 0, 1 and 2 for "enter pressed", left, middle and right mouse buttons.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeSelectionEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.SelectionChanged"></see>, event of a WebDataTree control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeSelectionEventArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeSelectionEventArgs">DataTreeSelectionEventArgs</see> class for the specified selected node and list of selected nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeSelectionEventArgs.OldSelectedNodes">
            <summary>
            Returns the list with old selected <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> object associated with the event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeSelectionEventArgs.NewSelectedNodes">
            <summary>
            Returns the list with new selected <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeCheckBoxSelectionEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.CheckBoxSelectionChanged"></see>, event of a WebDataTree control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeCheckBoxSelectionEventArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeCheckBoxSelectionEventArgs">DataTreeCheckBoxSelectionEventArgs</see> class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeCheckBoxSelectionEventArgs.OldCheckedNodes">
            <summary>
            Returns the list with old checked <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> object associated with the event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeCheckBoxSelectionEventArgs.NewCheckedNodes">
            <summary>
            Returns the list with new checked <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeDropped"></see> event of a WebDataTree control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.WebDataTree,System.Collections.Generic.List{Infragistics.Web.UI.NavigationControls.DataTreeNode},Infragistics.Web.UI.NavigationControls.DataTreeNode,Infragistics.Web.UI.DragDropEffect,Infragistics.Web.UI.DragDropPoint)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs">DataTreeNodeDroppedEventArgs</see> class for the NodeDropped event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs.SourceTree">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.NavigationControls.WebDataTree">WebDataTree</see> object associated with the source of the drag and drop event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs.SourceNodes">
            <summary>
            Returns a list of <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> objects associated with the event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs.DestNode">
            <summary>
            Returns the destination <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> object associated with the event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs.DragDropEffect">
            <summary>
            Returns the <see cref="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs.DragDropEffect">DragDropEffect</see> value which determines whether the drop was a move or a copy of the source data.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs.DragDropPoint">
            <summary>
            Returns the <see cref="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs.DragDropPoint">DragDropPoint</see> value which determines where within the node the source was dropped.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeRangeEventArgs">
            <summary>
            Provides data for the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeAdded"></see> event of a WebDataTree control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.DataTreeNodeRangeEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeRangeEventArgs">DataTreeNodeRangeEventArgs</see> class for the specified node.
            </summary>
            <param name="node">The <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection">DataTreeNodeCollection</see> that the event is responding to.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.DataTreeNodeRangeEventArgs.Nodes">
            <summary>
            Returns the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection">DataTreeNodeCollection</see> object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.WebDataTree">
            <summary>
            The WebDataTree control represents hierarchical data as a tree where nodes are displayed within their hierarchical context.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.#ctor">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CreateItemsCollection(Infragistics.Web.UI.Framework.HierarchicalUIObject)">
            <summary>
            Creates a DataTreeNodeCollection
            </summary>
            <param name="item"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CreateItem">
            <summary>
            Creates a DataTreeNode
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CreateRenderer">
            <summary>
            Creates renderer for this tree
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CreateRunBot">
            <summary>
            Creates a runbot for this tree
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CreateDataBindingManager(System.Web.UI.WebControls.WebControl)">
            <summary>
            Creates DataBindingManager for this tree
            </summary>
            <param name="control"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.ClearDataItems">
            <summary>
            Called by the DataBinding objects to tell the Control that the Items collection should be cleared prior to commencement of a
            fresh databinding operation.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CreateDataSourceSelectArguments">
            <summary>
            Creates DataSourceSelectArguments for data binding
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnPreRender(System.EventArgs)">
            <summary>
            Handling PreRender event in order to set the node enabled property if the entire tree has been disabled
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.ClearSelection">
            <summary>
            Unselects all currently selected nodes.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.ShouldSerializeAjaxIndicator">
            <summary>
            Check if AjaxIndicator has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.ResetAjaxIndicator">
            <summary>Clears the AjaxIndicator</summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.DataBindInternal">
            <summary>
            Databinds and sets _isInternalDataBinding
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.RaisePostDataChangedEvent">
            <summary>
            Raises post data changed event
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnBubbleEvent(System.Object,System.EventArgs)">
            <summary>
            Bubbles events up while firing ItemCommand event
            </summary>
            <param name="source"></param>
            <param name="e"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnItemCommand(Infragistics.Web.UI.NavigationControls.DataTreeCommandEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.ItemCommand">ItemCommand</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeCommandEventArgs">DataTreeCommandEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnSelectionChanged(Infragistics.Web.UI.NavigationControls.DataTreeSelectionEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.SelectionChanged">SelectionChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeSelectionEventArgs">DataTreeSelectionEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnCheckBoxSelectionChanged(Infragistics.Web.UI.NavigationControls.DataTreeCheckBoxSelectionEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.CheckBoxSelectionChanged">CheckBoxSelectionChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeCheckBoxSelectionEventArgs">DataTreeCheckBoxSelectionEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnNodeBound(Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeBound">NodeBound</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs">DataTreeNodeEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnNodeClick(Infragistics.Web.UI.NavigationControls.DataTreeNodeClickEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeClick">NodeClick</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeClickEventArgs">DataTreeNodeClickEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnNodeCollapsed(Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeClick">NodeCollapsed</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs">DataTreeNodeEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnNodeDropped(Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeDropped">NodeDropped</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeDroppedEventArgs">DataTreeNodeDroppedEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnNodeAdded(Infragistics.Web.UI.NavigationControls.DataTreeNodeRangeEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeAdded">NodeAdded</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:System.EventArgs">EventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnNodeRemoved(Infragistics.Web.UI.NavigationControls.DataTreeNodeRangeEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeRemoved">NodeRemoved</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:System.EventArgs">EventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnTextChanged(Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.TextChanged">TextChanged</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs">DataTreeNodeEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnNodeExpanded(Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeExpanded">NodeExpanded</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs">DataTreeNodeEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.OnNodePopulate(Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodePopulate">NodePopulate</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNodeEventArgs">DataTreeNodeEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CreateClientEvents">
            <summary>
            Creates an instance of DataTreeClientEvents
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.ShouldSerializeClientEvents">
            <summary>
            Returns whether client events should be serialized
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CallbackCreated(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called when an Ajax Callback is initially created
            </summary>
            <param name="callbackObject"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.PopulateExpandedNode(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called to process an Ajax callback
            </summary>
            <param name="callbackObject"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.CallbackRender(Infragistics.Web.UI.Framework.CallbackObject)">
            <summary>
            Called at render time during an Ajax Callback
            </summary>
            <param name="callbackObject"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.LoadControlState(System.Object)">
            <summary>
            Loads the control state if the client state is not dirty
            </summary>
            <param name="savedState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.ApplyControlState">
            <summary>
            Applies the control state to this tree
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.ResolveItem(System.String)">
            <summary>
            Translates an address string specifier into the resolved NavItem object that lives at the specified address.
            </summary>
            <param name="fullAddress">The full address specifier for an item.  If the collecion is a 'flat' collection, this
            address is synonomous with the Index of the item.  If the collection is hierarchical, the fullAddress will contain
            delimiters that can be used to break down the address into partial addresses which are then resolved in turn.</param>
            <remarks>
            For Example: '0.3.2' specifies the item at index 2 whose parent is at index 3 of the collection who's parent is index 0 of the top-level
            collection.
            </remarks>
            <returns>The NavItem object that corresponds to the passed in address specifier.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)">
            <summary>
            Raises the post back event.
            http://msdn.microsoft.com/en-us/library/system.web.ui.ipostbackeventhandler.aspx#Y380
            http://msdn.microsoft.com/en-us/library/aa479007.aspx
            </summary>
            <param name="postArgs">The post args.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.SaveViewState">
            <summary>
            Saves the view state of the tree when rendering down to the client.
            </summary>
            <returns>Saved view state object.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebDataTree.LoadViewState(System.Object)">
            <summary>
            Loads the view state after returning from the client.
            </summary>
            <param name="savedState">Previously saved view state object.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.DataBindingManager">
            <summary>
            Returns the DataBindingManager as DataTreeBindingManager
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.IsInitialized">
            <summary>
            Sets or gets an integer value which determines how deep into the DataSource hierarchy DataBinding will proceed.  
            The default value is -1 which signifies that databinding will proceed as deep as the datasource hierarchy.  A value of 2 specifies
            that databinding should proceed two levels below the root level.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.MaxDataBindDepth">
            <summary>
            Sets or gets an integer value which determines how deep into the DataSource hierarchy DataBinding will proceed.  
            The default value is -1 which signifies that databinding will proceed as deep as the datasource hierarchy.  A value of 2 specifies
            that databinding should proceed two levels below the root level.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.InitialExpandDepth">
            <summary>
            Sets or gets an integer value that determines how many levels of nodes will be expanded when the datatree is first displayed.
            The default value is -1 which signifies that no levels will be expanded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.InitialDataBindDepth">
            <summary>
            Sets or gets an integer value that determines how many levels of nodes will be data bound when the datatree is first displayed.
            The default value is -1 which signifies that all levels will be data bound.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.CollapseImageToolTip">
            <summary>
            Gets or sets the ToolTip for the image that is displayed for the collapsible node indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.ExpandImageToolTip">
            <summary>
            Gets or sets the ToolTip for the image that is displayed for the expandable node indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableAjax">
            <summary>
            Sets or gets a boolean value that determines if Ajax callbacks are enabled for binding to hierarchical data sources.  This property is true by default.
            If the DataTree is not bound to a DataSource control, this property has no effect and Ajax callbacks are not used for loading nodes into the tree.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableConnectorLines">
            <summary>
            Sets or gets a boolean value that determins if connector lines are used to draw lines between nodes that are siblings of the same parent.
            <remarks>Setting this property to true results in considerably more markup being emitted to the client to account for the images that are used to draw the connecting lines.</remarks>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeIndent">
            <summary>
            Gets or sets the indentation amount (in pixels) for the child nodes of the WebDataTree.
            The indentation is applied only when EnableConnectorLines is false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableWordWrapping">
            <summary>
            Sets or gets a boolean value that determines if node text should be wrapped or not.		
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.DataLoadingMessage">
            <summary>
            Specifies the text message to display when nodes are being fetched in an Ajax callback.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.DataLoadingTemplate">
            <summary>
            An ITemplate object that will be applied as a template for the tree data loading message.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.DataLoadingTemplateContainer">
            <summary>
            Container control of the tree data loading template. Initialized during the template instantiation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.DataLoadingMessageCssClass">
            <summary>
            Specifies DataLoadingMessage css class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.NoNodesTemplate">
            <summary>
            An ITemplate object that will be applied as a template for an empty tree.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.NoNodesTemplateContainer">
            <summary>
            Container control of the tree no nodes template. Initialized during the template instantiation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableExpandImages">
            <summary>
            Sets or gets a boolean value that determines if Expand and Collapse images will be rendered for the Tree.  
            </summary>
            <remarks>
            If this property is set to false, nodes can still be expanded or collapsed using the EnableExpandOnClick property.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableExpandOnClick">
            <summary>
            Sets or gets a boolean value that determines if nodes can be expanded or collapsed by clicking on them with the mouse.
            By default this property is set to false and expand/collapse occurs only by clicking on the expand/collapse images next to the node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableHotTracking">
            <summary>
            Sets or gets a boolean value that determines if nodes can be hot tracked with the mouse.
            By default this property is set to false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableSingleBranchExpand">
            <summary>
            Sets or gets a boolean value that determines if only one path of nodes can be expanded at a time.
            By default this property is set to false.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.SingleBranchExpandLevel">
            <summary>
            Gets or sets an integer value that determines up to which
            sub level the single branch expand is applied.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.DragDropSettings">
            <summary>
            Customize the drag and drop behavior. You can customize the drag and drop cursor for each supported mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.AllNodesSnapshot">
            <summary>
            Will save a snapshot of the previous nodes addresses, to their current references.
            If a node is deleted permanently, then AllNodesSnapshot will contain a clone of the node.
            It will be initialized when the client state is dirty.
            This way when nodes from one tree control are moved to nodes of other tree control,
            the other control can retrieve properly the ViewState of the nodes that were moved.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.SelectionType">
            <summary>
            Defines the tree nodes selection type.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.AnimationEquationType">
            <summary>
            Defines the animation equation type, which will be used for expanding or collapsing tree nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.AnimationDuration">
            <summary>
            Defines animation duration, which will be used for expanding or collapsing tree nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.SelectedNodes">
            <summary>
            Gets an array with all selected tree nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.CheckedNodes">
            <summary>
            Gets an array with all checked tree nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.CheckBoxMode">
            <summary>
            Sets or gets a CheckBoxMode value that determines if 
            check box selection is off, bi-state or tri-state mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableAutoChecking">
            <summary>
            Sets or gets a boolean value that determines if child and parent nodes are automatically checked when a node is checked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeContentsHeight">
            <summary>
            Defines a fixed height for the node contents
            when it is expanded.
            =============================================================
            NOTE: Added because of WebExplorerBar.
            This property is not persisted in WebDataTree control state!
            Some day can be exposed as a new feature for WebDataTree.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.ActiveNode">
            <summary>
            Sets or gets the active tree node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.Enabled">
            <summary>
            Gets or sets a value whether the Aikido control is enabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.AjaxIndicator">
            <summary>
            Gets reference to container of properties related to ajax indicator.
            </summary>
            <remarks>
            <p class="body">If value of a sub-property is not set, then corresponding property of shared indicator is used.
            Shared indicator can be accessed on server using Infragistics.Web.UI.Framework.AppSettings.SharedAjaxIndicator and on client: $util.get_ajaxIndicator().
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.AutoPostBackFlags">
            <summary>
            Auto postback flags allow the developer to configure automatic postbacks when some client side events are invoked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableClientRendering">
            <summary>
            
            Indicates whether the WebDataTree will render itself and perform data-binding purely on the client-side
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.ClientRenderingTemplate">
            <summary>
            Gets or sets the client rendering template.
            </summary>
            <value>The client rendering template.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.IsInternalDataBinding">
            <summary>
            Returns whether is internalaly data binding
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.EnableRenderingTemplatesInTables">
            <summary>
            A.T. The idea of this property is to allow switching off rendering all templates in a table with a single cell
            It will be used by WebExplorerBar, which will set this property to false. Then in the Renderer, depending on the value 
            of the property, each template for a DataTreeNode will be either encapsulated in a table with one cell (default behavior), or not.
            In the context of WebExplorerBar we don't want that because it really blows the markup, and we are actually having templated nodes 
            everywhere 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.IsInternalControl">
            <summary>
            Gets or sets a value indicating whether this instance is internal control for another control wrapping it.
            </summary>
            <value>
            	<c>true</c> if this instance is internal control; otherwise, <c>false</c>.
            </value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.TreeStyleBot">
            <summary>
            Gets the tree style bot. Used by WebExplorerBar to correctly output CSS classes.
            </summary>
            <value>
            The tree style bot.
            </value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeSettings">
            <summary>
            Contains properties for Nodes that apply to all nodes unless a node overrides the value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.Nodes">
            <summary>
            Collection of root nodes in the DataTree.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.AllNodes">
            <summary>
            Returns an ArrayList consisting of the complete list of nodes in the tree in depth-first order.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.ItemCommand">
            <summary>
            Occurs when a Node is expanded on the client.  The event is fired the next time the page is posted back to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.SelectionChanged">
            <summary>
            Occurs when some changed in the selected <see cref="T:Infragistics.Web.UI.NavigationControls.DataTreeNode">DataTreeNode</see> occur.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.CheckBoxSelectionChanged">
            <summary>
            Occurs on check box selection change.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeBound">
            <summary>
            Occurs when a DataTreeNode is bound on the server. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeClick">
            <summary>
            Occurs when a Node is clicked on the client. This event is fired using an immediate postback from the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.HasNodeClick">
            <summary>
            Determines if the NodeClick Event has any listeners. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeCollapsed">
            <summary>
            Occurs when a Node is collapsed on the client.  The event is fired the next time the page is posted back to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeDropped">
            <summary>
            Event is fired when a DataTreeNode is dropped on from the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.HasNodeDropped">
            <summary>
            Determines if the NodeDropped Event has any listeners. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeAdded">
            <summary>
            Event is fired when a DataTreeNode is added on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.HasNodeAdded">
            <summary>
            Determines if the NodeAdded Event has any listeners. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeRemoved">
            <summary>
            Event is fired when a DataTreeNode is removed on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.HasNodeRemoved">
            <summary>
            Determines if the NodeRemoved Event has any listeners. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.TextChanged">
            <summary>
            Occurs when a Node is edited on the client. The event is fired the next time the page is posted back to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeExpanded">
            <summary>
            Occurs when a Node is expanded on the client.  The event is fired the next time the page is posted back to the server.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebDataTree.NodePopulate">
            <summary>
            Occurs when a node with its IsEmptyParent property set to true is expanded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.IsInsideCallback">
            <summary>
            Gets a boolean value that indicates if the WebDataTree is currently operating within an Ajax callback to populate nodes on the client.  This property is read-only
            </summary>
            
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.CallbackNodeAddress">
             <summary>
             Gets a string representing the FullAddress of the parentNode being populated during an Ajax callback for expanding nodes on the client
             </summary>
             <remarks>
             This property is used by the DataTreeNode class when overriding FullAddress on an Ajax callback where the full Node hierarchy 
             is not in place to use the normal mechanism of walking the parent chain.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.CallbackType">
            <summary>
            Returns the type of callback
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.ControlState">
            <summary>
            Holds the control state
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebDataTree.NodeEditing">
            <summary>
            Contains properties that specify the node editing configuration of the tree.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.GroupExpandBehavior">
            <summary>
            Defines the group expand/collapse behavior.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.GroupExpandBehavior.SingleExpanded">
            <summary>
            Only one Group can be expanded, while the other groups are collapsed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.GroupExpandBehavior.AnyExpandable">
            <summary>
            Any Group can be expanded or collapsed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.GroupExpandBehavior.AllExpanded">
            <summary>
            All Groups are expanded and they cannot be collapsed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.GroupExpandAction">
            <summary>
            Defines the action the user has to do in order to expand/collapse a group.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.GroupExpandAction.ButtonClick">
            <summary>
            The Group will be expanded or collapsed when the expand button is clicked.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.GroupExpandAction.HeaderClick">
            <summary>
            The Group will be expanded or collapsed when the header is clicked.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.GroupExpandAction.HeaderHover">
            <summary>
            The Group will be expanded when the mouse is over the header.
            Click on the header to collapse the Group.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemType">
            <summary>
            Defines the types of items a WebExplorerBar can have
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarRoles">
            <summary>
            Roles defined for the ig_explorerbar.css file.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarAutoPostBackFlags">
            <summary>
            
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for ExplorerBarAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarAutoPostBackFlags.#ctor">
            <summary>
            Constructor for ExplorerBarAutoPostBackFlags. Used by the Designer.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarAutoPostBackFlags.#ctor(Infragistics.Web.UI.AutoPostBackFlag,Infragistics.Web.UI.AutoPostBackFlag)">
            <summary>
            Constructor for creating the flags object with predefined values.
            </summary>
            <param name="itemClick">Set auto postback options applied to item click event.</param>
            <param name="itemSelected">Set auto postback options applied to item selected event.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarAutoPostBackFlags.ItemClick">
            <summary>
            Gets sets auto postback options applied to item click event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarAutoPostBackFlags.ItemSelected">
            <summary>
            Gets sets auto postback options applied to item selected event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarBot">
            <summary>
            ExplorerBar run bot.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarBot.SaveClientObjects(System.Collections.ArrayList)">
            <summary>
            Saves all objects that should go to the client into a javascript array. 
            </summary>
            <param name="propertyObjectList">The objects that should be saved.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarBot.SaveClientProperties">
            <summary>
            Virtual method that serializes the ClientState properties of the object to a JSON stream that will be accessed from
            the client.  The FullAddress property of the Object is also accessed in this process to identify the object being serialized to JSON.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarBot.EnsureFlags">
            <summary>
            A method internally used by the framework to determine which <see cref="T:Infragistics.Web.UI.ClientUIFlags">ClientUIFlags</see> should be set on the object.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarBot.AppStyleInfo">
            <summary>
            AppStyling information
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarBot.EventListInternal">
            <summary>
            The DataMenuItemBinding class needs access to this list in order to populate items correctly for ajax callbacks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarBot.DeferLoadPostDataProcessing">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents">
            <summary>
            ClientEvents used by the <see cref="T:Infragistics.Web.UI.NavigationControls.WebExplorerBar">WebExplorerBar</see> class
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.NumberOfProperties">
            <summary>
            The number of ClientEvents exposed by the control, including base class ClientEvents.
            If deriving from this control, a new instance of the property should be created. 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.#ctor(Infragistics.Web.UI.NavigationControls.WebExplorerBar,System.Boolean)">
            <summary>
            Create instance of <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents">ExplorerBarClientEvents</see>.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.PostBackAction(System.Int32)">
            <summary>
            This method is called for each ClientEvent property. 
            Logic should be placed here to determine if a particular client event should  cause a PostBack. 
            </summary>
            <param name="indexOfClientEventName">An index that represents a particular ClientEvent property</param>
            <returns>Returns a <see cref="T:Infragistics.Web.UI.AutoPostBackFlag">AutoPostBackFlag</see> that states whether or not an event shoudl trigger a postback.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemClick">
            <summary>
            Defines a handler for ItemClicked client event
            </summary>
            <remarks>
            <p class="body">If event is canceled, then that disables possible autopostback and navigation to NavigateUrl of clicked item.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemCollapsed">
            <summary>
            Defines a handler for ItemCollapsed client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemCollapsing">
            <summary>
            Defines a handler for ItemCollapsing client event
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemExpanded">
            <summary>
            Defines a handler for ItemExpanded client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemExpanding">
            <summary>
            Defines a handler for ItemExpanding client event
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemHovered">
            <summary>
            Defines a handler for ItemHovered client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemUnhovered">
            <summary>
            Defines a handler for ItemUnhovered client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemSelected">
            <summary>
            Defines a handler for ItemSelected client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemSelecting">
            <summary>
            Defines a handler for ItemSelecting client event
            </summary>
            <remarks>
            <p class="body">Action can be canceled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemPopulated">
            <summary>
            Defines a handler for ItemPopulated client event
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarClientEvents.ItemPopulating">
            <summary>
            Defines a handler for ItemPopulating client event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarCollapseButton">
            <summary>
            Represent the explorer bar collaspe button.
            It will be used to collapse a group item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarCollapseButton.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="runbot"></param>
            <param name="markerName"></param>
            <param name="defaultAltText"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarCollapseButton.#ctor(System.Boolean)">
            <summary>
            Constructor with trackViewState.
            </summary>
            <param name="trackViewState">True: request to call TrackViewState</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarCollapseButton.PressedImageUrl">
            <summary>
            The url that will be used for the image when the button is pressed. 
            Not supported for WebExplorerBar - please use ExpandedImageUrl
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarCollapseButton.ImageUrl">
            <summary>
            ImageUrl of the collapse button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarCollapseButton.HoverImageUrl">
            <summary>
            HoverImageUrl of the collapse button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarCollapseButton.Visible">
            <summary>
            Hide this one since we have a property EnableExpandButton,
            that controls whether the Expand &amp; Collapsed buttons should be renedered or not.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarDataBindingCollection">
            <summary>
            Represents DataBindingCollection customized for WebExplorerBar
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarDataBindingCollection.Add(Infragistics.Web.UI.Framework.Data.DataBinding)">
            <summary>
            Add a data binding to the collection.
            </summary>
            <param name="binding">ExplorerBarItemBinding object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarDataBindingCollection.Remove(Infragistics.Web.UI.Framework.Data.DataBinding)">
            <summary>
            Remove a data binding from the collection.
            </summary>
            <param name="binding">ExplorerBarItemBinding object.</param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs">
            <summary>
            Base class for WebExplorer Event Arguments
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase,Infragistics.Web.UI.NavigationControls.ExplorerBarItemType)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
            <param name="itemType">The item type.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs.IsExplorerBarGroup">
            <summary>
            Check whether the ExplorerBarItemBase is ExplorerBarGroup
            </summary>
            <returns>Returns true if ExplorerBarItemBase is ExplorerBarGroup, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs.IsExplorerBarItem">
            <summary>
            Check whether the ExplorerBarItemBase is ExplorerBarItem
            </summary>
            <returns>Returns true if ExplorerBarItemBase is ExplorerBarItem, false otherwise</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs.ExplorerBarItemBase">
            <summary>
            Gets the <see cref="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs.ExplorerBarItemBase"/> for which Event has been risen.
            </summary>
            <value>The item.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs.ItemType">
            <summary>
            Gets the type of the item.
            ExplorerBarGroup | ExplorerBarItem | Unknown
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventArgs">
            <summary>
            EventArgs class for Server Events related to ExplorerBarGroup objects
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.ExplorerBarGroup)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventArgs"/> class.
            </summary>
            <param name="group">The group.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventArgs.ExplorerBarGroup">
            <summary>
            Gets the <see cref="P:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventArgs.ExplorerBarGroup"/> for which Event has been risen.
            </summary>
            <value>The web explorer group.</value>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventArgs">
            <summary>
            EventArgs class for Server Events related to ExplorerBarItem objects
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.ExplorerBarItem)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventArgs"/> class.
            </summary>
            <param name="item">The item.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventArgs.ExplorerBarItem">
            <summary>
            Gets the <see cref="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventArgs.ExplorerBarItem"/> for which Event has been risen.
            </summary>
            <value>The web explorer item.</value>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemClickEventArgs">
            <summary>
            EventArgs class for ItemClick server event related to ExplorerBarGroup or ExplorerBarItem objects
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemClickEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase,Infragistics.Web.UI.NavigationControls.ExplorerBarItemType)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemClickEventArgs"/> class.
            </summary>
            <param name="group">The group.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemClickEventArgs.Item">
            <summary>
            The item that is clicked.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemSelectedEventArgs">
            <summary>
            EventArgs class for ItemSelected server event related to ExplorerBarGroup or ExplorerBarItem objects
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemSelectedEventArgs.#ctor(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase,Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase,Infragistics.Web.UI.NavigationControls.ExplorerBarItemType)">
            <summary>
            Initializes a new instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemSelectedEventArgs"/> class.
            </summary>
            <param name="group">The group.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemSelectedEventArgs.OldSelectedItem">
            <summary>
            Holds the previous selected item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemSelectedEventArgs.NewSelectedItem">
            <summary>
            Holds the new selected item.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventHandler">
            <summary>
            Event Delegate for Events that use a <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup">ExplorerBarGroup</see>.
            </summary>
            <param name="sender">Usually <see cref="T:Infragistics.Web.UI.NavigationControls.WebExplorerBar"/></param>
            <param name="e">Instance of <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventArgs"/></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventHandler">
            <summary>
            Event Delegate for Events that use a <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItem">ExplorerBarItem</see>.
            </summary>
            <param name="sender">Usually <see cref="T:Infragistics.Web.UI.NavigationControls.WebExplorerBar"/></param>
            <param name="e">Instance of <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventArgs"/></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemClickEventHandler">
            <summary>
            Event Delegate for Events that use a <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItem">ExplorerBarItem</see> or <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup">ExplorerBarGroup</see>.
            </summary>
            <param name="sender">Usually <see cref="T:Infragistics.Web.UI.NavigationControls.WebExplorerBar"/></param>
            <param name="e">Instance of <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemClickEventArgs"/></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemSelectedEventHandler">
            <summary>
            Event Delegate for Events that use a <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItem">ExplorerBarItem</see> or <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup">ExplorerBarGroup</see>.
            </summary>
            <param name="sender">Usually <see cref="T:Infragistics.Web.UI.NavigationControls.WebExplorerBar"/></param>
            <param name="e">Instance of <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemSelectedEventArgs"/></param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarExpandButton">
            <summary>
            Represent the explorer bar expand button.
            It will be used to expand a group item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarExpandButton.#ctor(Infragistics.Web.UI.Framework.RunBot,System.String,System.String)">
            <summary>
            
            </summary>
            <param name="runbot"></param>
            <param name="markerName"></param>
            <param name="defaultAltText"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarExpandButton.#ctor(System.Boolean)">
            <summary>
            Constructor with trackViewState.
            </summary>
            <param name="trackViewState">True: request to call TrackViewState</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarExpandButton.PressedImageUrl">
            <summary>
            The url that will be used for the image when the button is pressed. 
            Not supported for WebExplorerBar - please use ExpandedImageUrl
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarExpandButton.ImageUrl">
            <summary>
            ImageUrl of the expand button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarExpandButton.HoverImageUrl">
            <summary>
            HoverImageUrl of the expand button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarExpandButton.Visible">
            <summary>
            Hide this one since we have a property EnableExpandButton,
            that controls whether the Expand &amp; Collapsed buttons should be renedered or not.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup">
            <summary>
            represents a top level item in the control - that is, a Group
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase">
            <summary>
            Base class for Groups and Items
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.ClearTemplate">
            <summary>
            This virtual method is overridden to clear the templates of child items within the 
            hierarchical control. The base class clears the templates of the current item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Remove">
            <summary>
            This method removes this Item from the Items collection of its ParentItem.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Toggle">
            <summary>
            Changes the Expanded state of the item to the opposite value from what it is currently.
            If the item is expanded, then it will be collapsed.
            If the item is collapsed, it will be expanded.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Items">
            <summary>
            Gets the items collection of ExplorerBarGroup or Item.
            </summary>
            <value>The items.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.NavigateUrl">
            <summary>
            Gets or sets the navigate URL.
            </summary>
            <value>The navigate URL.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.ImageUrl">
            <summary>
            Gets or sets the image URL.
            </summary>
            <value>The image URL.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.ToolTip">
            <summary>
            Gets or sets the tool tip.
            </summary>
            <value>The tool tip.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.ImageToolTip">
            <summary>
            Gets or sets the image tool tip.
            </summary>
            <value>The image tool tip.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.ImageAltText">
            <summary>
            Gets or sets the image alternate text.
            </summary>
            <value>The image alternate text.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Target">
            <summary>
            Gets or sets the target.
            </summary>
            <value>The target.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Text">
            <summary>
            Gets or sets the Text property of ExplorerBarItem or Group.
            </summary>
            <value>The text.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Value">
            <summary>
            Gets or sets the Value property of ExplorerBarItem or Group.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Selected">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase"/> is selected.
            </summary>
            <value><c>true</c> if selected; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Expanded">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase"/> is expanded.
            </summary>
            <value><c>true</c> if expanded; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Enabled">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase"/> is enabled.
            </summary>
            <value><c>true</c> if enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Visible">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase"/> is visible.
            </summary>
            <value><c>true</c> if visible; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.CssClass">
            <summary>
            CssClass
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.SelectedCssClass">
            <summary>
            SelectedCssClass
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.ActiveCssClass">
            <summary>
            ActiveCssClass
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.HoverCssClass">
            <summary>
            HoverCssClass
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.DisabledCssClass">
            <summary>
            DisabledCssClass
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Owner">
            <summary>
            Returns a reference to the collection that owns this object
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.HasChildren">
            <summary>
            Returns a boolean value that indicates if this object has children within the tree hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.ParentItem">
            <summary>
            Returns the parent node of this node within the tree node hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.PreviousItem">
            <summary>
            Gets the previous sibling item to this item within the parent Items collection.
            If this Item is the first node in the collection, then null is returned.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.NextItem">
            <summary>
            Gets the next sibling item to this item within the parent Items collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Index">
            <summary>
            Returns the index of this collection object within its owning collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.Level">
            <summary>
            Returns the item level
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.TemplateId">
            <summary>
            ID of Template within the TemplateCollection.  Identifies the template to use for this NavItem.
            </summary>
            
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase.DataItem">
            <summary>
            Sets or gets an object value that contains a reference to the object in the data source that supplied the data for this item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup.#ctor">
            <summary>
            Create a group.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup.#ctor(System.String)">
            <summary>
            Create a group with the specified text.
            </summary>
            <param name="text">Group text label</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup.#ctor(System.String,System.String)">
            <summary>
            Create a group with the specified text and value
            </summary>
            <param name="text">Group text label</param>
            <param name="value">Group value</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Create a group with the specified text, value,
            imageUrl and navigateUrl.
            </summary>
            <param name="text">Group text label</param>
            <param name="value">Group value</param>
            <param name="navigateUrl">Group navigateUrl</param>
            <param name="imageUrl">Group imageUrl</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarGroup.GroupContentsHeight">
            <summary>
            Gets or sets a fixed height for the group contents.
            If this property is not set the GroupContentsHeight
            of the control is used.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection">
            <summary>
            Represents the collection of ExplorerBarGroups
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection">
            <summary>
            Base class for the ExplorerBarCollections
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.Add(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase)">
            <summary>
            Add a new item to the collection.
            </summary>
            <param name="item">ExplorerBarItemBase object</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.Clear">
            <summary>
            Clear the collection items.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.Contains(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase)">
            <summary>
            Check whether the collection contains concrete
            ExplorerBarItemBase object
            </summary>
            <param name="item"></param>
            <returns>Returns true if the object is contained, false otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.CopyTo(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase[],System.Int32)">
            <summary>
            Copy the contents of the collection to an
            array of ExplorerBarItemBase objects.
            </summary>
            <param name="array"></param>
            <param name="arrayIndex"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.Remove(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase)">
            <summary>
            Remove an item from the collection.
            </summary>
            <param name="item">ExplorerBarItemBase object</param>
            <returns>Returns true if the item is successfully removed, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.GetEnumerator">
            <summary>
            Return an enumerator
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.FromValue(System.String)">
            <summary>
            Traverses the collection of items and their children and returns the item that matches the specified value.
            </summary>
            <param name="value">Value contained in the value filed of an item.</param>
            <returns>The first item that has the corresponding value.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.FromValue(System.String,System.Boolean)">
            <summary>
            Traverses the collection of items and their children and returns the item that matches the specified value.
            </summary>
            <param name="value">Value contained in the value filed of an item.</param>
            <param name="searchChildren">If true the children will also be searched,
            if false only the current collection level will be searched.</param>
            <returns>The first item that has the corresponding value.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.Count">
            <summary>
            Get the number of items in the collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.IsEmpty">
            <summary>
            Returns true if the collection is empty.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.IsReadOnly">
            <summary>
            Get whether the collection is ReadOnly
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.Owner">
            <summary>
            Returns the owner item that contains the collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.IsSynchronized">
            <summary>
            Returns whether the collection is synchornized
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection.SyncRoot">
            <summary>
            Get the synchronization object if the collection is synchronized.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.Add(Infragistics.Web.UI.NavigationControls.ExplorerBarGroup)">
            <summary>
            Add ExplorerBarGroup to the collection
            </summary>
            <param name="item"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.Add(System.String)">
            <summary>
            Add a group with the specified text.
            </summary>
            <param name="text">Group text label</param>
            <returns>Returns the added ExplorerBarGroup</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.Add(System.String,System.String)">
            <summary>
            Add a group with the specified text and value.
            </summary>
            <param name="text">Group text label</param>
            <param name="value">Group value</param>
            <returns>Returns the added ExplorerBarGroup</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
            Add a group with the specified text,
            value, navigateUrl and imageUrl.
            </summary>
            <param name="text">Group text label</param>
            <param name="value">Group value</param>
            <param name="navigateUrl">Group NavigateUrl</param>
            <param name="imageUrl">Group ImageUrl</param>
            <returns>Returns the added ExplorerBarGroup</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.Remove(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase)">
            <summary>
            Remove ExplorerBarGroup from the collection
            </summary>
            <param name="item">ExplorerBarGroup</param>
            <returns>Returns true if successful, false otherwise.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.Clear">
            <summary>
            Clear the collection of items.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.CheckIsExpandedGroupAdded">
            <summary>
            Check incrementally whether there is already
            expanded group added to the collection.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.AddOnNodeBound(Infragistics.Web.UI.NavigationControls.ExplorerBarGroup)">
            <summary>
            Add ExplorerBarGroup to the collection,
            !!!without adding the group node to the internal tree.
            This method should be used internally to add the new
            group to the collection when the control is data bound.
            </summary>
            <param name="item">ExplorerBarGroup object.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.ExpandFirstEnabledGroup">
            <summary>
            Expands the first enabled group.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.EnsureSingleExpanded">
            <summary>
            Makes sure there is at least one expanded groups.
            First scans the groups and if there are more than
            one expanded, keeps the first expanded and collapses
            the others. If no one is expanded, expands the first group.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.Owner">
            <summary>
            Get the owner of the ExplorerBarGroupCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.Item(System.Int32)">
            <summary>
            Get or set the group at the specified index.
            </summary>
            <param name="index">Index</param>
            <returns>Returns ExplorerBarGroup at the specified index.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection.IsExpandedGroupAdded">
            <summary>
            Check whether there is already added
            expanded group to the collection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItem">
            <summary>
            represents a non-root level item in the control hierarchy
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItem.#ctor">
            <summary>
            Create and item.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItem.#ctor(System.String)">
            <summary>
            Create an item with the specified text.
            </summary>
            <param name="text">Item text label</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItem.#ctor(System.String,System.String)">
            <summary>
            Create an item with the specified text and value
            </summary>
            <param name="text">Item text label</param>
            <param name="value">Item value</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItem.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Create an item with the specified text, value,
            imageUrl and navigateUrl.
            </summary>
            <param name="text">Item text label</param>
            <param name="value">Item value</param>
            <param name="navigateUrl">Item navigateUrl</param>
            <param name="imageUrl">Item imageUrl</param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding">
            <summary>
            Defines the data bindings for ExplorerBarGroup and ExplorerBarItem
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.DataTreeNodeBinding">
            <summary>
            Gets the data tree node binding.
            </summary>
            <value>The data tree node binding.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.NavigateUrlField">
            <summary>
            Gets or sets the navigate URL field.
            </summary>
            <value>The navigate URL field.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.TargetField">
            <summary>
            Gets or sets the target field.
            </summary>
            <value>The target field.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.TextField">
            <summary>
            Gets or sets the text field.
            </summary>
            <value>The text field.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.TextFormatString">
            <summary>
            Gets or sets the text format string.
            </summary>
            <value>The text format string.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.ToolTipField">
            <summary>
            Gets or sets the tool tip field.
            </summary>
            <value>The tool tip field.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.KeyField">
            <summary>
            Sets or gets a string value that specifies which Field in the DataSource will be bound to the Key property
            of the Item or Node object.
            </summary>
            <value>The Key field.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.ImageUrlField">
            <summary>
            Gets or sets the field that will be used to bind ImageUrl property.
            </summary>
            <value>The name of the field.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.DataMember">
            <summary>
            Gets or sets the data member.
            </summary>
            <value>The data member.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.NavigateUrlFormatString">
            <summary>
            Gets or sets a string value that is used to format the
            NavigateUrl property of an item when the item is being databound.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.ValueField">
            <summary>
            Gets or sets a string value that specifies which Field in
            the DataSource will be bound to the Value property
            of the Item object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBinding.DefaultText">
            <summary>
            Gets or sets a string value that is used to populate
            the Text property of an item.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection">
            <summary>
            Represents collection of ExplorerBarItems
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection.Add(Infragistics.Web.UI.NavigationControls.ExplorerBarItem)">
            <summary>
            Add an ExplorerBarItem to the collection
            </summary>
            <param name="item"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection.Add(System.String)">
            <summary>
            Add an item with the specified text.
            </summary>
            <param name="text">Item text label</param>
            <returns>Returns the added ExplorerBarItem</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection.Add(System.String,System.String)">
            <summary>
            Add an item with the specified text and value.
            </summary>
            <param name="text">Item text label</param>
            <param name="value">Item value</param>
            <returns>Returns the added ExplorerBarItem</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection.Add(System.String,System.String,System.String,System.String)">
            <summary>
            Add an item with the specified text,
            value, navigateUrl and imageUrl.
            </summary>
            <param name="text">Item text label</param>
            <param name="value">Item value</param>
            <param name="navigateUrl">Item NavigateUrl</param>
            <param name="imageUrl">Item ImageUrl</param>
            <returns>Returns the added ExplorerBarItem</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection.Remove(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase)">
            <summary>
            Remove an ExplorerBarItem from the collection
            </summary>
            <param name="item"></param>
            <returns>Returns true if successful, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection.AddOnNodeBound(Infragistics.Web.UI.NavigationControls.ExplorerBarItem)">
            <summary>
            Add ExplorerBarItem to the collection,
            !!!without adding the item node to the internal tree.
            This method should be used internally to add the new
            item to the collection when the control is data bound.
            </summary>
            <param name="item">ExplorerBarItem object.</param>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection.Owner">
            <summary>
            Get the owner collection of ExplorerBarItemCollection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection.Item(System.Int32)">
            <summary>
            Get or set the item at the specified index.
            </summary>
            <param name="index">Index</param>
            <returns>Returns ExplorerBarItem at the specified index.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.ExplorerBarRenderer.Initialize(System.Web.UI.HtmlTextWriter)">
            <summary>
            Initializes the designer class to set various variables.
            </summary>
            <param name="writer">The writer to which the html is rendered.</param>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.WebExplorerBar">
            <summary>
            WebExplorerBar control. A Web Control that imitates Windows Explorer side bar navigation mode
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebExplorerBar._tree">
            <summary>
            WebDataTree reference object.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebExplorerBar._groups">
            <summary>
            List of ExplorerBarGroups.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebExplorerBar._autoPostBackFlags">
            <summary>
            Holds ExplorerBarAutoPostBackFlags
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.NavigationControls.WebExplorerBar._bindings">
            <summary>
            DataBindingCollection
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.#ctor">
            <summary>
            Creates new instance of WebExplorerBar
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.InitializeGroups(Infragistics.Web.UI.NavigationControls.ExplorerBarGroupCollection)">
            <summary>
            A.T. we need a mechanism to set the internal DataTree node parents  
            </summary>
            <param name="listGroups"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.InitializeItems(Infragistics.Web.UI.NavigationControls.ExplorerBarItemCollection,Infragistics.Web.UI.NavigationControls.DataTreeNode)">
            <summary>
            Initializes the items. For internal use only. Transfers Items to Internal Tree Nodes.
            </summary>
            <param name="listItems">The list items.</param>
            <param name="parentNode">The parent node.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.InitializeNodeTemplate(Infragistics.Web.UI.NavigationControls.ExplorerBarItemBase)">
            <summary>
            Initalizes the node template of an explorer bar item.
            </summary>
            <param name="item">Explorer bar item</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.InitializeNodeTemplates(Infragistics.Web.UI.NavigationControls.DataTreeNodeCollection,System.Boolean)">
            <summary>
            Initializes the internal tree node templates. For internal use only.
            </summary>
            <param name="dataTreeNodeCollection">The data tree node collection.</param>
            <param name="isRoot">if set to <c>true</c> means that shall initialize root nodes, which in our case shall be Groups.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.OnLoad(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Web.UI.Control.Load"/> event.
            This is also the place where Internal tree nodes are initialized.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/> object that contains the event data.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.CreateClientEvents">
            <summary>
            Creates and instance of <see cref="!:WebExplorerBarClientEvents"/>
            </summary>
            <returns>WebExplorerBarClientEvents</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.GetItemType(System.Int32)">
            <summary>
            Determines the ExplorerBarItem type depending on its level.
            </summary>
            <param name="level">Item level.</param>
            <returns>Returns ExplorerBarItemType</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.CreateTree">
            <summary>
            Creates the instance of WebDataTree with respective settings to properly handle logic.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.SetupItemStyles">
            <summary>
            Will delegate styling to WebDataTree's node settings 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.AddCssClass(System.String@,System.String,System.String)">
            <summary>
            Add a certain CSS class to the class specified.
            </summary>
            <param name="cssClass">CSS class that will be modified</param>
            <param name="removeClass">CSS class that should be added to the cssClass</param>
            <param name="format">Format specifier</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.RemoveCssClass(System.String@,System.String,System.String)">
            <summary>
            Remove a certain CSS class from the class specified.
            </summary>
            <param name="cssClass">CSS class that will be modified</param>
            <param name="removeClass">CSS class that should be removed from cssClass</param>
            <param name="format">Format specifier</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ApplyCssClass(System.String@,System.String,System.String,System.String)">
            <summary>
            Applies appliedCssClass to cssClass and removes
            the opposite class oppositeCssClass from cssClass.
            </summary>
            <param name="cssClass">CSS class that will be modified</param>
            <param name="appliedCssClass">CSS Class that will be applied</param>
            <param name="oppositeCssClass">CSS class that will be removed</param>
            <param name="format">Format specifier</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ResolveCssClass(Infragistics.Web.UI.NavigationControls.DataTreeNode)">
            <summary>
            Get relevant item styles like Active, Disabled, Selected
            according to the node state. And return them to the parent.        
            The Node is not modified, else it will increase JSON.
            </summary>
            <param name="node">DataTreeNode. Used to read node settings.</param>
            <returns>Returns a string containing the aggregated CSS classes</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.BuildHeaderTemplate(System.Web.UI.Control)">
            <summary>
            Performs rendering of the ExplorerBarGroup. Vital control method.
            </summary>
            <param name="container"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.BuildInnerItemTemplate(System.Web.UI.Control)">
            <summary>
            Performs rendering of the ExplorerBarItems. Vital control method.
            </summary>
            <param name="container"></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.FindTemplateById(System.String)">
            <summary>
            Searches the ItemTemplates within this collection and returns a reference to the first one
            that matches the templateId passed in.
            </summary>
            <param name="templateId">The Id of the ItemTemplate to look for.</param>
            <returns>ItemTemplate whose Id matches the templateId passed in.  Returns null if none is found.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.LoadControlState(System.Object)">
            <summary>
            Loads the saved control state.
            </summary>
            <param name="savedState">Represents control state.</param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.SaveControlState">
            <summary>
            Saves the WebExplorerBar control state.
            In format: Pair(this.GroupContentsHeight,
            List(Pair)(group.Address, GroupContentsHeight))
            </summary>
            <returns>Returns the save state.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.DataBind">
            <summary>
            Binds a data source to the invoked server control and all its child controls.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.OnItemClick(Infragistics.Web.UI.NavigationControls.ExplorerBarItemClickEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ItemClick">ItemClick</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs">ExplorerBarItemBaseEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.OnItemSelected(Infragistics.Web.UI.NavigationControls.ExplorerBarItemSelectedEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ItemSelected">ItemSelected</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseEventArgs">ExplorerBarItemBaseEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.OnGroupBound(Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebExplorerBar.GroupBound">GroupBound</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarGroupEventArgs">ExplorerBarGroupEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.OnItemBound(Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventArgs)">
            <summary>
            Raises the <see cref="E:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ItemBound">ItemBound</see> Event.
            </summary>
            <param name="e">An instance of the <see cref="T:Infragistics.Web.UI.NavigationControls.ExplorerBarItemEventArgs">ExplorerBarItemEventArgs</see></param>
        </member>
        <member name="M:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.HasItemClick">
            <summary>
            Determines if the itemClick Event has any listeners. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.GroupExpandBehavior">
            <summary>
            Gets or sets group expand behavior.
            It can be SingleExpanded | AnyExpandable (Default) | AllExpanded
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.GroupExpandAction">
            <summary>
            Gets or sets the action the user needs to do to expand the group.
            It can be ButtonClick | HeaderClick (default) | HeaderHover
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.EnableSelection">
            <summary>
            Selection functionality. The control supports single selection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.SelectedItem">
            <summary>
            Selection functionality. The control supports single selection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.EnableHotTracking">
            <summary>
            enables hovering styles 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ItemIndent">
            <summary>
            Gets or sets the indentation amount (in pixels) for the child items of the WebExplorerBar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.MaxGroupHeight">
            <summary>
            Returns/sets the maximum height to which the value list can grow so that no scroll bars are shown
            <para>Setting the value list height to 0 means that contents will grow</para>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.GroupContentsHeight">
            <summary>
            Gets or sets a fixed height for the group conetns.
            Individual groups may have different GroupContentsHeight.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ClientEvents">
            <summary>
            Gets the WebExplorerBarClientEvents object that represents the event handlers defined on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.EnableExpandButtons">
            <summary>
            Gets or sets a value indicating whether control should render default Expand buttons.
            </summary>
            <value><c>true</c> if expand buttons should be rendered; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ExpandButton">
            <summary>
            Get a reference to the ExpandButton
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.CollapseButton">
            <summary>
            Get a reference to the CollapseButton
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.InternalTree">
            <summary>
            The underlying WebDataTree
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.Groups">
            <summary>
            Gets the Web ExplorerBar Groups.
            </summary>
            <value>The groups</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.DataSource">
            <summary>
            Gets or sets the data source.
            </summary>
            <value>The data source.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.DataSourceID">
            <summary>
            Gets or sets the data source ID.
            </summary>
            <value>The data source ID.</value>        
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.InitialDataBindDepth">
            <summary>
            Sets or gets an integer value that determines how many levels of item will be data bound when the explorerbar is first displayed.
            The default value is -1 which signifies that all levels will be data bound.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.Width">
            <summary>
            Gets or sets the width of the Web server control.
            </summary>
            <value></value>
            <returns>
            A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the width of the control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty"/>.
            </returns>
            <exception cref="T:System.ArgumentException">
            The width of the Web server control was set to a negative value.
            </exception>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.Height">
            <summary>
            Gets or sets the height of the Web server control.
            </summary>
            <value></value>
            <returns>
            A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the height of the control. The default is <see cref="F:System.Web.UI.WebControls.Unit.Empty"/>.
            </returns>
            <exception cref="T:System.ArgumentException">
            The height was set to a negative value.
            </exception>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.AnimationDuration">
            <summary>
            Gets or sets the duration of the animation.
            </summary>
            <value>The duration of the animation.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.AnimationEquationType">
            <summary>
            Gets or sets the type of the animation equation.
            </summary>
            <value>The type of the animation equation.</value>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.Enabled">
            <summary>
            Gets or sets a value indicating whether the WebExplorerBar control is enabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.AccessKey">
            <summary>
            Gets or sets the access key that allows you to quickly navigate to the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ForeColor">
            <summary>
            Gets or sets the foreground color (typically the color of the text) of the
            Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.BackColor">
            <summary>
            Gets or sets the background color of the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.BorderColor">
            <summary>
            Gets or sets the border color of the Web control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.BorderStyle">
            <summary>
            Gets or sets the border style of the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.BorderWidth">
            <summary>
            Gets or sets the border width of the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.EnableViewState">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.EnableTheming">
            <summary>
            Gets or sets a value indicating whether themes apply to this control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.TabIndex">
            <summary>
            Gets or sets the tab index of the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.SkinID">
            <summary>
            Gets or sets the skin to apply to the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ToolTip">
            <summary>
            Gets or sets the text displayed when the mouse pointer hovers over the Web
            server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.EnableEmbeddedJavaScript">
            <summary>
            Instructs the control to load its embedded Java Script. 
            </summary>
            <remarks>
            When the controls Java Script is explicitly disabled, it must be 
            loaded via the ScriptManager instance on the page.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.Font">
            <summary>
            Gets the font properties associated with the Web server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.Templates">
            <summary>
            Gets a ControlCollection that contains instances of ItemTemplate objects which can be shared among items
            within the derived Control by seting the Item.TemplateId property to the Id of an ItemTemplate.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ItemTemplate">
            <summary>
            An ITemplate object that will be applied as a template for all items within the control unless an individual Item 
            has a non-null Template property of its own, or it has its TemplateId set to refer to an ItemTemplate in the ItemTemplates collection.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ItemClick">
            <summary>
            Occurs when a ExplorerBarGroup or ExplorerBarItem is clicked.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ItemSelected">
            <summary>
            Occurs when a ExplorerBarGroup or ExplorerBarItem is selected.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebExplorerBar.GroupBound">
            <summary>
            Occurs when a ExplorerBarGroup is bound on the server. 
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.NavigationControls.WebExplorerBar.ItemBound">
            <summary>
            Occurs when a ExplorerBarItem is bound on the server. 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.WebExplorerBar.AutoPostBackFlags">
            <summary>
            Auto postback flags allow the developer to configure automatic postbacks when some client side events are invoked.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.IGDiv">
            <summary>
            A.T. the class needed to override attribute generation, so that we really get nice XHTML compliant markup
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.IGDiv.InnerHtml">
            <summary>
            Gets or sets the content found between the opening and closing tags of the specified HTML server control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.NavigationControls.IGDiv.InnerText">
            <summary>
            Gets or sets the text between the opening and closing tags of the specified HTML server control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.NavigationControls.IGImage">
            <summary>
            A.T. the class needed to override attribute generation, so that we really get nice XHTML compliant markup
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.DataTreeStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.DragDropNotSupportedEx">
            <summary>
              Looks up a localized string similar to WebDataTree drag drop is not supported when SelectionType is equal to NodeSelectionTypes.None..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.DT_DefaultLoadingMessage">
            <summary>
              Looks up a localized string similar to Loading....
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.DT_DTNB_Exception">
            <summary>
              Looks up a localized string similar to InitialExpandDepth can not be greater than InitialDataBindDepth..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.EditNodes">
            <summary>
              Looks up a localized string similar to Edit Nodes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_CheckBoxSelectionChanged">
            <summary>
              Looks up a localized string similar to Gets or sets auto postback options applied to check box selection changed event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_DragDrop">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the tree drag dropped event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_NodeAdded">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to node added event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_NodeClick">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to node clicked event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_NodeCollapsed">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to node collapsed event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_NodeEditingTextChanged">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to text changed event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_NodeExpanded">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to node expanded event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_NodeRemoved">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to node removed event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_APF_P_SelectionChanged">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to selection changed event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_ActivationChanged">
            <summary>
              Looks up a localized string similar to This event is fired, after a change in the activation occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_ActivationChanging">
            <summary>
              Looks up a localized string similar to This event is fired, before a change in the activation occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_CheckBoxSelectionChanged">
            <summary>
              Looks up a localized string similar to This event is fired, after a change in the check box selection occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DataBinding">
            <summary>
              Looks up a localized string similar to Event is fired when EnableClientRendering=true, and data binding takes place on the client (this is for the whole WebDataTree).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DataBound">
            <summary>
              Looks up a localized string similar to Event is fired when EnableClientRendering=true, and data is already bound on the client (this is for the whole WebDataTree).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DragCancel">
            <summary>
              Looks up a localized string similar to The event is fired when the drag drop was cancelled. It may be cancelled by the user hitting escape key or by the programmer..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DragDroped">
            <summary>
              Looks up a localized string similar to The event is fired when the user dropped a node in the tree. It is fired after the NodeDropping event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DragDroping">
            <summary>
              Looks up a localized string similar to The event is fired just before the NodeDropped event. It can be cancelled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DragEnd">
            <summary>
              Looks up a localized string similar to The event is fired when the drag operation completed. This event always fires last..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DragEnter">
            <summary>
              Looks up a localized string similar to The event is fired when the user enters a possible drop surface..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DragLeave">
            <summary>
              Looks up a localized string similar to The event is fired when the user goes out of a possible drop target..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DragOver">
            <summary>
              Looks up a localized string similar to The event is fired when the user is dragging a node or selection of nodes with the mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_DragStart">
            <summary>
              Looks up a localized string similar to The event is fired when a drag operation starts..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_KeyDown">
            <summary>
              Looks up a localized string similar to This event is fired, when a key is pressed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_KeyPress">
            <summary>
              Looks up a localized string similar to This event is fired, when a key is pressed and then released..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_KeyUp">
            <summary>
              Looks up a localized string similar to This event is fired, when a key is released..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeAdded">
            <summary>
              Looks up a localized string similar to The event is fired after a node or an array of nodes is added to the nodes collection of a node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeAdding">
            <summary>
              Looks up a localized string similar to The event is fired just before a node or an array of nodes is added to the nodes collection of a node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeChecking">
            <summary>
              Looks up a localized string similar to This event is fired, before a change in the node check box state occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeClick">
            <summary>
              Looks up a localized string similar to This event is fired, after a click on a tree node occur. If event is canceled, then that disables possible autopostback and navigation to NavigateUrl of clicked node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeCollapsed">
            <summary>
              Looks up a localized string similar to This event is fired, after a tree node is collapsed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeCollapsing">
            <summary>
              Looks up a localized string similar to This event is fired, before a tree node collapses..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeCollectionRendered">
            <summary>
              Looks up a localized string similar to Event is raised after a collection of nodes (one level)has been rendered in the WebDataTree (client-side rendering/binding).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeCollectionRendering">
            <summary>
              Looks up a localized string similar to Event is raised before a collection of nodes (one level) is rendered in the WebDataTree (client-side rendering/binding).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeEditingEntered">
            <summary>
              Looks up a localized string similar to This event is fired, after a tree node enters editing mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeEditingEntering">
            <summary>
              Looks up a localized string similar to This event is fired, before a tree node enters editing mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeEditingExited">
            <summary>
              Looks up a localized string similar to This event is fired, after a tree node exits editing mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeEditingExiting">
            <summary>
              Looks up a localized string similar to This event is fired, before a tree node exits editing mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeEditingTextChanged">
            <summary>
              Looks up a localized string similar to This event is fired, after a tree node text is changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeEditingTextChanging">
            <summary>
              Looks up a localized string similar to This event is fired, before a tree node text is changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeExpanded">
            <summary>
              Looks up a localized string similar to This event is fired, after a tree node is expanded..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeExpanding">
            <summary>
              Looks up a localized string similar to This event is fired, before a tree node expands..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeHovered">
            <summary>
              Looks up a localized string similar to This event is fired, after a tree node is hovered with the mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodePopulated">
            <summary>
              Looks up a localized string similar to This event is fired, after a tree node fetch its child nodes from the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodePopulating">
            <summary>
              Looks up a localized string similar to This event is fired, before a tree node fetch its child nodes from the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeRemoved">
            <summary>
              Looks up a localized string similar to The event is fired after a node is removed from the nodes collection of a node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeRemoving">
            <summary>
              Looks up a localized string similar to The event is fired just before a node is removed from the nodes collection of a node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeRendered">
            <summary>
              Looks up a localized string similar to Event is raised when any node has been rendered in the WebDataTree (client-side binding).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeRendering">
            <summary>
              Looks up a localized string similar to Event is raised when any node is going to be rendered in the WebDataTree (client-side rendering/binding).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_NodeUnhovered">
            <summary>
              Looks up a localized string similar to This event is fired, after a tree node is unhovered with the mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_SelectionChanged">
            <summary>
              Looks up a localized string similar to This event is fired, after a change in the selection occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_CE_SelectionChanging">
            <summary>
              Looks up a localized string similar to This event is fired, before a change in the selection occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DD_P_DropIndicatorCopyToTextFormatString">
            <summary>
              Looks up a localized string similar to Copy to {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DD_P_DropIndicatorInsertAfterTextFormatString">
            <summary>
              Looks up a localized string similar to Insert after {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DD_P_DropIndicatorInsertBeforeTextFormatString">
            <summary>
              Looks up a localized string similar to Insert before {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DD_P_DropIndicatorInsertBetweenTextFormatString">
            <summary>
              Looks up a localized string similar to Insert between {0} and {1}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DD_P_DropIndicatorMoveToTextFormatString">
            <summary>
              Looks up a localized string similar to Move to {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DDS_P_CopyCursorImageUrl">
            <summary>
              Looks up a localized string similar to Customize the copy cursor image. If empty default cursor will be used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DDS_P_DragMarkupCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default CSS class that will be applied on the drag markup, while dragging..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DDS_P_DropIndicatorCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default CSS class that will be applied to the drop indicator..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DDS_P_DropTargetCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default CSS class that will be applied to the drop target node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DDS_P_ExpandDelay">
            <summary>
              Looks up a localized string similar to Delay after which a node that has children will expand, when dragging over it..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DDS_P_MoveCursorImageUrl">
            <summary>
              Looks up a localized string similar to Customize the move cursor image. If empty default cursor will be used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DDS_P_NoneCursorImageUrl">
            <summary>
              Looks up a localized string similar to Customize the none cursor image. If empty default cursor will be used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DI_D_CopyToTextFormatString">
            <summary>
              Looks up a localized string similar to Specify the format string for the drop indicator when you copy a node and drop it inside another node. Only the first format specifier will be assigned a value - the node that you drop over..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DI_D_InsertAfterTextFormatString">
            <summary>
              Looks up a localized string similar to Specify the format string for the drop indicator when you insert after some node. Only the first format specifier will be assigned a value - the node that you insert after..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DI_D_InsertBeforeTextFormatString">
            <summary>
              Looks up a localized string similar to Specify the format string for the drop indicator when you insert before some node. Only the first format specifier will be assigned a value - the node that you insert before..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DI_D_InsertBetweenTextFormatString">
            <summary>
              Looks up a localized string similar to Specify the format string for the drop indicator when you insert between 2 nodes. Only the first and second format specifiers will be assigned values. The first will be the node before and the second will be the node after the drop location..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_DI_D_MoveToTextFormatString">
            <summary>
              Looks up a localized string similar to Specify the format string for the drop indicator when you move a node and drop it inside another node. Only the first format specifier will be assigned a value - the node that you drop over..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_CheckBoxSelectionChanged">
            <summary>
              Looks up a localized string similar to Occurs on check box selection change..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_DataBound">
            <summary>
              Looks up a localized string similar to Fired after DataBinding has completed for the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_ItemCommand">
            <summary>
              Looks up a localized string similar to Fired for any bubbled ItemCommand events fired from within a template of the DataTree..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeAdded">
            <summary>
              Looks up a localized string similar to Fired on the server when to signal that a node was added through the client side API..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeBound">
            <summary>
              Looks up a localized string similar to Fired for each node that gets bound on the server to a datasource.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeClick">
            <summary>
              Looks up a localized string similar to Fired when a node is clicked on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeCollapsed">
            <summary>
              Looks up a localized string similar to Fired for any nodes that have been collapsed on the client since the last postback..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeDropped">
            <summary>
              Looks up a localized string similar to Fired when a node was dropped on the client. Since the Drag &amp; Drop works in batch mode NodeDropped will be fired multiple times for each drop operation that happened on the client side. The batch mode can be turned off by configuring an auto postback flag for NodeDropped event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeEdited">
            <summary>
              Looks up a localized string similar to Fired for each node that has been edited or changed programmatically on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeExpanded">
            <summary>
              Looks up a localized string similar to Fired for each node that has been expanded on the client since the last post back..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodePopulate">
            <summary>
              Looks up a localized string similar to Occurs when a node with its IsEmptyParent property set to true is expanded..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeRemoved">
            <summary>
              Looks up a localized string similar to Event is fired when a node is removed through the client side API. It is also fired when a node is moved from one tree to another tree, then NodeRemoved will be fired for the source tree..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_NodeSelected">
            <summary>
              Looks up a localized string similar to Fired for the node that gets selected on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_SelectionChanged">
            <summary>
              Looks up a localized string similar to Occurs when there are changes in the selection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_E_TextChanged">
            <summary>
              Looks up a localized string similar to Occurs when node text is changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NE_Enabled">
            <summary>
              Looks up a localized string similar to Enable or disable the node editing..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NE_EnableOnDoubleClick">
            <summary>
              Looks up a localized string similar to Gets/sets the ability to enter edit mode by double clicking on a tree node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NE_EnableOnF2">
            <summary>
              Looks up a localized string similar to Gets/sets the ability to enter edit mode by pressing the &apos;F2&apos; key..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NE_EnableOnSingleClickWhenActive">
            <summary>
              Looks up a localized string similar to Gets/sets the ability to enter edit mode by a single click when the node is already active..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NE_InternalEditorCssClass">
            <summary>
              Looks up a localized string similar to Custom class merged with default CSS class, which will be assigned to the internal node editor DOM element..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_ActiveCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default active CSS class applied to all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_CssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default CSS class applied to all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_DisabledCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default disabled CSS class applied to all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_GroupCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default CSS class applied to all tree lists (UL)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_HolderCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default CSS class applied to all node list item (LI)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_HoverCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default hover CSS class applied to all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_ImageCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default CSS class applied to all node images..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_ImageToolTip">
            <summary>
              Looks up a localized string similar to This changes the image tooltip used on all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_ImageUrl">
            <summary>
              Looks up a localized string similar to This changes the image used on all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_LeafNodeImageToolTip">
            <summary>
              Looks up a localized string similar to This changes the image tooltip used on all leaf nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_LeafNodeImageUrl">
            <summary>
              Looks up a localized string similar to This changes the image used on all leaf nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_NavigateUrl">
            <summary>
              Looks up a localized string similar to This changes the navigate URL used for all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_ParentNodeImageToolTip">
            <summary>
              Looks up a localized string similar to This changes the image tooltip used on all parent nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_ParentNodeImageUrl">
            <summary>
              Looks up a localized string similar to This changes the image used on all parent nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_SelectedCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default selected CSS class applied to all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_NS_P_Target">
            <summary>
              Looks up a localized string similar to This changes the target used for all nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_AjaxIndicator">
            <summary>
              Looks up a localized string similar to Use this property to customize the client side AjaxIndicator. It is shown during asynchronous client side operations, like load on demand..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_AllowDrop">
            <summary>
              Looks up a localized string similar to Sets or gets a value that determines if nodes or other dragged data on the page can be dropped onto this DataTree..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_AnimationDuration">
            <summary>
              Looks up a localized string similar to Defines animation duration, which will be used for expanding or collapsing tree nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_AnimationEquationType">
            <summary>
              Looks up a localized string similar to Defines the animation equation type, which will be used for expanding or collapsing tree nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Auto postback flags allow the developer to configure automatic postbacks when some client side events are invoked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_CheckBoxMode">
            <summary>
              Looks up a localized string similar to Sets or gets a CheckBoxMode value that determines if check box selection is off, bi-state or tri-state mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_ClientEvents">
            <summary>
              Looks up a localized string similar to Contains properties that specify what javascript event handlers are called for various events on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_CollapseImageToolTip">
            <summary>
              Looks up a localized string similar to Gets or sets the ToolTip for the image that is displayed for the collapsible node indicator..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_DataLoadingMessage">
            <summary>
              Looks up a localized string similar to Specifies the text message to display when nodes are being fetched in an Ajax callback..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_DataLoadingMessageCssClass">
            <summary>
              Looks up a localized string similar to Specifies DataLoadingMessage css class..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_DataLoadingMessageTemplate">
            <summary>
              Looks up a localized string similar to An ITemplate object that will be applied as a template for the tree data loading message..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_DragDropSettings">
            <summary>
              Looks up a localized string similar to Customize the drag and drop behavior. You can customize the drag and drop cursor for each supported mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_DragMode">
            <summary>
              Looks up a localized string similar to Sets or gets value that determines if dragged nodes will be moved or copied. If the Default mode is used the nodes being dragged will be moved, but if Ctrl key is pressed while releasing the mouse button, a copy will be performed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_DropIndicator">
            <summary>
              Looks up a localized string similar to Customize the drop indicator that is displayed when a node is to be dropped between two nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableAjax">
            <summary>
              Looks up a localized string similar to Determines if Ajax callbacks will be used to fetch child nodes when a node is expanded..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableAutoChecking">
            <summary>
              Looks up a localized string similar to Sets or gets a boolean value that determines if child and parent nodes are automatically checked when a node is checked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableClientRendering">
            <summary>
              Looks up a localized string similar to Enables item rendering on the client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableConnectorLines">
            <summary>
              Looks up a localized string similar to Determines if connector lines will be drawn between related nodes of the tree..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableDragDrop">
            <summary>
              Looks up a localized string similar to Sets or gets a value that determines whether the tree drag and drop behavior is turnded on..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableDropInsertion">
            <summary>
              Looks up a localized string similar to When enabled, nodes can be dropped between other nodes in the tree as opposed to on top of them where they become child nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableExpandImages">
            <summary>
              Looks up a localized string similar to Determines if node expand images are to be rendered for the DataTree..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableExpandOnClick">
            <summary>
              Looks up a localized string similar to Determines if nodes can be expanded by clicking anywhere on them, as opposed to just on the expand images..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableExpandOnDrop">
            <summary>
              Looks up a localized string similar to Sets or gets a boolean value that determines if the node that you dropped over will auto expand after the drop operation is completed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableHotTracking">
            <summary>
              Looks up a localized string similar to Sets or gets a boolean value that determines if nodes can be hot tracked with the mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableSingleBranchExpand">
            <summary>
              Looks up a localized string similar to Sets or gets a boolean value that determines if only one node per level can be expanded at a time through the UI..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_EnableWordWrapping">
            <summary>
              Looks up a localized string similar to Sets or gets a boolean value that determines if node text should be wrapped or not..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_ExpandImageToolTip">
            <summary>
              Looks up a localized string similar to Gets or sets the ToolTip for the image that is displayed for the expandable node indicator..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_InitialDataBindDepth">
            <summary>
              Looks up a localized string similar to Sets or gets an integer value that determines how many levels of nodes will be data bound when the datatree is first displayed. The default value is -1 which signifies that all levels will be data bound..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_InitialExpandDepth">
            <summary>
              Looks up a localized string similar to Determines how many levels are automatically expanded when the DataTree is first displayed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_Key">
            <summary>
              Looks up a localized string similar to A string value used to uniquely identify a node within the DataTree Node hierarchy..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_MaxDataBindDepth">
            <summary>
              Looks up a localized string similar to Determines the maximum depth for hierarchical databinding.  (Default value: -1)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_MultipleSelectionType">
            <summary>
              Looks up a localized string similar to Define the tree nodes multiple selection type..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_NoDataMessage">
            <summary>
              Looks up a localized string similar to Specifies the text message to display when no nodes are returned from the server.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_NodeCheckBox">
            <summary>
              Looks up a localized string similar to Gets a reference to the ImageCheckBox associated with this DataTreeNode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_NodeEditing">
            <summary>
              Looks up a localized string similar to Contains properties that specify the node editing configuration of the tree..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_NodeIndent">
             <summary>
               Looks up a localized string similar to Gets or sets the indentation amount (in pixels) for the child nodes of the WebDataTree.
            The indentation is applied only when EnableConnectorLines is false..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_Nodes">
            <summary>
              Looks up a localized string similar to Collection of root nodes in the DataTree..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_NodeSettings">
            <summary>
              Looks up a localized string similar to Contains properties for Nodes that apply to all nodes unless a node overrides the value..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_NoNodesTemplate">
            <summary>
              Looks up a localized string similar to An ITemplate object that will be applied as a template for an empty tree..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_SelectionType">
            <summary>
              Looks up a localized string similar to Defines the tree nodes selection type..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DT_P_SingleBranchExpandLevel">
            <summary>
              Looks up a localized string similar to Gets or sets an int value that determines up to which sub level single branch expand is done..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_ActiveCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default Css Class for this node when it is active..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_CheckState">
            <summary>
              Looks up a localized string similar to Sets or gets the current CheckBoxState of the Node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_CssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default Css Class for this node.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_DisabledCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default Css Class for this node when it is disabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_Draggable">
            <summary>
              Looks up a localized string similar to Sets or gets a bool value that indicates whether this node is draggable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_Droppable">
            <summary>
              Looks up a localized string similar to Sets or gets a bool value that indicates whether this node can accept other nodes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_Editable">
            <summary>
              Looks up a localized string similar to Specifies if text editing for this node will be off, on or set by the global node editing property..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_Expanded">
            <summary>
              Looks up a localized string similar to When true, any children of this node are displayed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_HoverCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default Css Class for this node when it is hovered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_Selected">
            <summary>
              Looks up a localized string similar to Sets or gets the selected state of the node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_SelectedCssClass">
            <summary>
              Looks up a localized string similar to Custom class which is merged with default Css Class for this node when it is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LD_DTN_P_SelectedImageUrl">
            <summary>
              Looks up a localized string similar to Specifies the image url displayed when a node is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LDV_DT_P_CollapseImageToolTip">
            <summary>
              Looks up a localized string similar to Collapse {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DataTreeStrings.LDV_DT_P_ExpandImageToolTip">
            <summary>
              Looks up a localized string similar to Expand {0}.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.DialogWindowStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowAutoPostBackFlags_P_ClosedStateChange">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the change in closed state of dialog window..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowAutoPostBackFlags_P_MaximizedStateChange">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the change in maximized state of dialog window..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowAutoPostBackFlags_P_MinimizedStateChange">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the change in minimized state of dialog window..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowAutoPostBackFlags_P_Moved">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the change in location of dialog window triggered by user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowAutoPostBackFlags_P_PinnedStateChange">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the change in pinned state of dialog window..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowAutoPostBackFlags_P_Resized">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the change of size of dialog window triggered by user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowAutoPostBackFlags_P_WindowStateChange">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the change of WindowState..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_ClosedStateChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after control was closed or restored from closed state..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_ClosedStateChanging">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before closed state (shown or hidden) change..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_HeaderMouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when header html element gets mousedown event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_HeaderMouseOut">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when header html element gets mouse out event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_HeaderMouseOver">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when header html element gets mouseover event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_HeaderMouseUp">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when header html element gets mouseup event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_Loaded">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after all subobjects of control were initialized (first paint)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_MaximizedStateChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after control was maximized or restored from maximized state..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_MaximizedStateChanging">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before maximized state change..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_MinimizedStateChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after control was minimized or restored from minimized state..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_MinimizedStateChanging">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before minimized state change..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_Moved">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after control was dragged to another location..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_Moving">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called while control is dragging to another location..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_PinnedStateChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after control was pinned or unpinned..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_PinnedStateChanging">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before pinned or unpinned state change..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_Resized">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after control was resized..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_ResizerMouseOut">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when resizer html element gets mouseout event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_ResizerMouseOver">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when resizer html element gets mouseover event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_Resizing">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called while control is resizing..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_WindowStateChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after WindowState has changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowClientEvents_P_WindowStateChanging">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before WindowState changes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowHeader_P_MinimizedWidth">
            <summary>
              Looks up a localized string similar to Gets sets width of WebDialogWindow, when it is the minimized state..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyContentAreaCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located at the center of content pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyCornerBottomLeftCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located at the bottom left corner of content pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyCornerBottomRightCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located at the bottom right corner of content pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyCornerTopLeftCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located at the top left corner of content pane. That property has effect only when Header is hidden..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyCornerTopRightCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located at the top right corner of content pane. That property has effect only when Header is hidden..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyEdgeBottomCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located on the bottom center edge of content pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyEdgeLeftCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located on the left edge of content pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyEdgeRightCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located on the right edge of content pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_BodyEdgeTopCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located at the top center edge of content pane. That property has effect only when Header is hidden..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_HeaderContentCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located at the center of header. That property has effect only when Header is visible..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_HeaderCornerLeftCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located on the left edge of header. That property has effect only when Header is visible..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_DialogWindowRoundedCorners_P_HeaderCornerRightCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the TD which is located on the right edge of header. That property has effect only when Header is visible..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_E_Moved">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when end-user moved dialog..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_E_PinnedChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired after pinned state of dialog was changed by end user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_E_Resized">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when end-user resized dialog..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_E_StateChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when end-user changed state of dialog..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the auto postback options supported by WebDialogWindow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_ContentPane">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the body of WebDialogWindow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_DesignTimeMinimize">
            <summary>
              Looks up a localized string similar to This property is a DesignTime Only feature, that will minimized the control so that it doesn&apos;t take up screen space. Note: this property is not actually setting the WindowState to Minmize..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_Header">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the header of WebDialogWindow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_InitialLocation">
            <summary>
              Looks up a localized string similar to Gets sets the initial location of WebDialogWindow relative to window of browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_Left">
            <summary>
              Looks up a localized string similar to Gets set initial location of the left edge of control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_MaintainLocationOnScroll">
            <summary>
              Looks up a localized string similar to Gets sets ability to keep relative location of dialog while window is resized or scrolled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_Modal">
            <summary>
              Looks up a localized string similar to Gets or sets ability to prevent or to allow losing input focus by dialog&apos;s content..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_ModalBackgroundCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is used for background of page while control is in modal mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_ModalTabIndices">
             <summary>
               Looks up a localized string similar to Gets sets ability to disable tabIndex of html elements located outside of dialog in modal state.
            Notes for true:
            The tabIndex of html elements located outside of dialog are set to -1. They are restored when dialog gets hidden.
            Browser can be locked until logic ends.
            Notes for false:
            It is possible situation that the first Tab-key press may set focus to html element located outside dialog.
            To improve behavior on Tab-key, the TabIndex of child controls should be set to high values..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_Movable">
            <summary>
              Looks up a localized string similar to Gets sets ability to drag control by mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_Pinned">
            <summary>
              Looks up a localized string similar to Gets sets initial state of pinned state of WebDialogWindow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_Resizer">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the resizing features of WebDialogWindow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_RoundedCorners">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the resizing features of WebDialogWindow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_Top">
            <summary>
              Looks up a localized string similar to Gets set initial location of the top edge of control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_UseBodyAsParent">
             <summary>
               Looks up a localized string similar to Gets sets ability to use FORM as parent for dialog. If FORM is not found, then BODY is used.
            Notes for enabled:
            1. That property is not supported if WebDialogWindow is located in UpdatePanel.
            2. Do not use it if side effects occur.
            3. On client dialog will be removed from its original container and moved into FORM or BODY. That may help to keep dialog on top of other html elements.
            4. Since dialog will have different parent, it may appear at bottom of page. To ensure initial location, application may use Le [rest of string was truncated]&quot;;.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LD_WebDialogWindow_P_WindowState">
            <summary>
              Looks up a localized string similar to Gets sets initial state of WebDialogWindow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LS_DW_Close_AltText">
            <summary>
              Looks up a localized string similar to Close.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LS_DW_Maximize_AltText">
            <summary>
              Looks up a localized string similar to Maximize.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LS_DW_Minimize_AltText">
            <summary>
              Looks up a localized string similar to Minimize.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LS_DW_Pin_AltText">
            <summary>
              Looks up a localized string similar to Pin.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LS_DW_Restore_AltText">
            <summary>
              Looks up a localized string similar to Restore.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DialogWindowStrings.LS_DW_Unpin_AltText">
            <summary>
              Looks up a localized string similar to Unpin.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.DropDownStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_E_ItemAdded">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_E_ItemBound">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_E_ItemInserted">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_E_ItemRemoved">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_E_ItemsRequested">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_E_SelectionChanged">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_E_ValueChanged">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_AutoFilterQueryType">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_AutoFilterResultSize">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_AutoFilterSortOrder">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_AutoFilterTimeoutMs">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_AutoPostBack">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ClientEvents">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_CloseDropDownOnSelect">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_CurrentPage">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_CurrentValue">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_DisplayMode">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_DropDownAnimationsDuration">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_DropDownAnimationType">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_DropDownButton">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_DropDownContainerHeight">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_DropDownContainerWidth">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_DropDownItemBinding">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_DropDownOrientation">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EditorID">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableAutoCompleteFirstMatch">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableAutoFiltering">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableCachingOnClient">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableCaseSensitivity">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableClientFilteringOnly">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableClosingDropDownOnBlur">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableCustomValueSelection">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableLoadOnDemand">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableMultipleSelection">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnablePaging">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_EnableRightToLeftSupport">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_FooterTemplate">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_HeaderTemplate">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ItemActivated">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ItemDisabled">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ItemFullAddress">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ItemIndex">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ItemIsCustom">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_Items">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ItemSelected">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ItemText">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ItemValue">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_MultipleSelectionType">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_MultiSelectValueDelimiter">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_OffsetX">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_OffsetY">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_PageSize">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_PersistCustomValues">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_SelectedItem">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_SelectedItemIndex">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ShowDropDownButton">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_TextField">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ValueDisplayType">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ValueField">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.DropDownStrings.LD_P_ValueListMaxHeight">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.ExplorerBarStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_EB_APF_P_ItemClick">
            <summary>
              Looks up a localized string similar to Gets or sets auto postback options applied to item click event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_EB_APF_P_ItemSelected">
            <summary>
              Looks up a localized string similar to Gets or sets auto postback options applied to item selected event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_EB_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Auto postback flags allow the developer to configure automatic postbacks when some client side events are invoked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemClick">
            <summary>
              Looks up a localized string similar to This event is fired, after a click on an item occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemCollapsed">
            <summary>
              Looks up a localized string similar to This event is fired, after an item is collapsed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemCollapsing">
            <summary>
              Looks up a localized string similar to This event is fired, before an item collapses..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemExpanded">
            <summary>
              Looks up a localized string similar to This event is fired, after an item is expanded..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemExpanding">
            <summary>
              Looks up a localized string similar to This event is fired, before an item expands..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemHovered">
            <summary>
              Looks up a localized string similar to This event is fired, after an item is hovered with the mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemPopulated">
            <summary>
              Looks up a localized string similar to This event is fired, after an item fetch its child nodes from the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemPopulating">
            <summary>
              Looks up a localized string similar to This event is fired, before an item fetch its child nodes from the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemSelected">
            <summary>
              Looks up a localized string similar to This event is fired, after a change in the selection occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemSelecting">
            <summary>
              Looks up a localized string similar to This event is fired, before a change in the selection occur..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CE_ItemUnHovered">
            <summary>
              Looks up a localized string similar to This event is fired, after an item is unhovered with the mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CLPSB_P_HoverImageUrl">
            <summary>
              Looks up a localized string similar to Gest or sets the hover Image URL for the collapse button..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_CLPSB_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Gets or sets the Image URL for the collapse button..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_E_GroupBound">
            <summary>
              Looks up a localized string similar to Occurs when a group item is bound on the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_E_ItemBound">
            <summary>
              Looks up a localized string similar to Occurs when an item is bound on the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_E_ItemClick">
            <summary>
              Looks up a localized string similar to Occurs when a ExplorerBarGroup or ExplorerBarItem is clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_E_ItemSelected">
            <summary>
              Looks up a localized string similar to Occurs when a ExplorerBarGroup or ExplorerBarItem is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_EXPB_P_HoverImageUrl">
            <summary>
              Looks up a localized string similar to Gest or sets the hover Image URL for the expand button..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_EXPB_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Gets or sets the Image URL for the expand button..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_G_P_GroupContentsHeight">
            <summary>
              Looks up a localized string similar to Define a fixed height for this group. If not set the default GroupContentsHeight for the control will be used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_NIB_ImageUrlField">
            <summary>
              Looks up a localized string similar to Gets or sets the field that will be used to bind ImageUrl property..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_AnimationDuration">
            <summary>
              Looks up a localized string similar to Gets sets duration of animation effect in milliseconds..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_AnimationEquationType">
            <summary>
              Looks up a localized string similar to Defines the animation equation type, which will be used for expanding or collapsing groups and items..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_BehaveMode">
            <summary>
              Looks up a localized string similar to Select the expand behaviour for all group items..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_ClientEvents">
            <summary>
              Looks up a localized string similar to Contains properties that specify what javascript event handlers are called for various events on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_CollapseButton">
            <summary>
              Looks up a localized string similar to Customize collapse button images and alt text..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_DataBindings">
            <summary>
              Looks up a localized string similar to Get a collection of data bindings..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_DataSourceID">
            <summary>
              Looks up a localized string similar to Gets or sets the data source ID..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_EnableExpandImages">
            <summary>
              Looks up a localized string similar to Gets or sets whether the control should render default expand images..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_EnableHotTracking">
            <summary>
              Looks up a localized string similar to Enables dynamic style changing when the mouse is over an item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_EnableSelection">
            <summary>
              Looks up a localized string similar to Enables item selection. Single select is supported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_ExpandButton">
            <summary>
              Looks up a localized string similar to Customize expand button images and alt text..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_ExpandMode">
            <summary>
              Looks up a localized string similar to Select the expand mode for the individual group items..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_GroupContentsHeight">
            <summary>
              Looks up a localized string similar to Define a fixed group height for each group..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_Groups">
            <summary>
              Looks up a localized string similar to Gets the Web Explorer Bar groups..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_ImageAltText">
            <summary>
              Looks up a localized string similar to Specify alternate text for the image referenced in ImageUrl property..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_ImageButtonExpandedUrl">
            <summary>
              Looks up a localized string similar to Location of the expanded image URL..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_ImageButtonPressedUrl">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_InitialDataBindDepth">
            <summary>
              Looks up a localized string similar to Sets or gets an integer value that determines how many levels of items will be data bound when the explorer bar is first displayed. The default value is -1 which signifies that all levels will be data bound..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_ItemIndent">
            <summary>
              Looks up a localized string similar to Gets or sets the indentation in pixles of an item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_MaxGroupHeight">
            <summary>
              Looks up a localized string similar to Gets or sets the maximum height of a group. A scroll bar will be shown when the real height is greater than the current value..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_SelectedItem">
            <summary>
              Looks up a localized string similar to Gets or sets the currently selected item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEB_P_TemplateId">
            <summary>
              Looks up a localized string similar to Gets or sets the item template id..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_ActiveCssClass">
            <summary>
              Looks up a localized string similar to Specifies the name of the CSS Class for this item when it is active..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_CssClass">
            <summary>
              Looks up a localized string similar to Specifies the name of the CSS Class for this item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_DisabledCssClass">
            <summary>
              Looks up a localized string similar to Specifies the name of the CSS Class for this item when it is disabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_Expanded">
            <summary>
              Looks up a localized string similar to Gets or sets whether this item is expanded..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_HoverCssClass">
            <summary>
              Looks up a localized string similar to Specifies the name of the CSS Class for this item when it is hovered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_ImageToolTip">
            <summary>
              Looks up a localized string similar to Gets or sets the item image tool tip..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Gets or sets the image URL..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_NavigateUrl">
            <summary>
              Looks up a localized string similar to Gets or sets the navigate URL..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_Selected">
            <summary>
              Looks up a localized string similar to Gets or sets whether this item is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_SelectedCssClass">
            <summary>
              Looks up a localized string similar to Specifies the name of the CSS Class for this item when it is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_Target">
            <summary>
              Looks up a localized string similar to Gets or sets the url target..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_Text">
            <summary>
              Looks up a localized string similar to Gets or sets the text of an item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_ToolTip">
            <summary>
              Looks up a localized string similar to Gets or sets the item tool tip..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LD_WEBI_P_Value">
            <summary>
              Looks up a localized string similar to Gets or sets the value of an item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LS_WEB_CLPSB_DefaultImageAlt">
            <summary>
              Looks up a localized string similar to Collapse button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExplorerBarStrings.LS_WEB_EXPB_DefaultImageAlt">
            <summary>
              Looks up a localized string similar to Expand button.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.ExporterStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.EE_CONTROL_NOT_SUPPORTED_EXCEPTION">
            <summary>
              Looks up a localized string similar to Excel Exporter supports only WebDataGrid and WebHierarchicalDataGrid. You are trying to export {0}..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.EE_GridsRowSpacing_Range_Exception">
            <summary>
              Looks up a localized string similar to GridsRowSpacing must be greater or equal to zero..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LC_Appearance">
            <summary>
              Looks up a localized string similar to Appearance.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LC_Behaviour">
            <summary>
              Looks up a localized string similar to Behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_BeginExport">
            <summary>
              Looks up a localized string similar to Fires when the exporter begins the export process..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_CellExported">
            <summary>
              Looks up a localized string similar to Fired after the cell has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_CellExporting">
            <summary>
              Looks up a localized string similar to Fires before a cell is exported. This event can be cancelled to stop the cell being exported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_EndExport">
            <summary>
              Looks up a localized string similar to Fires after the exporter has finished exporting the grid to the report..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_Exported">
            <summary>
              Looks up a localized string similar to Fires after a document is exported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_Exporting">
            <summary>
              Looks up a localized string similar to Fires before a document is exported. This event can be cancelled to stop the document export..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_FooterCellExported">
            <summary>
              Looks up a localized string similar to Fired after the footer cell has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_FooterCellExporting">
            <summary>
              Looks up a localized string similar to Fired before a footer cell is exported. This event can be cancelled to stop the footer cell from being exported to the document..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_FooterRowExported">
            <summary>
              Looks up a localized string similar to Fired after a footer row has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_FooterRowExporting">
            <summary>
              Looks up a localized string similar to Fired before a footer row is exported. This event can be cancelled to stop the footer from being exported to the document..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_GridFieldCaptionExported">
            <summary>
              Looks up a localized string similar to Fires after a GridFieldCaption has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_GridFieldCaptionExporting">
            <summary>
              Looks up a localized string similar to Fires before a GridFieldCaption is exported.  This event can be cancelled to stop the caption from being exported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_GridRecordItemExported">
            <summary>
              Looks up a localized string similar to Fires after a GridRecordItem (a cell) has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_GridRecordItemExporting">
            <summary>
              Looks up a localized string similar to Fires before a GridRecordItem (a cell) is exported.  This event can be cancelled to stop the cell from being exported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_HeaderCellExported">
            <summary>
              Looks up a localized string similar to Fired after the header cell has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_HeaderCellExporting">
            <summary>
              Looks up a localized string similar to Fired before a header cell is exported. This event can be cancelled to stop the header cell from being exported to the document..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_HeaderRowExported">
            <summary>
              Looks up a localized string similar to Fired after a header row has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_HeaderRowExporting">
            <summary>
              Looks up a localized string similar to Fired before a header row is exported. This event can be cancelled to stop the header from being exported to the document..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_InitializeRow">
            <summary>
              Looks up a localized string similar to Fires before the export of each row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_RowExported">
            <summary>
              Looks up a localized string similar to Fires after the row has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_RowExporting">
            <summary>
              Looks up a localized string similar to Fires before the row elements in the document are created. This event can be cancelled to stop the row being exported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_SummaryCellExported">
            <summary>
              Looks up a localized string similar to Fires after a Summary cell has finished exporting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_E_SummaryCellExporting">
            <summary>
              Looks up a localized string similar to Fires before a Summary cell is exported.  This event can be cancelled to stop the cell from being exported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_EE_E_CellExported">
            <summary>
              Looks up a localized string similar to Occurs when cell exporting is complete..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_EE_E_CellExporting">
            <summary>
              Looks up a localized string similar to Occurs before cell exporting start..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_EE_E_Exported">
            <summary>
              Looks up a localized string similar to Occurs when exporting is complete..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_EE_E_Exporting">
            <summary>
              Looks up a localized string similar to Occurs before the exporting start..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_EE_E_RowExported">
            <summary>
              Looks up a localized string similar to LD_EE_E_RowExported.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_EE_E_RowExporting">
            <summary>
              Looks up a localized string similar to Occurs before row exporting start..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_EE_P_GridsRowSpacing">
            <summary>
              Looks up a localized string similar to Determines how many rows will be inserted between multiple grids when they are exported on a single worksheet. The default value is 1..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_Aboutgetreturn">
            <summary>
              Looks up a localized string similar to Displays the about dialog.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_AutoSize">
            <summary>
              Looks up a localized string similar to Determines whether document rows and columns will be automatically resized to display contents of grid cells or if grid contents should be cropped..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_CustomFont">
            <summary>
              Looks up a localized string similar to When set, overrides the calculated Font from styles , and uses this one in order to style all text in the report..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_DataExportMode">
            <summary>
              Looks up a localized string similar to Determines whether the grid will export the entire set of data if the grid has paging or LoadOnDemand enabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_DisableCellValueFormatting">
            <summary>
              Looks up a localized string similar to Disables formatting of the cell value when grid BoundDataField has DataFormatString specified..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_DownloadName">
            <summary>
              Looks up a localized string similar to Filename given to the document downloaded to the browser during export..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_EmbeddedFontDirectory">
            <summary>
              Looks up a localized string similar to Provides the path to a directory containing the files for fonts that should be included in the document but aren&apos;t installed on the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_EmbedFonts">
            <summary>
              Looks up a localized string similar to Determines whether or not font files should be embedded in the document..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_EnableStylesExport">
            <summary>
              Looks up a localized string similar to Determines whether grid styles will be exported. This option is turned-on by default..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_ExportMode">
            <summary>
              Looks up a localized string similar to Determines what export behavior the control takes automatically when Export has been called..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_ExportResources">
            <summary>
              Looks up a localized string similar to Contains information about external resources like fonts that are needed for the export..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_Format">
            <summary>
              Looks up a localized string similar to Determines whether to save the report as a PDF or XPS or plain text document..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_Margins">
            <summary>
              Looks up a localized string similar to Sets the size of the margins of the section that the grid is being exported to..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_MaxExportLevel">
            <summary>
              Looks up a localized string similar to Sets the maximum child level that will be exported for a WebHierarchicalDataGrid.  -1 will export all levels (as DataExportMode allows).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_TargetPaperOrientation">
            <summary>
              Looks up a localized string similar to Sets whether the section that the grid is exported to should have landscape or portrait paper orientation..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_TargetPaperSize">
            <summary>
              Looks up a localized string similar to Sets the size of the page that the grid will be exported to..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LD_P_WorkbookFormat">
            <summary>
              Looks up a localized string similar to Determines the format of the exported excel file..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.LE_InvalidOperation_Sealed">
            <summary>
              Looks up a localized string similar to Instance is sealed!.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RE_BackgroundSupportException">
            <summary>
              Looks up a localized string similar to This ReportElement type does not support backgrounds.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RE_BordersSupportException">
            <summary>
              Looks up a localized string similar to This ReportElement type does not support borders.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RE_HeightSupportException">
            <summary>
              Looks up a localized string similar to This ReportElement type does not support height.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RE_MarginsSupportException">
            <summary>
              Looks up a localized string similar to This ReportElement type does not support margins.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RE_PaddingSupportException">
            <summary>
              Looks up a localized string similar to This ReportElement type does not support padding.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RE_StyleSupportException">
            <summary>
              Looks up a localized string similar to This ReportElement type does not support style.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RE_WidthSupportException">
            <summary>
              Looks up a localized string similar to This ReportElement type does not support width.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RW_AddCellToRowException">
            <summary>
              Looks up a localized string similar to Can only add a Cell to a Row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RW_AddGroupByAreaException">
            <summary>
              Looks up a localized string similar to Can only add a GroupByArea to a Table.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RW_AddOnlyContentToCell">
            <summary>
              Looks up a localized string similar to Can only add Content to a Cell.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ExporterStrings.RW_AddRowException">
            <summary>
              Looks up a localized string similar to Can only add a Row to a Table.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.FxStrings_runtime">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_DataReaderDeletingNotSupport">
            <summary>
              Looks up a localized string similar to The Data Reader does not support deleting records..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_DataReaderInsertingNotSupport">
            <summary>
              Looks up a localized string similar to The Data Reader does not support inserting records..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_DataReaderUpdatingNotSupport">
            <summary>
              Looks up a localized string similar to The Data Reader does not support updating record values..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_DataReaderUpdatingRecordNotSupport">
            <summary>
              Looks up a localized string similar to The Data Reader does not support updating record values.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_DataSourceDeletesNotSupported">
            <summary>
              Looks up a localized string similar to Original data source does not support deletes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_DataSourceEmpty">
            <summary>
              Looks up a localized string similar to DataSource is empty. Can not determine data item type..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_DataSourceInsertNotSupported">
            <summary>
              Looks up a localized string similar to Original data source does not support inserts..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_DataSourceUpdatesNotSupported">
            <summary>
              Looks up a localized string similar to Original data source does not support updates..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_ItemNotCreated">
            <summary>
              Looks up a localized string similar to Can not create data item. Type {0} does not contain parameterless constructor..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_ItemNotFound">
            <summary>
              Looks up a localized string similar to Data item is not found..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DA_EX_ItemTypeNotSpecified">
            <summary>
              Looks up a localized string similar to Can not determine data item Type..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.DB_EX_ConvertTypeNull">
            <summary>
              Looks up a localized string similar to The type to convert to cannot be null..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings_runtime.FX_DR_FilterIncorrect">
            <summary>
              Looks up a localized string similar to RowFilter is incorrect..
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.HierarchicalDataBoundControlMainString">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataBoundControlMainString.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataBoundControlMainString.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataBoundControlMainString.LD_HDBCM_P_DataMember">
            <summary>
              Looks up a localized string similar to Gets or sets a string value that identifies a particular data member of the DataSource property that is to be used to enumerate the data during a DataBind operation..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataBoundControlMainString.LD_HDBCM_P_RootDataMember">
            <summary>
              Looks up a localized string similar to Sets or gets the name of the root data member..
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.EX_DataViewNotFound">
            <summary>
              Looks up a localized string similar to DataView {0} not found in collection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.EX_DataViewSourceNotSpecified">
            <summary>
              Looks up a localized string similar to DataView has no DataSourceID or DataSource set..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.EX_DifferentNumberParentChildColumns">
            <summary>
              Looks up a localized string similar to Different number of parent and child columns in DataRelation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.EX_InvalidDataRelation">
            <summary>
              Looks up a localized string similar to {0} contains invalid DataRelation, DataView {1} does not exists.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.EX_NoDataViewAdded">
            <summary>
              Looks up a localized string similar to No DataViews have been added to the WebHierarchicalDataSource control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.LD_WHDS_P_RootDataViewID">
            <summary>
              Looks up a localized string similar to The value of the DataView ID that will serve as a root for the hierarchical datasource control. If not specified, the first DataView is used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.HierarchicalDataSourceStrings.WebHierarchicalDataSource_ViewStateLoaded">
            <summary>
              Looks up a localized string similar to This event will be raised after WebHierarchicalDataSource loads its view state..
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.MonthCalendarStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarAutoPostBackFlags_SelectionChanged">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to selection change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarAutoPostBackFlags_VisibleMonthChanged">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to visible month change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_Blur">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when control gets blur (lost focus) event of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_Focus">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when control gets focus event of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_KeyDown">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called on keydown event of a browser.
            Action triggered by that event can be canceled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_ListAnimationStopped">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after animation of list of months, years or year groups was stopped.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_ListClosed">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after list of months, years or year groups was closed.
            Update action from list-selection can be canceled.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_ListClosing">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before list of months, years or year groups is closed.
            Close-list action can be canceled only if item was selected in list of months or years.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_ListOpened">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after list of months, years or year groups was opened or list of years was updated with next range.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_ListOpening">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before list of months, years or year groups is opened or list of years is updated with next range.
            Open-list action can be canceled.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_MouseDown">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called on mousedown event of a browser.
            The returned value by sender.idFromMouse(eventArgs.get_browserEvent()) can be used to check id of element under mouse.
            Action triggered by that event can be canceled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_MouseOut">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when active element in calendar gets mouse-out event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_MouseOver">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when active element in calendar gets mouse-over event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_RenderDay">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when a day in month is rendered.
            Rendering can be modified using properties of eventArgs.
            Default rendering can be canceled and application can implement custom rendering..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_SelectionChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after selected date was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_SelectionChanging">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before selected date is changed.
            Action can be canceled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_VisibleMonthChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after visible month was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarClientEvents_VisibleMonthChanging">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before visible month is changed.
            Action can be canceled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_DayCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a day of the month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_DayOfTheWeekCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a day header.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_DisabledDayCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a day which is outside of minimum or maximum dates or a disabled custom day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_DropDownListCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders area of drop-down list of years and months.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_FocusDayCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a selected day when control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_FooterCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a footer.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_HeaderCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders title.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_HoverDayCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a day of the month while mouse-over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_HoverFooterCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a footer while mouse-over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_HoverListItemCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to an item in drop-down list of months or years while mouse over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_HoverMonthYearCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to month and year labels while mouse over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_HoverNextPrevButtonCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to buttons which allow navigation to next and previous months while mouse-over.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_ListItemCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to an item in drop-down list of months or years.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_MonthYearCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to month and year labels.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_NextPrevButtonCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to buttons which allow navigation to next and previous months.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_OtherMonthDayCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a day which belongs to next or previous month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_PressedFooterCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a footer in pressed state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_PressedMonthYearCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to pressed month and year labels.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_PressedNextPrevButtonCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to pressed buttons which allow navigation to next and previous months.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_SelectedDayCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a selected day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_SelectedListItemCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to selected item in drop-down list of months or years.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_TodayDayCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders the today day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_WeekendDayCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a weekend day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCssClasses_WeekNumberCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to html element which renders a week number.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCustomDay_CssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class for custom day.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCustomDay_Day">
             <summary>
               Looks up a localized string similar to Gets sets day of month of custom day.
            If value is set to 0, then custom day is applied for all days in month..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCustomDay_DayOfWeek">
             <summary>
               Looks up a localized string similar to Gets sets day of the week of custom day.
            If value is set to None, then custom day is applied for all days of week..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCustomDay_Disabled">
             <summary>
               Looks up a localized string similar to Gets set for disabled state of custom day.
            The day is rendered as disabled and it can not be selected..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCustomDay_Month">
             <summary>
               Looks up a localized string similar to Gets sets month of custom day.
            If value is set to 0, then custom day is applied for all months..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCustomDay_Text">
             <summary>
               Looks up a localized string similar to Gets sets text for custom day.
            If value may contains the &quot;{0}&quot;, then that substring is replaced by the day of the month.
            Value may contain html tags..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCustomDay_Year">
             <summary>
               Looks up a localized string similar to Gets sets year of custom day.
            If value is set to 0, then custom day is applied for all years..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarCustomDays_Item">
            <summary>
              Looks up a localized string similar to Gets sets reference to custom day at particular index.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_NextRange">
             <summary>
               Looks up a localized string similar to Gets sets list of key actions which will display next range of years or year groups.
            If list of year groups was opened, then the next page of year groups will be displayed. If list of years was opened, then the next page of years will be displayed. If list of months was opened, then the year will be incremented..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_OpenListOfMonths">
            <summary>
              Looks up a localized string similar to Gets sets list of key actions which will open drop-down list of months..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_OpenListOfYearGroups">
            <summary>
              Looks up a localized string similar to Gets sets list of key actions which will open drop-down list of year groups..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_OpenListOfYears">
            <summary>
              Looks up a localized string similar to Gets sets list of key actions which will open drop-down list of years..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_OpenNextList">
             <summary>
               Looks up a localized string similar to Gets sets list of key actions which will open next drop-down list.
            If there was no list opened, then the list of months will be opened. If list of months was opened, then list of years will be opened. If list of years was opened, then list of year groups will be opened..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_OpenPreviousList">
             <summary>
               Looks up a localized string similar to Gets sets list of key actions which will open previous drop-down list.
            If list of year groups was opened, then the list of years will be opened. If list of years was opened, then list of months will be opened. If list of months was opened, then list is closed..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_PreviousRange">
             <summary>
               Looks up a localized string similar to Gets sets list of key actions which will display previous range of years or year groups.
            If list of year groups was opened, then the previous page of year groups will be displayed. If list of years was opened, then the previous page of years will be displayed. If list of months was opened, then the year will be decremented..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_SelectToday">
            <summary>
              Looks up a localized string similar to Gets sets list of key actions which will select today date..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarHotKeys_P_ShowToday">
            <summary>
              Looks up a localized string similar to Gets sets list of key actions which will show month with today date..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarWeekendDays_DayOfWeek1">
            <summary>
              Looks up a localized string similar to Gets sets day of the week which is rendered with WeekendDay css class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_CalendarWeekendDays_DayOfWeek2">
            <summary>
              Looks up a localized string similar to Gets sets day of the week which is rendered with WeekendDay css class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_E_SelectedDateChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when selected date in calendar was changed on client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_E_VisibleMonthChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when visible month was changed on client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_AllowNull">
             <summary>
               Looks up a localized string similar to Gets sets ability to unselect a date in the calendar.
            Note: selection can be toggled by mouse-down with combination of Ctrl key..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the auto postback options supported by WebMonthCalendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_CellSpacing">
            <summary>
              Looks up a localized string similar to Gets sets spacing between cells of days in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_ChangeMonthToDateClicked">
            <summary>
              Looks up a localized string similar to Gets sets ability to change the displayed month when a day located on the next or previous month was selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_CssClasses">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to custom css classes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_Culture">
             <summary>
               Looks up a localized string similar to Gets sets the CultureInfo object used by the control.
            If value is not set, then the System.Threading.Thread.CurrentThread.CurrentCulture is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_CustomDays">
            <summary>
              Looks up a localized string similar to Gets reference to collection of custom days.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_DayNameFormat">
            <summary>
              Looks up a localized string similar to Gets sets format of text strings that represent days of the week: full, short, 2 letters, 1 letter..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_DropDownMonthColumns">
            <summary>
              Looks up a localized string similar to Gets sets number of columns in the drop-down list of months. Range of values: 1-4..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_DropDownYearColumns">
            <summary>
              Looks up a localized string similar to Gets sets number of columns in the drop-down list of years. Range of values: 1-8..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_DropDownYearRows">
            <summary>
              Looks up a localized string similar to Gets sets number of rows in the drop-down list of years. Range of values: 1-30..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_EnableMonthDropDown">
             <summary>
               Looks up a localized string similar to Gets sets ability to show drop-down list of months on month-label click or on hot keys.
            If ShowHeader is false, then list can be opened by hot keys.
            If ShowHeader is false and VisibleDayNames is None, then drop-down list is not supported..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_EnableWeekNumbers">
             <summary>
               Looks up a localized string similar to Gets sets an option to show week numbers.
            If that property is enabled, then week rule is defined by WeekRule property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_EnableWeekSelection">
             <summary>
               Looks up a localized string similar to Gets sets an option to draw all days in a week as selected, when a day in that week is selected.
            If that property and the EnableWeekNumbers are both enabled, then mouse click on week number will select first day in a week..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_EnableYearDropDown">
             <summary>
               Looks up a localized string similar to Gets sets ability to show drop-down list of years on year-label click or on hot keys.
            If ShowHeader is false, then list can be opened by hot keys.
            If ShowHeader is false and VisibleDayNames is None, then drop-down list is not supported..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_EnableYearGroupDropDown">
             <summary>
               Looks up a localized string similar to Gets sets ability to show drop-down list of year groups.
            Note: list of year groups may appear only on corresponding hot key actions.
            Size of group is defined by number of years in drop-down list of years..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_FirstDayOfWeek">
            <summary>
              Looks up a localized string similar to Gets sets first day of the week: Sunday, Monday, etc..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_Focusable">
             <summary>
               Looks up a localized string similar to Gets sets an ability to get focus.
            Note: If header, footer and days of the week are hidden, then focus and keyboard are not supported..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_FooterContent">
             <summary>
               Looks up a localized string similar to Gets sets content of footer.
            If value contains format string like &quot;{0:d}&quot;, then that value formatted to today-date.
            Value may contain html tags..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_FooterContent_Default">
            <summary>
              Looks up a localized string similar to Today: {0:d}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_HideOtherMonthDays">
             <summary>
               Looks up a localized string similar to Gets sets an option to hide day numbers in day-cells that belong to previous and next months.
            If that property is enabled, then the ChangeMonthToDateClicked has no effect..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_HotKeys">
             <summary>
               Looks up a localized string similar to Gets reference to container of properties related to hot keys used by WebMonthCalendar.
            A key should contain an English letter, or a digit, or 2/3-digit key-code used by browser&apos;s keydown events, or a predifined flag such as HOME, DOWN, UPARROW, etc.
            Keys should be separated by the Coma character.
            Each value may contain optional modifiers such as Shift, Ctrl or Alt with optional + or Space separator.
            Example: &quot;Shift+A,Up Ctrl,Shift+Space,F2&quot;..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_ListAnimation">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to animation used for drop-down lists of WebMonthCalendar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_MaxDate">
            <summary>
              Looks up a localized string similar to Gets sets maximum date that can be selected in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_MinDate">
            <summary>
              Looks up a localized string similar to Gets sets minimum date that can be selected in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_NextMonthButton">
            <summary>
              Looks up a localized string similar to  Gets reference to container for properties that are related to the next-month button of calendar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_NextPrevFormat">
             <summary>
               Looks up a localized string similar to Gets sets format of text strings that appear on the active areas of the calendar that allow to increment and decrement the displayed month.
            Note: If value is set to CustomText, then the Text property of Next/PreviousMonthButton is used.
            If the Text property is not set, then the default images igmc_prev*.gif and igmc_next*.gif are used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_PreviousMonthButton">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the previous-month button of calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_ReadOnly">
            <summary>
              Looks up a localized string similar to Gets sets ability to change the selected date in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_SelectedDate">
            <summary>
              Looks up a localized string similar to Gets sets selected date in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_SelectionType">
            <summary>
              Looks up a localized string similar to Gets sets selection type such as single day, single week, multiple days..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_ShowFooter">
            <summary>
              Looks up a localized string similar to Gets sets visibility of the footer area in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_ShowHeader">
            <summary>
              Looks up a localized string similar to Gets sets visibility of the text string in the calendar that shows the displayed month and year.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_ShowNextPrevMonth">
            <summary>
              Looks up a localized string similar to Gets sets visibility of the active areas in the calendar that allow you to increment and decrement the displayed month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_TitleFormat">
             <summary>
               Looks up a localized string similar to Gets sets configuration of month and year labels/buttons located in the title.
            Notes: In case of MonthAndYear the month and year will appear as 2 separate labels, otherwise, a single label is used.
            If drop-down lists are enabled, then corresponding month and year labels will behave as buttons with support of normal, mouse-over and pressed states.
            Appearance of labels is defined by css classes..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_VisibleDayNames">
            <summary>
              Looks up a localized string similar to Gets sets visibility of the text strings that represent days of the week: all, only week-days, none..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_VisibleMonth">
            <summary>
              Looks up a localized string similar to Gets sets currently displayed month and year in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_WeekendDays">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to days of the week which are rendered with WeekendDay css style.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_WeekNumberLabel">
            <summary>
              Looks up a localized string similar to Gets sets a label which is displayed in column header of week numbers.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LD_WebMonthCalendar_P_WeekRule">
             <summary>
               Looks up a localized string similar to Gets sets rule for week numbers.
            Note: If the EnableWeekNumbers is disabled, then that property has no effect..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LS_CalendarCustomDay_AllDays">
            <summary>
              Looks up a localized string similar to All Days.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LS_WebMonthCalendar_NextMonth_AltText">
            <summary>
              Looks up a localized string similar to Next Month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings.LS_WebMonthCalendar_PrevMonth_AltText">
            <summary>
              Looks up a localized string similar to Previous Month.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.MonthCalendarStrings_runtime">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings_runtime.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings_runtime.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings_runtime.LS_CalendarAutoPostBackFlags_ValidationGroupException">
            <summary>
              Looks up a localized string similar to Coma and quot characters are not supported by ValidationGroup.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.MonthCalendarStrings_runtime.LS_CalendarCssClasses_CssValueException">
            <summary>
              Looks up a localized string similar to The value for property should not contain Coma and Quote characters.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.NavItem">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NI_P_Enabled">
            <summary>
              Looks up a localized string similar to Indicates enabled or disabled state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NI_P_ImageToolTip">
            <summary>
              Looks up a localized string similar to ToolTip text to be rendered as ALT attribute for the Image (used with ImageUrl property).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NI_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Indicates relative or absolute URL for image that will be used as an icon.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NI_P_Key">
            <summary>
              Looks up a localized string similar to Set or gets a string value that can be used to uniquely identify an element, independant of its Text or Value properties.  The Key property can be bound to a DataSource field using the NodeBinding.KeyField property setting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NI_P_NavigateUrl">
            <summary>
              Looks up a localized string similar to Sets or Gets the URL to navigate after clicking on element / or hitting ENTER with keyboard.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NI_P_Target">
            <summary>
              Looks up a localized string similar to Sets or Gets the Target to be used with NavigateURL. .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NI_P_Text">
            <summary>
              Looks up a localized string similar to Text to be assigned and rendered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NI_P_ToolTip">
            <summary>
              Looks up a localized string similar to ToolTip text to be displayed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NIB_P_DefaultText">
            <summary>
              Looks up a localized string similar to Returns or sets a string value that is used to populate the Text property of an Item or Node..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NIB_P_NavigateUrlFields">
            <summary>
              Looks up a localized string similar to Sets or gets a string value that specifies which Field in the DataSource will be bound to the NavigateUrl property of the Item or Node object..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NIB_P_NavigateUrlFormatString">
            <summary>
              Looks up a localized string similar to Returns or sets a string value that is used to format the NavigateUrl property of a Node when the Node is being databound..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NIB_P_TargetField">
            <summary>
              Looks up a localized string similar to Sets or gets a string value that specifies which Field in the DataSource will be bound to the NavigateTarget property of the Item or Node object..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NIB_P_TextField">
            <summary>
              Looks up a localized string similar to Sets or gets a string value that specifies which Field in the DataSource will be bound to the Text property of the Item or Node object..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NIB_P_TextFormatString">
            <summary>
              Looks up a localized string similar to Sets or gets a string value that is used to format the text value of each Item or Node as it is bound to the DataSource..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NIB_P_ToolTipField">
            <summary>
              Looks up a localized string similar to Sets or gets a string value that specifies which Field in the DataSource will be bound to the ToolTip property of the Item or Node object..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LD_NIB_P_ValueField">
            <summary>
              Looks up a localized string similar to Sets or gets a string value that specifies which Field in the DataSource will be bound to the Value property of the Item or Node object..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.LE_NC_TemplateNotFoundExcaption">
            <summary>
              Looks up a localized string similar to Template not found: {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.WebBinding_DataMember">
            <summary>
              Looks up a localized string similar to Returns or sets a string value that identifies the xml tag within the datasource that the node or item is bound to..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.WebBinding_Depth">
            <summary>
              Looks up a localized string similar to Sets or gets an integer value that determines the level depth to which this NodeBinding applies.  This NodeBinding will have no effect on Xml elements at other levels within the data source..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.NavItem.WebBinding_KeyField">
            <summary>
              Looks up a localized string similar to Sets or gets a string value that specifies which Field in the DataSource will be bound to the Key property
            of the Item or Node object..
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.ProgressBarStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LC_Animation">
            <summary>
              Looks up a localized string similar to Animation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LC_Label">
            <summary>
              Looks up a localized string similar to Label.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LC_ToolTip">
            <summary>
              Looks up a localized string similar to The tooltip displayed when the mouse is over the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_Click">
            <summary>
              Looks up a localized string similar to Event fired when the progressbar is clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_ClientEvents">
            <summary>
              Looks up a localized string similar to Client-side event handlers. Use this property to define handlers for client-side events..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_DoubleClick">
            <summary>
              Looks up a localized string similar to Event fired when the progressbar is double clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_Max">
            <summary>
              Looks up a localized string similar to max.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_Min">
            <summary>
              Looks up a localized string similar to min.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_MouseOut">
            <summary>
              Looks up a localized string similar to Event fired when the mouse leaves the progressbar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_MouseOver">
            <summary>
              Looks up a localized string similar to Event fired when the mouse enters the progressbar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_AnimationDuration">
            <summary>
              Looks up a localized string similar to Duration of each animation in milliseconds..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_AnimationThreshold">
            <summary>
              Looks up a localized string similar to Cutoff value for the minimum change that will trigger an animation.  A value of -1 will result in no animation..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_AnimationType">
            <summary>
              Looks up a localized string similar to The equation used to animate the progress bar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_FillDirection">
            <summary>
              Looks up a localized string similar to The direction that the progress bar will fill..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_FillMode">
            <summary>
              Looks up a localized string similar to Mode of displaying the fill image.  With Expose the fill image will remain stationary and will gradually be revealed as progress continues.  With Advance the fill image will move across the bar as the progress proceeds..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_Height">
            <summary>
              Looks up a localized string similar to Height of the component..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_InnerLabelAlignment">
            <summary>
              Looks up a localized string similar to Positioning of the label within the progress bar.  Running label alignments (of the proper orientation) will move along with the fill at its leading edge..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_LabelFormatString">
            <summary>
              Looks up a localized string similar to String that will be used as a format for the progress bar labels.
            6 different values may be inserted in C# style string formatting:
            	 {0} - Current Progress Value
            	{1} - Current Percent Progress
            	{2} - Remaining progress to be completed
            	{3} - Percentage remaining
            	{4} - Minimum value
            	{5} - Maximum value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_Maximum">
            <summary>
              Looks up a localized string similar to End value of the bar.  Corresponds to 100% fill..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_Minimum">
            <summary>
              Looks up a localized string similar to Start value of the bar.  Corresponds to 0%..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_Orientation">
            <summary>
              Looks up a localized string similar to The orientation of the WebProgressBar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_OuterLabelAlignment">
            <summary>
              Looks up a localized string similar to Positioning of the label outside of the progress bar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_SnapInterval">
            <summary>
              Looks up a localized string similar to Separation between displayed progresses.  Ex. A snap of 10% would display 38% as 40%..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_Value">
            <summary>
              Looks up a localized string similar to Current progress of the bar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_P_Width">
            <summary>
              Looks up a localized string similar to Width of the component.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_PercentageRemaining">
            <summary>
              Looks up a localized string similar to percentageremaining.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_PercentProgress">
            <summary>
              Looks up a localized string similar to percentprogress.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_ProgressChanged">
            <summary>
              Looks up a localized string similar to Event fired when the value of the progressbar has changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_ProgressChanging">
            <summary>
              Looks up a localized string similar to Event fired when the value of the progressbar is changing..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_ProgressValue">
            <summary>
              Looks up a localized string similar to progressvalue.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ProgressBarStrings.LD_RemainingProgress">
            <summary>
              Looks up a localized string similar to remainingprogress.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.RatingStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_APF_P_Rated">
            <summary>
              Looks up a localized string similar to Gets or sets auto postback options applied to rated client event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_CE_Blur">
            <summary>
              Looks up a localized string similar to This event is fired after the rating loses focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_CE_Focus">
            <summary>
              Looks up a localized string similar to This event is when the rating receives focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_CE_KeyDown">
            <summary>
              Looks up a localized string similar to This event is fired when a key is pressed down.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_CE_MouseMove">
            <summary>
              Looks up a localized string similar to This event is fired as the mouses moves while on the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_CE_MouseOut">
            <summary>
              Looks up a localized string similar to This event is fired after the mouse leaves the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_CE_MouseOver">
            <summary>
              Looks up a localized string similar to This event is fired after mouse hovers over control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_CE_Rated">
            <summary>
              Looks up a localized string similar to This event is fired after the user rates via the UI..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_CE_Rating">
            <summary>
              Looks up a localized string similar to This event is fired before the user rates via the UI..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_E_Rated">
            <summary>
              Looks up a localized string similar to Occurs when the rating has been rated upon on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Auto postback flags allow the developer to configure automatic postbacks when some client side events are invoked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_Average">
            <summary>
              Looks up a localized string similar to Gets or sets the average that the rating is storing..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_BaseImage">
            <summary>
              Looks up a localized string similar to Object to customize the image urls used by non custom images.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_CustomValue">
            <summary>
              Looks up a localized string similar to Gets/sets a custom value for the image.  If none is set, NaN is returned until set by the rating when rendering..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_EmptyImageUrl">
            <summary>
              Looks up a localized string similar to Returns/sets an image url that will be used for the empty image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_EnableAnimation">
            <summary>
              Looks up a localized string similar to Gets or sets whether the rating uses animation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_EnableContinuousSelection">
             <summary>
               Looks up a localized string similar to Gets or sets the selection mode of the rating control.
            True- up to and including current value is selected/hovered.
            False- only current value is selected/hovered.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_EnableFocusOnClick">
            <summary>
              Looks up a localized string similar to Gets or sets whether to apply browser focus to the rating when it is clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_FillDirection">
            <summary>
              Looks up a localized string similar to Gets or sets the direction that the rating will fill from.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_HoveredImageUrl">
            <summary>
              Looks up a localized string similar to Returns/sets an image url that will be used for the hovered image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_Html5">
            <summary>
              Looks up a localized string similar to Gets or sets whether the rating is rendered with HTML 5 elements.  If IE 8 or below is used, this will be ignored if true.  This property is a preview as Html 5 is not fully supported in all browsers..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_ImageHeight">
            <summary>
              Looks up a localized string similar to Gets or sets the height of the span for the images.  It should match the height of the image set as a background url for RatingImage css classes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_ImageWidth">
            <summary>
              Looks up a localized string similar to Gets or sets the width of the span for the images.  It should match the width of the image set as a background url for RatingImage css classes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_ItemCount">
            <summary>
              Looks up a localized string similar to Gets or sets the number of items in the rating if the custom collection is empty.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_Items">
            <summary>
              Looks up a localized string similar to The collection of custom images in the WebRating.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_MinimumValue">
            <summary>
              Looks up a localized string similar to Gets or sets the minimum value of the rating. This corresponds to the number if the rating were empty..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_Orientation">
            <summary>
              Looks up a localized string similar to Gets or sets the orientation of the WebRating.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_Precision">
            <summary>
              Looks up a localized string similar to Gets or sets the precision with which a star is shown.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_ReadOnly">
            <summary>
              Looks up a localized string similar to Gets or sets whether the rating is read only.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_SelectedImageUrl">
            <summary>
              Looks up a localized string similar to Returns/sets an image url that will be used for the selected image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_SelectionOnHover">
            <summary>
              Looks up a localized string similar to Gets or sets whether to show the current selected value when hovering over the rating.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_ToolTipFormat">
             <summary>
               Looks up a localized string similar to Returns/sets a tooltip format that will be used for the image.  
            {0} will display the value (selected or hovered).
            {1} will display the Average value property.
            {2} will display the VoteCount value property.
            {3} will display the Minimum value property.
            {4} will display the Maximum value property.
            {5} will display the the number of items..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_ToolTipFormatString">
            <summary>
              Looks up a localized string similar to {0:d} out of {4:d}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_Value">
            <summary>
              Looks up a localized string similar to Gets or sets the current value of the rating.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_P_VoteCount">
            <summary>
              Looks up a localized string similar to Gets or sets the vote count that the rating is storing..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings.LD_WR_RatingImageItem">
            <summary>
              Looks up a localized string similar to RatingImageItem.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.RatingStrings_runtime">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings_runtime.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings_runtime.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.RatingStrings_runtime.WR_E_MonoIncreasing">
            <summary>
              Looks up a localized string similar to The custom images collection for the rating should have values that increase from one to the next..
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.SliderStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderAutoPostBackFlags_P_ValueChanged">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to value change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderButton_P_AltText">
            <summary>
              Looks up a localized string similar to Get sets value for alt that will be applied to button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderButton_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to plus and minus buttons of slider.
            That class is merged with AppStyling css class igsli_Button..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderButton_P_DisabledImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image url used for disabled plus or minus button in slider.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusDisableH.gif or igsli_MinusDisableH.gif, and for vertical slider it is igsli_PlusDisableV.gif or igsli_MinusDisableV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderButton_P_FocusImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image url used for plus or minus button in slider when control has focus.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusFocusH.gif or igsli_MinusFocusH.gif, and for vertical slider it is igsli_PlusFocusV.gif or igsli_MinusFocusV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderButton_P_HoverImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image url used for plus or minus button in slider when mouse is moved over it.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusHoverH.gif or igsli_MinusHoverH.gif, and for vertical slider it is igsli_PlusHoverV.gif or igsli_MinusHoverV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderButton_P_ImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image url used for plus or minus button in slider.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusH.gif or igsli_MinusH.gif, and for vertical slider it is igsli_PlusV.gif or igsli_MinusV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderButton_P_PressedImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image url used for pressed plus or minus button in slider.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusPressH.gif or igsli_MinusPressH.gif, and for vertical slider it is igsli_PlusPressV.gif or igsli_MinusPressV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_Blur">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when control gets blur event (lost focus) of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_ButtonMouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when html element of minus or plus button gets mousedown event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_ButtonMouseOut">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when html element of minus or plus button gets mouseout event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_ButtonMouseOver">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when html element of minus or plus button gets mouseover event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_Focus">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when control gets focus event of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_FormatValueLabel">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when control builds string for value-label.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_KeyDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before keydown event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_Loaded">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after all subobjects of control were initialized (first paint)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_MarginDoubleClick">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before dblclick event over margin html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_MarginMouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before mousedown event over margin html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_ThumbMouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when html element of thumb gets mousedown event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_ThumbMouseOut">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when html element of thumb gets mouseout event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_ThumbMouseOver">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when html element of thumb gets mouseover event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_TickmarkDoubleClick">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before dblclick event over tickmark html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_TickmarkLabelDoubleClick">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before dblclick event over tickmark-label html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_TickmarkLabelMouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before mousedown event over tickmark-label html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_TickmarkMouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before mousedown event over tickmark html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_TrackDoubleClick">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before dblclick event over track html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_TrackMouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before mousedown event over track html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_ValueChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after value was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderClientEvents_P_ValueChanging">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before value is changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_AltText">
            <summary>
              Looks up a localized string similar to Get sets value for alt that will be applied to thumb.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to thumb.
            That class is merged with AppStyling css class igsli_ThumbH or igsli_ThumbV depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_DisabledImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image used for thumb in disabled state.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbDisableH.gif and for vertical slider it is igsli_ThumbDisableV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_Enabled">
             <summary>
               Looks up a localized string similar to Gets sets the enabled or disabled state of thumb.
            If thumb is disabled, then DisabledImageUrl is used and thumb can not be moved by user..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_FocusImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image used for thumb in focus state.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbFocusH.gif and for vertical slider it is igsli_ThumbFocusV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_HoverImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image used for thumb in mouse-over state.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbHoverH.gif and for vertical slider it is igsli_ThumbHoverV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_ImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image used for thumb in normal state.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbH.gif and for vertical slider it is igsli_ThumbV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_PressedImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image used for thumb in pressed state.
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbPressH.gif and for vertical slider it is igsli_ThumbPressV.gif..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderThumb_P_Visible">
             <summary>
               Looks up a localized string similar to Gets sets the visibility of thumb.
            If thumb is not visible then its image is not displayed, but all functionality (including ability to drag value by mouse) remains the same..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelBottomCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render bottom labels of horizontal slider.
            That class is merged with AppStyling css class igsli_LabelB..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelEdgeHorizCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render 2 labels located on edges of horizontal slider.
            That class is merged with AppStyling css class igsli_LabelEdgeH..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelEdgeVertCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render 2 labels located on edges of vertical slider.
            That class is merged with AppStyling css class igsli_LabelEdgeV..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelFirstCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders first label (minimum value).
            That class is merged with LabelLeftCssClass, or LabelRightCssClass, or LabelTopCssClass, or LabelBottomCssClass depending on orientation of slider and location of labels..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelLastCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders last label (maximum value).
            That class is merged with LabelLeftCssClass, or LabelRightCssClass, or LabelTopCssClass, or LabelBottomCssClass depending on orientation of slider and location of labels..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelLeftCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render left labels of vertical slider.
            That class is merged with AppStyling css class igsli_LabelL..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelRightCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render right labels of vertical slider.
            That class is merged with AppStyling css class igsli_LabelR..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelsHolderCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which contains labels.
            That class is merged with AppStyling css class igsli_LabelsHolderH or igsli_LabelsHolderV depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_LabelTopCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render top labels of horizontal slider.
            That class is merged with AppStyling css class igsli_LabelT..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkLastBottomCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders last tick mark located on bottom side of slider track.
            That property has effect only if orientation of WebSlider is horizontal and bottom tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickLastB..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkLastLeftCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders last tick mark located on left side of slider track.
            That property has effect only if orientation of WebSlider is vertical and left tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickLastL..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkLastRightCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders last tick mark located on right side of slider track.
            That property has effect only if orientation of WebSlider is vertical and right tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickLastR..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkLastTopCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders last tick mark located on top side of slider track.
            That property has effect only if orientation of WebSlider is horizontal and top tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickLastT..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkMajorBottomCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render major tick marks located on bottom side of slider track.
            That property has effect only if orientation of WebSlider is horizontal and bottom tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickMajorB..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkMajorLeftCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render major tick marks located on left side of slider track.
            That property has effect only if orientation of WebSlider is vertical and left tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickMajorL..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkMajorRightCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render major tick marks located on right side of slider track.
            That property has effect only if orientation of WebSlider is vertical and right tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickMajorR..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkMajorTopCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render major tick marks located on top side of slider track.
            That property has effect only if orientation of WebSlider is horizontal and top tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickMajorT..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkMinorBottomCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render minor tick marks located on bottom side of slider track.
            That property has effect only if orientation of WebSlider is horizontal and bottom tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickMinorB..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkMinorLeftCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render minor tick marks located on left side of slider track.
            That property has effect only if orientation of WebSlider is vertical and left tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickMinorL..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkMinorRightCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render minor tick marks located on right side of slider track.
            That property has effect only if orientation of WebSlider is vertical and right tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickMinorR..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarkMinorTopCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html elements which render minor tick marks located on top side of slider track.
            That property has effect only if orientation of WebSlider is horizontal and top tick marks are enabled.
            That class is merged with AppStyling css class igsli_TickMinorT..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarksHolderBottomCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which contains all tickmarks located on bottom side of slider track.
            That property has effect only if orientation of WebSlider is horizontal and bottom tickmarks are enabled.
            That class is merged with AppStyling css class igsli_TicksHolderB..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarksHolderLeftCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which contains all tickmarks located on left side of slider track.
            That property has effect only if orientation of WebSlider is vertical and left tickmarks are enabled.
            That class is merged with AppStyling css class igsli_TicksHolderL..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarksHolderRightCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which contains all tickmarks located on right side of slider track.
            That property has effect only if orientation of WebSlider is vertical and right tickmarks are enabled.
            That class is merged with AppStyling css class igsli_TicksHolderR..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarkCssClasses_P_TickmarksHolderTopCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which contains all tickmarks located on top side of slider track.
            That property has effect only if orientation of WebSlider is horizontal and top tickmarks are enabled.
            That class is merged with AppStyling css class igsli_TicksHolderT..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_CssClasses">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to custom css classes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_CustomLabelsText">
             <summary>
               Looks up a localized string similar to Gets sets custom labels for tickmarks.
            Notes:
            Labels are separated by new line characters. To customize a value at run time it is recommended to use Get/SetCustomLabelAt methods.
            If property is not set, then labels are built automatically using NumberOfLabels and LabelFormatString properties..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_FirstTickmarkValue">
             <summary>
               Looks up a localized string similar to Gets sets the value for the first tick mark.
            If value is not set then the MinValue of WebSlider is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_LabelClickAction">
             <summary>
               Looks up a localized string similar to Gets sets the action performed when tickmark label is clicked by mouse.
            Note: If thumb is moved to tickmark label, then its value can be slightly different from value displayed on label due to rounding..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_LabelDoubleClickAction">
             <summary>
               Looks up a localized string similar to Gets sets the action performed when tickmark label is double clicked by mouse.
            Note: If thumb is moved to tickmark label, then its value can be slightly different from value displayed on label due to rounding..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_LabelFormatString">
             <summary>
               Looks up a localized string similar to Gets sets the format string applied to labels.
            Notes:
            1. If the CustomLabelsText was used, then that property has no effect.
            2. If property is not set, then default formatting is used, which depends on ValueType and range of values.
            Examples: &quot;{0:0.#}, {0:c}, {0:0.00}%&quot;..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_LabelLocation">
            <summary>
              Looks up a localized string similar to Gets sets location of labels for tick marks..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_LastTickmarkValue">
             <summary>
               Looks up a localized string similar to Gets sets the value for the last tick mark.
            If value is not set then the MaxValue of WebSlider is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_Location">
            <summary>
              Looks up a localized string similar to Gets sets location of tick marks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_NumberOfLabels">
             <summary>
               Looks up a localized string similar to Gets sets the number of labels for tick marks.
            Notes: If the CustomLabelsText/SetCustomLabelAt was used, then that property has no effect.
            If the LabelLocation is set to TwoLabelsInMargins, then that property has no effect..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_NumberOfMajorTickmarks">
            <summary>
              Looks up a localized string similar to Gets sets the number of major tick marks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_NumberOfMinorTickmarks">
            <summary>
              Looks up a localized string similar to Gets sets the number of tick marks between major tick marks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_TickmarkClickAction">
             <summary>
               Looks up a localized string similar to Gets sets the action performed when tickmark area is clicked by mouse.
            Note: If thumb is moved to tickmark, then its value can be slightly different from value of that tickmark due to rounding..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTickmarks_P_TickmarkDoubleClickAction">
             <summary>
               Looks up a localized string similar to Gets sets the action performed when tickmark area is double clicked by mouse.
            Note: If thumb is moved to tickmark, then its value can be slightly different from value of that tickmark due to rounding..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrack_P_ClickAction">
            <summary>
              Looks up a localized string similar to Gets sets the action performed when track is clicked by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrack_P_CssClasses">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to custom css classes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrack_P_DoubleClickAction">
            <summary>
              Looks up a localized string similar to Gets sets the action performed when track is double clicked by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrack_P_FillValueMode">
             <summary>
               Looks up a localized string similar to Gets sets the ability to render extra parts inside of track bar which are aligned to locations of values.
            If that property is set to Range and SecondaryValue is enabled and SliderValueLabel.Format does not contain &quot;{0}&quot; and the Location of ValueLabel is not float, then the &quot;{0}:{1}&quot; is used for SliderValueLabel.Format. It means that both values are displayed on a single label.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrack_P_Visible">
            <summary>
              Looks up a localized string similar to Gets sets the visibility of track bar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders track bar.
            That class is merged with AppStyling css class igsli_TrackH or igsli_TrackV depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_DisabledCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders track bar when slider is disabled.
            That class is merged with CssClass and AppStyling css class igsli_TrackDisabled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_FocusCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders track bar when slider has focus.
            That class is merged with CssClass and AppStyling css class igsli_TrackFocus..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_HoverCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders track bar when mouse is moved over track bar.
            That class is merged with CssClass and AppStyling css class igsli_TrackHover..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_LeftOrTopEdgeCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders left edge of track bar for horizontal slider or top edge of track bar for vertical slider.
            That class is merged with AppStyling css class igsli_TrackEdgeL or igsli_TrackEdgeT depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_MarginCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class responsible for margins between increment/decrement buttons and slider track.
            That class is merged with AppStyling css class igsli_MarginH or igsli_MarginV depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_RightOrBottomEdgeCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders right edge of track bar for horizontal slider or bottom edge of track bar for vertical slider.
            That class is merged with AppStyling css class igsli_TrackEdgeR or igsli_TrackEdgeB depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_SecondaryValueFillCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders part of track bar located between edge of track and second thumb.
            That property has effect only if 2 thumbs are enabled.
            In case of horizontal orientation that is part of track located on the left side from the second thumb.
            In case of vertical orientation that is part of track located below the second thumb.
            That class is merged with igsli_TrackValue2H or igsli_TrackValue2V depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_ValueEdgeCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders left edge of track bar for horizontal slider or bottom edge of track bar for vertical slider when FillValueMode is set to MainValue or All.
            That class is merged with AppStyling css class igsli_TrackValueEdgeL or igsli_TrackValueEdgeB depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderTrackCssClasses_P_ValueFillCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which renders part of track bar located between edge of track and main thumb.
            In case of horizontal orientation that is part of track located on the left side from the thumb.
            In case of vertical orientation that is part of track located below the thumb.
            In case of both thumbs that is part of track located between thumbs.
            That class is merged with igsli_TrackValueH or igsli_TrackValueV depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderValueLabel_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class which is applied to html element which renders label.
            That class is merged with AppStyling css class igsli_ValueLabel..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderValueLabel_P_FloatCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class which is applied to html element which renders float label.
            That property has effect only if Location is float.
            That class is merged with CssClass and AppStyling css classes igsli_ValueLabelFloatL or igsli_ValueLabelFloatR or igsli_ValueLabelFloatT or igsli_ValueLabelFloatB depending on location of label and orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderValueLabel_P_FloatHoverCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class which is applied to html element which renders label when mouse is moved over thumb or button.
            That property has effect only if Location is float.
            That class is merged with CssClass and FloatCssClass and AppStyling css class igsli_ValueLabelFloatHover..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderValueLabel_P_Format">
             <summary>
               Looks up a localized string similar to Gets sets the format string applied to Value and SecondaryValue of WebSlider.
            Only simple &quot;{0}&quot; format is recognized.
            Default format depends on other properties and it can be &quot;{0}&quot; or &quot;{0}:{1}&quot;.
            Examples:
            &quot;{0} - {1}&quot; - show Value and SecondaryValue separated by &quot; - &quot;.
            &quot;{0}&quot; - show SecondaryValue and Value on separate labels.
            &quot;${0}&quot; - show $ prefix in front of value..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_SliderValueLabel_P_Location">
            <summary>
              Looks up a localized string similar to Gets sets the visibility of label.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_Alt_MinusButton">
            <summary>
              Looks up a localized string similar to Decrement Value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_Alt_PlusButton">
            <summary>
              Looks up a localized string similar to Increment Value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_Alt_SecondaryThumb">
            <summary>
              Looks up a localized string similar to Secondary Value Indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_Alt_Thumb">
            <summary>
              Looks up a localized string similar to Value Indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_E_FormatTickmarkLabel">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired while building labels for tickmarks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_E_ValueChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when end-user changed values of thumbs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the auto postback options supported by WebSlider.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_ButtonStates">
            <summary>
              Looks up a localized string similar to Gets sets number of states supported by buttons..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_ContentAlignment">
             <summary>
               Looks up a localized string similar to Gets or sets alignment of content within bounds of control.
            That defines vertical alignment for horizontal slider or horizontal aligment for vertical slider.
            Note:
            If value is set to TrackCenter, then at design time the Center is used, and at run time it is possible flickering while initialization of control..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class which is applied to slider.
            That class is merged with the AppStyling css class igsli_Control..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_DisabledCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the css custom class which is applied to slider when it is disabled.
            That class is merged with the CssClass and AppStyling css class igsli_Disabled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_EnableSecondaryValue">
            <summary>
              Looks up a localized string similar to Gets sets range behavior (show second thumb)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_Focusable">
            <summary>
              Looks up a localized string similar to Gets sets ability to get focus and process keyboard..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_FocusCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class which is applied to slider when it has focus.
            That class is merged with the CssClass and AppStyling css class igsli_Focus..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_HoverCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class which is applied to slider when mouse is moved over it.
            That class is merged with the CssClass and AppStyling css class igsli_Hover..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_LargeChange">
             <summary>
               Looks up a localized string similar to Gets sets value which is used to move a thumb when the user presses the PageUp/PageDown keys.
            The type of object returned by the get of this property is defined by the ValueType. However, in case of the DateTime, the TimeSpan is used.
            If value is not set, then the 10% is used automatically.
            That value also can be used by clicks on margins between track bar and buttons..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_MarginClickAction">
            <summary>
              Looks up a localized string similar to Gets sets the action performed when a margin between buttons and track bar is clicked by mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_MarginDoubleClickAction">
            <summary>
              Looks up a localized string similar to Gets sets the action performed when a margin between buttons and track bar is double clicked by mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_MaxValue">
            <summary>
              Looks up a localized string similar to Gets sets maximum value. If value is not set, then 100 is used automatically..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_MinusButton">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to decrement button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_MinValue">
            <summary>
              Looks up a localized string similar to Gets sets minimum value. If value is not set, then 0 is used automatically..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_Orientation">
            <summary>
              Looks up a localized string similar to Gets or sets horizontal or vertical orientation of WebSlider.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_PlusButton">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to increment button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_SecondaryThumb">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to second thumb.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_SecondaryValue">
             <summary>
               Looks up a localized string similar to Gets sets secondary value.
            Notes:
            1. That property has effect only if EnableSecondaryValue is set to true.
            2. The type of object returned by the get of this property is defined by the ValueType.
            3. If value is not set or it is larger than MaxValue, then at run time the MaxValue is used automatically.
            If value is smaller than MinValue, then the MinValue is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_ShowPlusMinusButtons">
            <summary>
              Looks up a localized string similar to Gets sets visibility of plus and minus buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_SmallChange">
             <summary>
               Looks up a localized string similar to Gets sets value which is used move a thumb when the user presses the arrow keys or plus, minus buttons.
            The type of object returned by the get of this property is defined by the ValueType. However, in case of the DateTime,- the TimeSpan is used.
            If value is not set, then the 2% is used automatically..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_SnapToSmallChange">
            <summary>
              Looks up a localized string similar to Gets sets ability to position thumbs only on values which match with SmallChange..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_Thumb">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to main thumb.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_ThumbsHolderCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to html element which contains thumbs.
            That class is merged with the AppStyling css class igsli_ThumbsHolderH or igsli_ThumbsHolderV depending on orientation of slider..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_ThumbsInteractionMode">
            <summary>
              Looks up a localized string similar to Gets sets behavior of thumbs when EnableSecondaryValue property is enabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_ThumbStates">
            <summary>
              Looks up a localized string similar to Gets sets number of states supported by thumbs..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_Tickmarks">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to tickmarks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_Track">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to track.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_Value">
             <summary>
               Looks up a localized string similar to Gets sets main value.
            Notes: The type of object returned by the get of this property is defined by the ValueType.
            If value is not set or it is smaller than MinValue, then at run time the MinValue is used automatically.
            If value is larger than MaxValue, then the MaxValue is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_ValueLabel">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to label which displays current value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LD_WebSlider_P_ValueType">
             <summary>
               Looks up a localized string similar to Gets or sets type of values used by &quot;object&quot; type properties of WebSlider related to values such as Value, MinValue, SmallChange, FirstTickmarkValue, etc.
            In case of DateTime, the TimeSpan is used for SmallChange and LargeChange properties; for all other properties the DateTime is used.
            For all other types, the corresponding type is used for all properties..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LS_Slider_MaxMinValuesException">
            <summary>
              Looks up a localized string similar to The MaxValue={0} and MinValue={1} of WebSlider should not have same values.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LS_Slider_NotDateTimeException">
            <summary>
              Looks up a localized string similar to Failure to convert string value &quot;{0}&quot; to DateTime.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LS_Slider_NotFreeValuesException">
            <summary>
              Looks up a localized string similar to If ThumbsInteractionMode property of WebSlider is not Free, then SecondaryValue [{0}] should be larger than Value [{1}].
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SliderStrings.LS_Slider_NotTimeSpanException">
            <summary>
              Looks up a localized string similar to Failure to convert string value &quot;{0}&quot; to TimeSpan.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.ImageViewerStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LC_Images">
            <summary>
              Looks up a localized string similar to Images.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CA_MaxSpeed">
            <summary>
              Looks up a localized string similar to Determines how fast the Animation should be going when the Duration is reached..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_ImageClick">
            <summary>
              Looks up a localized string similar to Event fired when an Image is Clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_ImageItemAdded">
            <summary>
              Looks up a localized string similar to Event fired after the AJAX callback that is triggered for every item added on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_ImageItemInserted">
            <summary>
              Looks up a localized string similar to Event fired after the AJAX callback that is triggered for every item inserted on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_ImageItemRemoved">
            <summary>
              Looks up a localized string similar to Event fired after the AJAX callback that is triggered for every item removed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_ImageMouseOut">
            <summary>
              Looks up a localized string similar to Event fired when the mouse leaves an Image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_ImageMouseOver">
            <summary>
              Looks up a localized string similar to Event fired when the mouse is over an Image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_ImageSelected">
            <summary>
              Looks up a localized string similar to Event fired after an Image is Selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_NextButtonClicked">
            <summary>
              Looks up a localized string similar to Event fired the Next Button is Clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_CV_PrevButtonClicked">
            <summary>
              Looks up a localized string similar to Event fired the Previous Button is Clicked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_E_ItemAdded">
            <summary>
              Looks up a localized string similar to Occurs when an ImageItem is added on the Client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_E_ItemBound">
            <summary>
              Looks up a localized string similar to Event fired whenever an Item is bound to a datasource record..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_E_ItemInserted">
            <summary>
              Looks up a localized string similar to Occurs when an ImageItem is inserted on the Client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_E_ItemRemoved">
            <summary>
              Looks up a localized string similar to Occurs when an ImageItem is removed on the Client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_E_SelectedIndexChanged">
            <summary>
              Looks up a localized string similar to Occurs when the Selected ImageItem changes between posts to the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_NIA_Alignment">
            <summary>
              Looks up a localized string similar to Determines where the next/previous image will align in the visible area of the Control.
                Near - The left/top edge of the image will align with the left/top most area of the visible image area.
               Center - The center of the image will align with the center of the visible image area.
               Far - The right/bottom edge of the image will align with the right/bottom most area of the visible image area.
             .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_AltText">
            <summary>
              Looks up a localized string similar to Returns/sets the text that will be displayed when the browser cannot render an image..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_AltTextField">
            <summary>
              Looks up a localized string similar to A data field that will be mapped to the AltText property of the ImageItem..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_CaptionAreaText">
            <summary>
              Looks up a localized string similar to The text that will be rendered out when the object doesn&apos;t contain a template..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_CaptionAreaVisible">
            <summary>
              Looks up a localized string similar to Indicates whether the control is visible and rendered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_CssClass">
            <summary>
              Looks up a localized string similar to CSS Class that will be applied to the ImageItem..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_DisabledCssClass">
            <summary>
              Looks up a localized string similar to CSS Class that will be applied if the item is disabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_EnableDragScrolling">
            <summary>
              Looks up a localized string similar to Determines if the user can MouseDown over the image area of the ImageViewer, and scroll the Images that way..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_EnableInitialFadeAnimation">
            <summary>
              Looks up a localized string similar to Returns/sets if images will have initial fade-in animation during WebImageViewer initialization..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_Footer">
            <summary>
              Looks up a localized string similar to A templatable object that can be used to display information at the bottom of the control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_Header">
            <summary>
              Looks up a localized string similar to A templatable object that can be used to display information at the top of the control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_HoverCssClass">
            <summary>
              Looks up a localized string similar to CSS Class that will be applied to the item when it is hovered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_HoverUrl">
            <summary>
              Looks up a localized string similar to Returns/sets the url to an image that will be displayed when an item is hovered over..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_HoverUrlField">
            <summary>
              Looks up a localized string similar to A data field that will be mapped to the HoverUrl property of the ImageItem..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageButtonAltText">
             <summary>
               Looks up a localized string similar to The alternate text that will be displayed when the image can&apos;t be rendered.
            The default value is [Default]. This means that a Default value will be used unless otherwise specified..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageButtonDisabledImageUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the image when the button is disabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageButtonHoverUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the image when the button is hovered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageButtonPressedUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the image when the button is pressed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageButtonTooltip">
            <summary>
              Looks up a localized string similar to The tooltip that will be displayed when the button is hovered over..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageButtonUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the image..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageButtonVisible">
            <summary>
              Looks up a localized string similar to Determines if the image is rendered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageItemBinding">
            <summary>
              Looks up a localized string similar to Property DataBindings are used to map data fields from the database to property values on items in a collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageOrientation">
            <summary>
              Looks up a localized string similar to Returns/sets the orientation of the ImageViewer. 
                Horizontal - images will be displayed left to right.
                Vertical - images will be displayed top to bottom.
               .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Returns/sets the url to an image that will be displayed in the item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ImageUrlField">
            <summary>
              Looks up a localized string similar to A data field that will be mapped to the ImageUrl property of the ImageItem..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_Items">
            <summary>
              Looks up a localized string similar to The collection of ImageItems in the ImageViewer..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_NextButton">
            <summary>
              Looks up a localized string similar to An object that contains properties associated with the NextButton..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_PreviousButton">
            <summary>
              Looks up a localized string similar to An object that contains properties associated with the PreviousButton..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_ScrollAnimations">
            <summary>
              Looks up a localized string similar to The object that contains the settings to change the type of Animation that will occur when the WebImageViewer scrolls Images into view..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_Selected">
            <summary>
              Looks up a localized string similar to Returns/sets if this item is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_SelectedCssClass">
            <summary>
              Looks up a localized string similar to CSS Class that will be applied when the item is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_P_WrapAround">
            <summary>
              Looks up a localized string similar to Returns/sets if images will loop around infinitely in the WebImageViewer..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_SA_Continuous">
            <summary>
              Looks up a localized string similar to An object that allows for customization of the Continuous Animation..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_SA_NextItem">
            <summary>
              Looks up a localized string similar to An object that allows for customization of the NextItem Animation..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_SA_Page">
            <summary>
              Looks up a localized string similar to An object that allows for customization of the Page Animation..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LD_SA_Type">
            <summary>
              Looks up a localized string similar to Returns/sets the Animation type that the WebImageViewer will use to scroll images into view..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LS_IV_NextButton_Alt">
            <summary>
              Looks up a localized string similar to Next Button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.LS_IV_PrevButton_Alt">
            <summary>
              Looks up a localized string similar to Previous Button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.ImageViewerStrings.WebImageViewerHeader">
            <summary>
              Looks up a localized string similar to WebImageViewer Header.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.SplitterStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.EditPanes">
            <summary>
              Looks up a localized string similar to Edit Panes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterAutoPostBackFlags_P_Collapsed">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to collapsed action of SplitterPane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterAutoPostBackFlags_P_Expanded">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to expanded action of SplitterPane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterAutoPostBackFlags_P_SplitterBarPositionChanged">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to the splitter bar oosition changed action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_CollapseButtonCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to html elements which represent collapse/expand buttons located on split bars..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_CollapseNextPaneButton">
            <summary>
              Looks up a localized string similar to Gets reference to button located on splitter bar which allows to collapse or expand SplitterPane located below or on the right side from splitter bar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_CollapsePreviousPaneButton">
            <summary>
              Looks up a localized string similar to Gets reference to button located on splitter bar which allows to collapse or expand SplitterPane located above or on the left side from splitter bar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_CssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to html elements which represent split bars in normal state..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_HoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to html elements which represent split bars while mouse is moved over them..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_PressedCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to html elements which represent split bars when mouse is pressed on them..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_ShadowCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to html element which represents shadow of split bar which is dragged by mouse when DynamicResize is disabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_ShadowLimitCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to html element which represents shadow of split bar which is dragged by mouse at it limit when DynamicResize is disabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterBar_P_ThicknessCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which defines the width/height of splitter bar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterButton_P_CollapseAltText">
             <summary>
               Looks up a localized string similar to Gets sets alt attribute to collapse/expand button when pane is in expanded state.
            If value is equal to &quot;[Default]&quot;, then the default value is used, which can be something like &quot;Collapse Upper Pane&quot;..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterButton_P_CollapseImageHoverUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image which is displayed on button when pane is in expanded state and mouse is moved over button.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterButton_P_CollapseImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image which is displayed on button when pane is in expanded state.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterButton_P_ExpandAltText">
             <summary>
               Looks up a localized string similar to Gets sets alt attribute to collapse/expand button when pane is in collapsed state.
            If value is equal to &quot;[Default]&quot;, then the default value is used, which can be something like &quot;Expand Upper Pane&quot;..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterButton_P_ExpandImageHoverUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image which is displayed on button when pane is in collapsed state and mouse is moved over button.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterButton_P_ExpandImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image which is displayed on button when pane is in collapsed state.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_CollapseButtonMouseOut">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when collapse/expand button html element gets mouseout event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_CollapseButtonMouseOver">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when collapse/expand button html element gets mouseover event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_Collapsed">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after splitter pane was collapsed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_Collapsing">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before collapse of a splitter pane.
            Action of that event can be canceled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_Expanded">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after splitter pane was expanded..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_Expanding">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before expand of a splitter pane.
            Action of that event can be canceled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_Loaded">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after all subobjects of control were initialized (first paint)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_SplitterBarMouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when splitter bar html element gets mousedown event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_SplitterBarMouseOut">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after splitter bar html element gets mouse out event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_SplitterBarMouseOver">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after splitter bar html element gets mouseover event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_SplitterBarMouseUp">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when splitter bar html element gets mouseup event of a browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_SplitterBarMoving">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called while splitter bar is dragging by mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_SplitterBarPositionChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after position of splitter bar was changed (mouse was released after splitter bar drag)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterClientEvents_P_SplitterBarPositionChanging">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before position of splitter bar is changed (mouse was released after splitter bar drag).
            Action of that event can be canceled or position of splitter bar can be modified..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddHorizontalTo2nd">
            <summary>
              Looks up a localized string similar to Add Horizontal Child Splitter To 2nd Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddHorizontalTo3rd">
            <summary>
              Looks up a localized string similar to Add Horizontal Child Splitter To 3rd Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddHorizontalTo4th">
            <summary>
              Looks up a localized string similar to Add Horizontal Child Splitter To 4th Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddHorizontalToLeft">
            <summary>
              Looks up a localized string similar to Add Horizontal Child Splitter To Left Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddHorizontalToRight">
            <summary>
              Looks up a localized string similar to Add Horizontal Child Splitter To Right Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddVerticalTo2nd">
            <summary>
              Looks up a localized string similar to Add Vertical Child Splitter To 2nd Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddVerticalTo3rd">
            <summary>
              Looks up a localized string similar to Add Vertical Child Splitter To 3rd Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddVerticalTo4th">
            <summary>
              Looks up a localized string similar to Add Vertical Child Splitter To 4th Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddVerticalToBottom">
            <summary>
              Looks up a localized string similar to Add Vertical Child Splitter To Bottom Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_AddVerticalToTop">
            <summary>
              Looks up a localized string similar to Add Vertical Child Splitter To Top Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_DescriptionCategory">
            <summary>
              Looks up a localized string similar to Description Text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_Horizontal">
            <summary>
              Looks up a localized string similar to Horizontal Splitter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_Pane">
            <summary>
              Looks up a localized string similar to Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterDesigner_Vertical">
            <summary>
              Looks up a localized string similar to Vertical Splitter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterPane_P_Collapsed">
            <summary>
              Looks up a localized string similar to Gets sets collapsed or expanded state of pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterPane_P_CollapsedDirection">
            <summary>
              Looks up a localized string similar to Gets sets the location of a button on a splitter bar which allows to collapse or expand this pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterPane_P_CssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to the DIV element used to render content of this pane. Note: The class should not contain any attribute related to border or padding, otherwise, it may break apperance of control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterPane_P_Locked">
            <summary>
              Looks up a localized string similar to Gets sets ability to enable or disable resizing of this pane by mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterPane_P_MaxSize">
            <summary>
              Looks up a localized string similar to Gets sets maximum width of SplitterPane if WebSplitter.Orientation is Vertical, or maximum height if Orientation is Horizontal..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterPane_P_MinSize">
            <summary>
              Looks up a localized string similar to Gets sets minimum width of SplitterPane if WebSplitter.Orientation is Vertical, or minimum height if Orientation is Horizontal..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_SplitterPane_P_Size">
            <summary>
              Looks up a localized string similar to Gets sets initial width of SplitterPane for vertical orientation of initial height for horizontal orientation..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_Alt_CollapseLeftPane">
            <summary>
              Looks up a localized string similar to Collapse Left Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_Alt_CollapseLowerPane">
            <summary>
              Looks up a localized string similar to Collapse Lower Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_Alt_CollapseRightPane">
            <summary>
              Looks up a localized string similar to Collapse Right Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_Alt_CollapseUpperPane">
            <summary>
              Looks up a localized string similar to Collapse Upper Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_Alt_ExpandLeftPane">
            <summary>
              Looks up a localized string similar to Expand Left Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_Alt_ExpandLowerPane">
            <summary>
              Looks up a localized string similar to Expand Lower Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_Alt_ExpandRightPane">
            <summary>
              Looks up a localized string similar to Expand Right Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_Alt_ExpandUpperPane">
            <summary>
              Looks up a localized string similar to Expand Upper Pane.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_E_Collapsed">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when end-user collapsed a SplitterPane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_E_Expanded">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when end-user expanded a SplitterPane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_E_SplitterBarPositionChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when end-user changed position of a splitter bar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_E_SplitterPaneSizeChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired after value of SplitterPane.Size property was changed by client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the auto postback options supported by WebSplitter..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_P_DynamicResize">
            <summary>
              Looks up a localized string similar to Gets sets ability to resize content of panes while split bar is dragging by mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_P_Orientation">
            <summary>
              Looks up a localized string similar to Gets sets horizontal or vertical orientation of split bars..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_P_PaneCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to html elements which represent panes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_P_Panes">
            <summary>
              Looks up a localized string similar to Gets reference to collection of SplitterPanes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_P_ResizeWithBrowser">
            <summary>
              Looks up a localized string similar to Gets sets ability to resize control according to the size of its container when size of browser is changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LD_WebSplitter_P_SplitterBar">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to splitter bars..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LS_SplitterPane_MaxSizeNegativeException">
            <summary>
              Looks up a localized string similar to SplitterPane.MaxSize property can not be set to negative value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LS_SplitterPane_MaxSizeUnitException">
            <summary>
              Looks up a localized string similar to SplitterPane.MaxSize property can be set only to UnitType Pixel or Percentage.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LS_SplitterPane_MinSizeNegativeException">
            <summary>
              Looks up a localized string similar to SplitterPane.MinSize property can not be set to negative value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LS_SplitterPane_MinSizeUnitException">
            <summary>
              Looks up a localized string similar to SplitterPane.MinSize property can be set only to UnitType Pixel or Percentage.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LS_SplitterPane_SizeNegativeException">
            <summary>
              Looks up a localized string similar to SplitterPane.Size property can not be set to negative value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.SplitterStrings.LS_SplitterPane_SizeUnitException">
            <summary>
              Looks up a localized string similar to SplitterPane.Size property can be set only to UnitType Pixel or Percentage.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.CallbackObject">
            <summary>
            This class encapsulates AJAX callback logic on behalf of the ControlMain object to which it is attached.
            The ControlMain object must implement the IControlCallback interface so that the CallbackObject can
            correctly interact with it.
            This object is used by Control Developers only.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.FxStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_BrowseForPath">
            <summary>
              Looks up a localized string similar to The current path for the AppStyling Directory: {0} cannot be opened as a file path.  Would you like to browse for the appropriate physical file path?.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_BrowseForPathCaption">
            <summary>
              Looks up a localized string similar to StyleSetName Selection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_Caption">
            <summary>
              Looks up a localized string similar to Application Styling.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_ChooseStyleSetWarning">
            <summary>
              Looks up a localized string similar to At least one style set must be chosen to import..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_CommonDocumentsPathNotExist">
            <summary>
              Looks up a localized string similar to The installation has not created a valid setting so that the following path is invalid and does not exist:{0}. You may need to reinstall the NetAdvantage product or contact Tech Support..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_ConfirmReadOnly">
            <summary>
              Looks up a localized string similar to The following file is marked Read-Only. Are you sure you want to overwrite it?.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_DirectoryNotExist">
            <summary>
              Looks up a localized string similar to The specified AppStyling Library does not exist: {0}. Please check your AppStyling Configuration AddIn Options settings.  The Default AppStyling Library setting may need adjustment..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_Empty">
            <summary>
              Looks up a localized string similar to &lt;empty&gt;.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_FileDoesntExist">
            <summary>
              Looks up a localized string similar to File {0} doesn&apos;t exist.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_Import">
            <summary>
              Looks up a localized string similar to Import....
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_ImportDialogCaption">
            <summary>
              Looks up a localized string similar to Import StyleSets.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_ImportInitialStyleSet">
            <summary>
              Looks up a localized string similar to AppStyling for this project has not been configured.  Would you like to create the resource directory and import the default StyleSet?.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_ImportInitialStyleSetCaption">
            <summary>
              Looks up a localized string similar to Import Initial StyleSet.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_ImportInitialStyleSetDecline">
            <summary>
              Looks up a localized string similar to In order to obtain proper display of this control, a valid StyleSetPath needs to be specified.  Please go to the Application Styling Configuration Add-In to import an appropriate StyleSet for your control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.AS_ImportWslFileFilter">
            <summary>
              Looks up a localized string similar to Infragistics Web Style Sets (*.wsl)|*.wsl|All files (*.*)|*.*.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.DataBot_DataSourceDoesntExist">
            <summary>
              Looks up a localized string similar to The specified DataSource Id does not exist on the current page for Control ID: {0}, DataSourceID: {1}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.DataBot_MultipleDataSources">
            <summary>
              Looks up a localized string similar to The control {0} has more than one data source specified.  The DataSource and DataSourceID properties cannot both be set..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.DataBot_NoNamingContainer">
            <summary>
              Looks up a localized string similar to No proper naming container found for DataSourceID.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.DataSourceAdapter_InvalidDataKeyField">
            <summary>
              Looks up a localized string similar to DataKeyField is invalid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.EX_NoScriptManager">
            <summary>
              Looks up a localized string similar to This Infragistics control requires a ScriptManager object on the page in order to operate correctly..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LC_Accessibility">
            <summary>
              Looks up a localized string similar to Accessibility.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LC_Appearance">
            <summary>
              Looks up a localized string similar to Appearance.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LC_AppStyling">
            <summary>
              Looks up a localized string similar to Application Styling.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LC_Behavior">
            <summary>
              Looks up a localized string similar to Behavior.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LC_Data">
            <summary>
              Looks up a localized string similar to Data.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LC_Layout">
            <summary>
              Looks up a localized string similar to Layout.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_AltText">
            <summary>
              Looks up a localized string similar to Gets sets alt attribute for image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_AltText_Default">
            <summary>
              Looks up a localized string similar to Async post.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_BlockArea">
            <summary>
              Looks up a localized string similar to Gets sets option to create half transparent shell which blocks control or browser&apos;s window..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_BlockCssClass">
             <summary>
               Looks up a localized string similar to Gets sets css class for blocking element which is used when BlockArea property is enabled.
            If value is not set, then corresponding property of shared indicator is used.
            If both shared and local properties are not set, then ig_AjaxIndicatorBlock or similar class of current AppStyling is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets css class for indicator.
            If value is not set, then corresponding property of shared indicator is used.
            If both shared and local properties are not set, then ig_AjaxIndicator or similar class of current AppStyling is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_Enabled">
             <summary>
               Looks up a localized string similar to Gets sets option to enable or disable indicator.
            If value is NotSet, then corresponding property of shared indicator is used.
            If both shared and local properties are NotSet, then indicator is disabled.
            That property does not affect BlockType..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_FadeInDuration">
            <summary>
              Looks up a localized string similar to Gets sets duration of fade animation for show action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_FadeInEquationType">
            <summary>
              Looks up a localized string similar to Gets sets equation type of fade animation for show action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_FadeOutDuration">
            <summary>
              Looks up a localized string similar to Gets sets duration of fade animation for hide action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_FadeOutEquationType">
            <summary>
              Looks up a localized string similar to Gets sets equation type of fade animation for hide action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_ImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets image url for indicator.
            If Text is set, then that property has no effect..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_Location">
            <summary>
              Looks up a localized string similar to Gets sets location of indicator relative to the bounds of target element..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_OffsetLeft">
            <summary>
              Looks up a localized string similar to Gets sets extra horizontal offset of indicator from Location in pixels..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_OffsetTop">
            <summary>
              Looks up a localized string similar to Gets sets extra vertical offset of indicator from Location in pixels..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_RelativeToControl">
            <summary>
              Looks up a localized string similar to Gets sets option to set position of indicator relative to bounds of control or to browser&apos;s window..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AI_P_Text">
             <summary>
               Looks up a localized string similar to Gets sets innerHTML for indicator. That may include any kinds of html tags and optional {0} flag which will be replaced on client by IMG with ImageUrl.
            That property has priority over ImageUrl..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AJAXContentPane_P_EnableAjax">
            <summary>
              Looks up a localized string similar to Gets sets option to enable or disable asynchronous mode. If that property has value of NotSet, then corresponding property of owner is used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AJAXContentPane_P_EnableDynamicUpdatePanel">
             <summary>
               Looks up a localized string similar to Gets sets option to dynamically create UpdatePanel when asynchronous mode is enabled.
            If that property is enabled, then Template is wrapped into dynamically created UpdatePanel.
            Note: if that property has value of NotSet, then corresponding property of owner is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AO_Duration">
            <summary>
              Looks up a localized string similar to Determines how long, in miliseconds, the animation should last..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_AO_EquationType">
             <summary>
               Looks up a localized string similar to Determines the type of Equation that should be used to perform the Animation.
            Equations determine things such as if the Animation will start our slow and speed up or if it should go a constant speed..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ClientEventsBase_P_AJAXResponse">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after control gets AJAX response from the server.
            Second param in handler is instance of AJAXResponseEventArgs class, which provides information about response objects..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ClientEventsBase_P_AJAXResponseError">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when control gets AJAX response from the server.
            Default alert message can be canceled.
            Second param in handler is instance of AJAXResponseErrorEventArgs class, which provides information about response objects..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ClientEventsBase_P_Initialize">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after javascript object was created and initialized.
            That event may fire after a control was resized and painted..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ContentPane_P_ContentUrl">
            <summary>
              Looks up a localized string similar to Gets sets name of url which is used for the src attribute of IFRAME element used by ContentPane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ContentPane_P_FrameBorder">
            <summary>
              Looks up a localized string similar to Get sets an option to enable or disable default borders of IFRAME used for ContentUrl..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ContentPane_P_FrameScrolling">
            <summary>
              Looks up a localized string similar to Get sets an option to enable or disable default scrolling of IFRAME used for ContentUrl..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ContentPane_P_FrameTitle">
             <summary>
               Looks up a localized string similar to Gets sets title attribute for IFRAME used when ContentUrl is set.
            If value of property is not set and equals to [Default], then the value of ContentUrl is used for title..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ContentPane_P_UserControlUrl">
             <summary>
               Looks up a localized string similar to Gets sets name of UserControl which will be used instead of Template.
            Notes:
            If ContentUrl is set, then that property has no effect.
            That property has priority over possible child controls defined by Template..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_ControlMain_P_InsecureSubmitTokens">
             <summary>
               Looks up a localized string similar to Gets sets list of insecure strings separated by the &quot;|&quot; character.
            That property is designed to protect application from scripting vulnerability.
            When request comes from client and the value of the hidden field contains insecure tokens, then all changes on client are discarded.
            Note:
            In order to set the &quot;|&quot; character in a token, the flag &quot;[AMPER-SIGN-CHARACTER]pipe;&quot; should be used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_NormalAltText">
             <summary>
               Looks up a localized string similar to Gets sets the alt attribute for IMG element of button when the Pressed property is false.
            If value is equal to NotSet, then the default value is used, which can be something like &quot;Minimize&quot;, &quot;Pin&quot;, etc..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_NormalImageHoverUrl">
             <summary>
               Looks up a localized string similar to Gets sets the url for image which is displayed on button when the Pressed property is false and mouse is moved over button.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_NormalImageMouseDownUrl">
             <summary>
               Looks up a localized string similar to Gets sets the url for image which is displayed on button when the Pressed property is false and mouse was pressed on button.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_NormalImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the url for image which is displayed on button when the Pressed property is false.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_Pressed">
            <summary>
              Looks up a localized string similar to Gets sets state of button and corresponding state of WebDialogWindow or Pane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_RestoreAltText">
             <summary>
               Looks up a localized string similar to Gets sets the alt attribute for IMG element of button when the Pressed property is true.
            The default value is [Default]. This means that a Default value will be used unless otherwise specified..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_RestoreImageHoverUrl">
             <summary>
               Looks up a localized string similar to Gets sets the url for image which is displayed on button when the Pressed property is true and mouse is moved over button.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_RestoreImageMouseDownUrl">
             <summary>
               Looks up a localized string similar to Gets sets the url for image which is displayed on button when the Pressed property is true and mouse was pressed on button.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_RestoreImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the url for image which is displayed on button when the Pressed property is true.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_DialogButton_P_Visible">
             <summary>
               Looks up a localized string similar to Gets sets visibility of button.
            If button is invisible, then the Pressed property is still available and defines corresponding state of WebDialogWindow or Pane..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_HasData">
            <summary>
              Looks up a localized string similar to (Has Data).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_IControlCallback_P_EnableAjaxViewState">
             <summary>
               Looks up a localized string similar to Gets sets ability to maintain view state of controls on page if their properties were modified while asynchronous postback of this control.
            Notes:
            That property has effect only when asynchronous postback is triggered by this control.
            Those can be postbacks triggered by AutoPostBackFlags with value &quot;Async&quot;, or internal postbacks such as sorting of grid.
            If that property is disabled, then properties of any control on page modified while that async postback will be lost after a full postback.
            Value false  [rest of string was truncated]&quot;;.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_IT_TemplateID">
            <summary>
              Looks up a localized string similar to Item template&apos;s ID. The ID is used to assign the template to individual items of controls..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_ButtonAreaCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to html element which contains control buttons..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_ButtonCssClass">
            <summary>
              Looks up a localized string similar to Gets sets ss class applied to html elements which render buttons..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_ButtonsMouseStates">
            <summary>
              Looks up a localized string similar to Gets sets behavior of control-buttons on client related to mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_CaptionAlignment">
            <summary>
              Looks up a localized string similar to Gets sets horizontal alignment of caption text and image relative to the width of whole header..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_CaptionText">
            <summary>
              Looks up a localized string similar to Gets sets text displayed on caption..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_CaptionTextCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to html element which renders caption text..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_CloseBox">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to close/show features..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_ImageAlignment">
            <summary>
              Looks up a localized string similar to Gets sets horizontal alignment of caption image relative the text..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_ImageAltText">
            <summary>
              Looks up a localized string similar to Gets sets alt attribute applied to the html element which renders image located next to caption text..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_ImageCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to html element which renders image located next to caption text..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets url for image displayed on caption next to the CaptionText..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_MaximizeBox">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to minimize/restore features..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_MinimizeBox">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to maximize/restore features..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutHeader_P_PinBox">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to pin/unpin features..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutPane_P_EnableRelativeLayout">
             <summary>
               Looks up a localized string similar to Gets or sets the request to render relative position for content.
            Notes:
            That property is designed to get around differences in behavior of different browsers, when child elements of content have relative or absolute positions.
            It is recommended to enable that property when child controls or parts of html generated by them use position:relative or position:absolute.
            For example, WebImageViewer uses position:relative style attribute, and it may fail to be scrolled or it can go out of content bounds..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutPane_P_ScrollBars">
            <summary>
              Looks up a localized string similar to Gets sets the value for the overflow attribute of the DIV element which renders child controls of LayoutPane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutPane_P_ScrollLeft">
            <summary>
              Looks up a localized string similar to Gets sets the value for the scrollLeft attribute of the DIV element which renders child controls of LayoutPane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_LayoutPane_P_ScrollTop">
            <summary>
              Looks up a localized string similar to Gets sets the value for the scrollTop attribute of the DIV element which renders child controls of LayoutPane..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_CheckBoxState">
            <summary>
              Looks up a localized string similar to The current check box state..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_CheckedImageUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the image when the checkbox is checked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_ClientEvents">
            <summary>
              Looks up a localized string similar to List of events which are fired on client side..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_CssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class applied to html element which represents this control on client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_Enabled">
            <summary>
              Looks up a localized string similar to Enabled state of the item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_EnableEmbeddedResources">
            <summary>
              Looks up a localized string similar to Whether to use embedded JavaScript and css files.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_Key">
            <summary>
              Looks up a localized string similar to Returns/sets a string value that can be used to store extra information on the item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_KeyField">
            <summary>
              Looks up a localized string similar to A data field that will be mapped to the Key property of the Item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_NavigateUrl">
            <summary>
              Looks up a localized string similar to Returns/sets a url that will be navigated to when an item is clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_NavigateUrlField">
            <summary>
              Looks up a localized string similar to A data field that will be mapped to the NavigateUrl property of the Item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_NavigateUrlFormatString">
            <summary>
              Looks up a localized string similar to Returns or sets a string value that is used to format the NavigateUrl property of a Item when the Item is being databound..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_PartialImageUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the image when the checkbox is partial..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_Target">
            <summary>
              Looks up a localized string similar to Returns/sets where the NavigateUrl will be navigated to when an item is clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_TargetField">
            <summary>
              Looks up a localized string similar to A data field that will be mapped to the Target property of the Item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_Templates">
            <summary>
              Looks up a localized string similar to Collection of Template controls..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_ToolTip">
            <summary>
              Looks up a localized string similar to Returns/sets the text that will be displayed when the mouse is over the item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_ToolTipField">
            <summary>
              Looks up a localized string similar to A data field that will be mapped to the ToolTip property of the Item..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_UncheckedImageUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the image when the checkbox is unchecked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_P_Visible">
            <summary>
              Looks up a localized string similar to Indicates whether the item is visible..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_Resizer_P_AltText">
            <summary>
              Looks up a localized string similar to Gets sets alt attribute for resizing handle image..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_Resizer_P_CssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to html element which represents resizing handle..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_Resizer_P_Enabled">
            <summary>
              Looks up a localized string similar to Gets sets ability to resize..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_Resizer_P_ImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image which is displayed on resizing handle.
            If value is empty, then the default value is used and corresponding image should be located in the &quot;images&quot; subdirectory at location defined by AppStyling..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_Resizer_P_MaxHeight">
            <summary>
              Looks up a localized string similar to Gets sets maximum height of control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_Resizer_P_MaxWidth">
            <summary>
              Looks up a localized string similar to Gets sets maximum width of control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_Resizer_P_MinHeight">
            <summary>
              Looks up a localized string similar to Gets sets minimum height of control. If value is less than 1, then minimum height is calculated automatically..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_Resizer_P_MinWidth">
            <summary>
              Looks up a localized string similar to Gets sets minimum width of control. If value is less than 1, then minimum width is calculated automatically..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_FadeCloseDuration">
            <summary>
              Looks up a localized string similar to Gets sets duration of fade animation for close action. Duration is measured in milliseconds. Value of 0 will disable fade animation for close action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_FadeCloseEquationType">
            <summary>
              Looks up a localized string similar to Gets sets equation type of fade animation for close action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_FadeOpenDuration">
            <summary>
              Looks up a localized string similar to Gets sets duration of fade animation for open action. Duration is measured in milliseconds. Value of 0 will disable fade animation for open action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_FadeOpenEquationType">
            <summary>
              Looks up a localized string similar to Gets sets equation type of fade animation for open action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_SlideCloseDirection">
            <summary>
              Looks up a localized string similar to Gets sets direction of slide animation for close action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_SlideCloseDuration">
            <summary>
              Looks up a localized string similar to Gets sets duration of slide animation for close action. Duration is measured in milliseconds. Value of 0 will disable slide animation for close action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_SlideCloseEquationType">
            <summary>
              Looks up a localized string similar to Gets sets equation type of slide animation for close action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_SlideOpenDirection">
            <summary>
              Looks up a localized string similar to Gets sets direction of slide animation for open action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_SlideOpenDuration">
            <summary>
              Looks up a localized string similar to Gets sets duration of slide animation for open action. Duration is measured in milliseconds. Value of 0 will disable slide animation for open action..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_SlideFadeAnimation_SlideOpenEquationType">
            <summary>
              Looks up a localized string similar to Gets sets equation type of slide animation for open action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_StyleSetName">
            <summary>
              Looks up a localized string similar to Name of the Application Styling Framework(tm) style set defining the themed appearance for this control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_StyleSetPath">
            <summary>
              Looks up a localized string similar to Path containing the Application Styling Framework(tm) style set files for this type of control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_WSM_IC_P_EnableCDN">
            <summary>
              Looks up a localized string similar to Directs all Infragistics controls on the page to use CDN as the source for JavaScript files..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_WSM_IC_P_EnableCombining">
            <summary>
              Looks up a localized string similar to When CDN is enabled all of the Infragistics JavaScript files can be downloaded as one combined file. This property enables combining CDN JavaScript files..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LD_WSM_P_InfragisticsCDN">
            <summary>
              Looks up a localized string similar to Contains CDN options for the ASP.NET controls.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LDR_UltraProdInfo_Expiration1">
            <summary>
              Looks up a localized string similar to Activation Grace Period Expired.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LDR_UltraProdInfo_Expiration2">
            <summary>
              Looks up a localized string similar to Trial Period Expired.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LDR_UltraProdInfo_Expiration4">
            <summary>
              Looks up a localized string similar to {0} usage days / {1} calendar weeks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LDR_UltraProdInfo_Expiration5">
            <summary>
              Looks up a localized string similar to N/A.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LDR_UltraProdInfo_Expiration6">
            <summary>
              Looks up a localized string similar to Invalid License Information.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LDR_UltraProdInfo_Expiration7">
            <summary>
              Looks up a localized string similar to Incomplete License Info.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LDR_UltraProdInfo_Expiration8">
            <summary>
              Looks up a localized string similar to {Error}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LDR_UltraProdInfo_Expiration9">
            <summary>
              Looks up a localized string similar to Product Not Installed Properly.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentException_10">
            <summary>
              Looks up a localized string similar to Key not found.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentException_11">
            <summary>
              Looks up a localized string similar to key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentException_12">
            <summary>
              Looks up a localized string similar to Key required.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentException_13">
            <summary>
              Looks up a localized string similar to Key already exists.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentException_14">
            <summary>
              Looks up a localized string similar to Key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentException_18">
            <summary>
              Looks up a localized string similar to codePrefix.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentException_19">
            <summary>
              Looks up a localized string similar to Invalid cdkey..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentException_20">
            <summary>
              Looks up a localized string similar to UltraPropControlType must be derived from UltraPropertyControlBase..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentNullException">
            <summary>
              Looks up a localized string similar to The argument, {0}, is not allowed to be null..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentNullException_15">
            <summary>
              Looks up a localized string similar to Add.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentNullException_16">
            <summary>
              Looks up a localized string similar to Insert.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentNullException_2">
            <summary>
              Looks up a localized string similar to type.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentNullException_3">
            <summary>
              Looks up a localized string similar to assembly.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentOutOfRangeException_4">
            <summary>
              Looks up a localized string similar to eventIndex.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentOutOfRangeException_5">
            <summary>
              Looks up a localized string similar to in EventManagerBase.InProgress.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentOutOfRangeException_6">
            <summary>
              Looks up a localized string similar to in EventManagerBase.IncrementInProgress.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentOutOfRangeException_7">
            <summary>
              Looks up a localized string similar to in EventManagerBase.DecrementInProgress.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentOutOfRangeException_8">
            <summary>
              Looks up a localized string similar to in EventManagerBase.IsEventEnabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_ArgumentOutOfRangeException_9">
            <summary>
              Looks up a localized string similar to in EventManagerBase.SetEventEnabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_CE_GetProperty">
            <summary>
              Looks up a localized string similar to ClientSideBase.GetProperty: the id={0} is out of range defined by GetClientEventNameList()..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_CE_InvalidChars">
            <summary>
              Looks up a localized string similar to Value should contain the name of a javascript function. Space, quote, parenthesis, etc. characters are not allowed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_CE_SetProperty">
            <summary>
              Looks up a localized string similar to ClientSideBase.SetProperty: the id={0} is out of range defined by GetClientEventNameList()..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_CO_SetId">
            <summary>
              Looks up a localized string similar to ID cannot be set on a CollectionObject.  This property is reserved for internal use..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_EmptyDate">
            <summary>
              Looks up a localized string similar to Date is empty..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_LoadViewStateException">
            <summary>
              Looks up a localized string similar to Load View State Exception.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_NotSupportedException_0">
            <summary>
              Looks up a localized string similar to About dialog can only be used for Infragistics controls.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_NotSupportedException_1">
            <summary>
              Looks up a localized string similar to About dialog can only be used for licensed Infragistics controls.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_NotSupportedException_17">
            <summary>
              Looks up a localized string similar to UltraLicenseAttributeBase can only be used for Infragistics controls.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_PresetLoadTargetNull_Msg">
            <summary>
              Looks up a localized string similar to In order to load a preset, the target parameter must not be null..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_PresetLoadTWNull_Msg">
            <summary>
              Looks up a localized string similar to In order to load a preset, the textWriter parameter must not be null..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_StreamNotWritable">
            <summary>
              Looks up a localized string similar to Serialization failed. The provided stream does not support write operation..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_WrongViewStateFlagValue">
            <summary>
              Looks up a localized string similar to Invalid ViewStateFlag value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LE_XAttEvenParamCount">
            <summary>
              Looks up a localized string similar to GetXAttributeValue accepts even number of parameters..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LHE_CompositeKeyException">
            <summary>
              Looks up a localized string similar to Composite key &apos;{0}&apos; is not supported for IEnumerable data sources..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LHE_ItemDoesNotExistsException">
            <summary>
              Looks up a localized string similar to Error resolving path. {0} with key value {1} does not exist..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LHE_PropertyNotFoundException">
            <summary>
              Looks up a localized string similar to Type {0} does not contain {1} property..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LHE_ResolvingPathException">
            <summary>
              Looks up a localized string similar to Error resolving path: {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicensedProductActivationGracePrompt">
            <summary>
              Looks up a localized string similar to The non-activated usage period for {2} will expire after {0} usage day(s) or {1} calendar week(s), whichever comes first.  You need to activate this product using the Product Activation Wizard..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicensedProductPromptDialogTitle">
            <summary>
              Looks up a localized string similar to Infragistics {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicensedProductTrialPeriodPrompt">
            <summary>
              Looks up a localized string similar to This trial version of {2} will expire after {0} usage day(s) or {1} calendar week(s), whichever comes first..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionBetaExpired">
            <summary>
              Looks up a localized string similar to {0} Beta expired on {1}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionGracePeriodExpired">
             <summary>
               Looks up a localized string similar to {0} {1}
            You need to activate this product using the Product Activation Wizard..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionIncomplete">
            <summary>
              Looks up a localized string similar to Incomplete license information.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionInformationNotFound">
            <summary>
              Looks up a localized string similar to No license information found.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionInvalidCDKey">
            <summary>
              Looks up a localized string similar to Invalid license information.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionSecurityPermission">
            <summary>
              Looks up a localized string similar to Insufficient security permissions to determine license status..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionTrialExpired">
            <summary>
              Looks up a localized string similar to {0} {1}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionUnlicensed">
            <summary>
              Looks up a localized string similar to Product not licensed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LicenseExceptionUnlicensedProgram">
             <summary>
               Looks up a localized string similar to This program was created using an unlicensed (demo) copy of {0}. 
            Please contact the author/vendor of the application..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.LoadViewState_Exception">
            <summary>
              Looks up a localized string similar to {0} ViewState is corrupted..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.FxStrings.TrialKey_AboutDialogLabel">
            <summary>
              Looks up a localized string similar to Trial.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ItemTemplate">
            <summary>
            Base Template class used for rendering templates.  
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ItemTemplate.Template">
            <summary>
            The template interface
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ItemTemplate.TemplateID">
            <summary>
            Gets or sets a string value representing the unique identifier for the template within the Templates collection for this tree.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ItemTemplateCollection">
            <summary>
            Contains the collection of ItemTemplates for use by a navigation control
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ItemTemplateCollection.#ctor(System.Web.UI.Control)">
            <summary>
            Constructor for the ItemTemplateCollection
            </summary>
            <param name="control"></param>
        </member>
        <member name="P:Infragistics.Web.UI.ItemTemplateCollection.Item(System.Int32)">
            <summary>
            Type specific indexer for the ItemTemplateCollection.  Returns the ItemTemplate at the given index within the collection
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.TemplateContainer">
            <summary>
            Naming container for an instance of a template.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.TemplateContainer.#ctor(System.Object)">
            <summary>
            Constructs a TemplateContainer object
            </summary>
            <param name="item">The dataObject containing data to bind to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.TemplateContainer.#ctor">
            <summary>
            Constructs a TemplateContainer object
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.TemplateContainer.OnBubbleEvent(System.Object,System.EventArgs)">
            <summary>
            Determines whether the event for the server control is passed up the page's UI server control hierarchy.
            </summary>
            <param name="source">The source of the event.</param>
            <param name="args">An <see cref="T:System.EventArgs"/> object that contains the event data.</param>
            <returns>
            true if the event has been canceled; otherwise, false. The default is false.
            </returns>
        </member>
        <member name="P:Infragistics.Web.UI.TemplateContainer.Item">
            <summary>
            Item containing data to bind to.
            </summary>
            <remarks>
            The Item contains a reference to the object which owns this TemplateContainer.  For instance, the DataItem
            property of the TemplateContainer for a Tree Node object will contain a reference to the DataTreeNode object.  Declarative databinding
            statements can then be used in aspx files to access the properties of the Node object using Eval(Container.OwnerItem("propName")) syntax.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.TemplateContainer.DataItem">
            <summary>
            DataItem containing data to bind to.
            </summary>
            <remarks>
            The DataItem usually contains a reference the datasource object that is being bound.  Declarative databinding
            statements can then be used in aspx files to access the properties of the dataobject using Eval(Container.DataItem("propname")) syntax.
            </remarks>
        </member>
        <member name="T:Infragistics.Web.UI.DefaultableBoolean">
            <summary>
            Defaultable boolean values allow the user to either directly set the value to control a behavior or inherit from a parent object that 
            will be set.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DefaultableBoolean.NotSet">
            <summary>
            No setting.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DefaultableBoolean.True">
            <summary>
            True is set.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.DefaultableBoolean.False">
            <summary>
            False is set.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceType">
            <summary>
            Indicates what type of DataSource is associated with the control
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ClientUIFlags">
            <summary>
            Indicates which state flags are set for rendering client state objects.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ContentOverflow">
            <summary>
            The type and manner in which the contents of a LayoutPane will overflow.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ContentOverflow.Visible">
            <summary>
            The content is visible: no automatic scrollbars.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ContentOverflow.Auto">
            <summary>
            The scrollbars are displayed automatically if they are needed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ContentOverflow.Scroll">
            <summary>
            The scrollbars are always displayed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.ContentOverflow.Hidden">
            <summary>
            The scrollbars are never displayed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.MouseStates">
            <summary>
            The client behavior of element related to mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.MouseStates.None">
            <summary>
            The appearance of element does not change by mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.MouseStates.Hover">
            <summary>
            Element changes its appearance when mouse is moved-over element.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.MouseStates.Down">
            <summary>
            Element changes its appearance when mouse is pressed-on element.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.MouseStates.HoverAndDown">
            <summary>
            Element changes its appearance when mouse is moved-over or pressed-on element.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.ClientUIFlagType">
            <summary>
            Used for Determining the Type of ClientUIFlagType being used by a specific UI Property, such as Selected or Visible.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.AutoPostBackFlag">
            <summary>
            Auto postback options for events exposed by a control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.AutoPostBackFlag.Off">
            <summary>
            No auto postback.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.AutoPostBackFlag.On">
            <summary>
            Full auto postback on event.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.AutoPostBackFlag.Async">
            <summary>
            Asynchronous auto postback on event.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.AnimationEquationType">
            <summary>
            Descibes how an animation value should be calculated from start to finish.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.AnimationEquationType.Linear">
            <summary>
            Value is calculated in a linear fashion from start to finish.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.AnimationEquationType.EaseIn">
            <summary>
            Value is calulated with some acceleration at the beginning.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.AnimationEquationType.EaseOut">
            <summary>
            Value is calulated with some acceleration at the end.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.AnimationEquationType.EaseInOut">
            <summary>
            Value is calulated with some acceleration at the beginning and end.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.AnimationEquationType.Bounce">
            <summary>
            Value is calulated so that it overshoots and settles down to the end value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.SlideDirection">
            <summary>
            Direction of slide animation.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.SlideDirection.Auto">
            <summary>
            Sliding direction is defined by control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.SlideDirection.Vertical">
            <summary>
            Sliding from top to bottom or from bottom to top depending on location of sliding element relative to its base.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.SlideDirection.Horizontal">
            <summary>
            Sliding from left to right or from right to left depending on location of sliding element relative to its base.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.SlideDirection.Both">
            <summary>
            Sliding in horizontal and vertical directions.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.SortDirection">
            <summary>
            Represents the direction of a sort
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.SortDirection.None">
            <summary>
            No sort is applied.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.SortDirection.Ascending">
            <summary>
            Data is sorted in ascending order.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.SortDirection.Descending">
            <summary>
            Data is sorted in descending order.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.RoundedCornersType">
            <summary>
            The type of rounded corners.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.RoundedCornersType.Horizontal">
            <summary>
            The generated html assumes that the height of target element is limited by the EdgesSize property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.RoundedCornersType.Vertical">
            <summary>
            The generated html assumes that the width of target element is limited by the EdgesSize property.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.RoundedCornersType.Full">
            <summary>
            The generated html assumes that the height and width of target element is not limited.
            The size of html is much larger than html generated for other options.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.RoundedCornersImageID">
            <summary>
            The location of image.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.RoundedCornersImageID.Corner">
            <summary>
            Image for corners.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.RoundedCornersImageID.LeftRight">
            <summary>
            Image for left and right edges.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.RoundedCornersImageID.TopBottom">
            <summary>
            Image for top and bottom edges.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.RoundedCornersImageID.Center">
            <summary>
            Image for center area.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.CheckBoxMode">
            <summary>
            Represents all possible check box modes -  off, bi-state or tri-state.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.CheckBoxMode.Off">
            <summary>
            disabled mode.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.CheckBoxMode.BiState">
            <summary>
            bi-state mode.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.CheckBoxMode.TriState">
            <summary>
            tri-state mode.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.CheckBoxState">
            <summary>
            Represents the three possible check box states -  checked, unchecked and partial.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.CheckBoxState.Unchecked">
            <summary>
            Unchecked state.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.CheckBoxState.Checked">
            <summary>
            Checked state.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.CheckBoxState.Partial">
            <summary>
            Partial state.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.RelativeLocation">
            <summary>
            Location of one html element relative to bounds of another html element.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.AjaxIndicatorBlockArea">
            <summary>
            Option to enable or disable blocking the control or browser's window while async postback.
            That block element is designed for visual effect and to block mouse.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.BindingType">
            <summary>
            Defines the type of binding for the expression:
            { binding fieldName} refers to one-way binding while
            {{ binding fieldName}} refers to two-way binding
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Mode">
            <summary>
            Represents the mode of a behavior for some control that can be on or off or automatically
            enabled by the control's logic.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Mode.Off">
            <summary>
            Behavior is turned off.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Mode.On">
            <summary>
            Behavior is turned on.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Mode.Auto">
            <summary>
            Behavior is automatically turned on and off according to logic of control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.ISupportAppStylist.AddControlsToFormForRender(System.Web.UI.HtmlControls.HtmlForm)">
            <summary>
            This is where the developer builds the controls to render in the way they want AppStylist to present it.
            Note: if the control requires a ScriptManager, then it should include that in the list of controls.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportAppStylist.CategoryName">
            <summary>
            The Name that should be displayed on the Tab in AppStylist.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportAppStylist.EmbeddedCssFileDir">
            <summary>
            The embedded path to the directory that contains the default css file for the control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportAppStylist.EmbeddedBGImageNames">
            <summary>
            A list of background images that are needed for the default styleset.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportAppStylist.EmbeddedBGImagesDir">
            <summary>
            The embedded path to the directory that contains the background images for the default styleset
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportAppStylist.DefaultImageInfo">
            <summary>
            A list of DefaultImage names that are needed for the control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.ISupportAppStylist.DefaultImageEmbeddedDir">
            <summary>
            The embedded path to the directory that contains the Default Images for the control
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.ObjectEnumeratorBase.position">
            <summary>
            The Current position of the enumerator within the collection
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.Framework.ObjectEnumeratorBase.objects">
            <summary>
            Reference to ObjectCollection being enumerated.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectEnumeratorBase.#ctor(Infragistics.Web.UI.Framework.ObjectCollection)">
            <summary>
            Constructor 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectEnumeratorBase.MoveNext">
            <summary>
            Implements the IEnumerator.MoveNext method 
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.ObjectEnumeratorBase.Reset">
            <summary>
            Implements the IEnumerator.Reset method. Sets the position to
            before the first item in the collection
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Framework.ObjectEnumeratorBase.System#Collections#IEnumerator#Current">
            <summary>
            Returns the current object being enumerated
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Framework.StateBot">
            <summary>
            Contains static methods for performing various state management tasks as well as the StateBot class itself which can
            be instanited by Controls to carry out the ClientState serialization process.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.SaveViewState(System.Web.UI.StateBag)">
            <summary>
            Static method that performs low level ViewState persistence 
            </summary>
            <param name="viewState">The StateBag containing a list of objects that need to be persisted to ViewState.</param>
            <returns>An opaque object which is an ArrayList containing the object references that need to be serialized to ViewState.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.LoadViewState(System.Web.UI.StateBag,System.Object)">
            <summary>
            Static method that performs low level ViewState anti-persistence 
            </summary>
            <param name="viewState">A StateBag object into which the properties will be stored coming back from ViewState.</param>
            <param name="state">An opaque object which is the same ArrayList that was stored during SaveViewState and from
            which the properties will be loaded back into the viewState bag.</param>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.CalculateFlags(Infragistics.Web.UI.DefaultableBoolean,Infragistics.Web.UI.DefaultableBoolean,Infragistics.Web.UI.DefaultableBoolean,System.Boolean,Infragistics.Web.UI.DefaultableBoolean,System.Boolean,Infragistics.Web.UI.DefaultableBoolean,Infragistics.Web.UI.DefaultableBoolean,System.Boolean,Infragistics.Web.UI.DefaultableBoolean,Infragistics.Web.UI.DefaultableBoolean,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            A Static method which calculates the Flags property value of a IUIObject based on the values of the list of passed in parameters.
            </summary>
            <param name="visible"></param>
            <param name="enabled"></param>
            <param name="selectable"></param>
            <param name="selected"></param>
            <param name="hoverable"></param>
            <param name="hovered"></param>
            <param name="editable"></param>
            <param name="focusable"></param>
            <param name="focused"></param>
            <param name="draggable"></param>
            <param name="droppable"></param>
            <param name="kbNav"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.CalculateFlag(Infragistics.Web.UI.ClientUIFlags,Infragistics.Web.UI.DefaultableBoolean)">
            <summary>
            Calculates the integer value for the specified ClientUIFlag based off of the passed in value.
            </summary>
            <param name="flag">The flag to calculate the value for.</param>
            <param name="val">The value to be set on the specified flag.</param>
            <returns>An integer calculated for the ClientUIFlag based off of the value.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.CalculateFlag(Infragistics.Web.UI.ClientUIFlags,System.Boolean)">
            <summary>
            Calculates the integer value for the specified ClientUIFlag based off of the passed in value.
            </summary>
            <param name="flag">The flag to calculate the value for.</param>
            <param name="val">The value to be set on the specified flag.</param>
            <returns>An integer calculated for the ClientUIFlag based off of the value.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.CheckFlag(System.Int32,Infragistics.Web.UI.ClientUIFlags)">
            <summary>
            Checks the passed in flags for the ClientUIFlag's value.
            </summary>
            <param name="flags">An integer that is made up of all of the ClientUIFlags set.</param>
            <param name="flag">The ClientUIFlag whose value should be returned.</param>
            <returns>Returns a Defaultable boolean based off the flag's Value. If the Flag should be a boolean, and the value is true, then
            the return value will be DefautlableBoolean.False.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.CheckFlagValueBool(System.Int32,Infragistics.Web.UI.ClientUIFlags)">
            <summary>
            Returns the actual integer value for a specified flag.
            </summary>
            <param name="flags">An integer that is made up of all of the ClientUIFlags set.</param>
            <param name="flag">The ClientUIFlag whose value should be returned.</param>
            <returns>The actual integer value that the flag has set in the specified flags.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.CheckFlagValueDB(System.Int32,Infragistics.Web.UI.ClientUIFlags)">
            <summary>
            Returns the actual integer value for a specified flag.
            </summary>
            <param name="flags">An integer that is made up of all of the ClientUIFlags set.</param>
            <param name="flag">The ClientUIFlag whose value should be returned.</param>
            <returns>The actual integer value that the flag has set in the specified flags.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.Framework.StateBot.RenderProperty(System.Object,System.Text.StringBuilder,System.Boolean)">
            <summary>
            Renders an ObjectBase object into a string buffer containing the object JSON representation.
            </summary>
            <param name="prop">The property to render.</param>
            <param name="buffer">The string buffer that will contain the property representation.</param>
            <param name="renderNulls">If true, objects that are null will be rendered as "null,".
            Normally the framework puts only "," to conserve space.</param>
            <remarks>renderNulls is used when IGControl.OptimizeCollectionsState is true.
            We need to save the collections JSON in a format that can be easily deserialized
            by JavaScriptSerializer.DeserializeObject().</remarks>
        </member>
        <member name="P:Infragistics.Web.UI.ListControls.ListItemEventArgs.Item">
            <summary>
            Returns the Item object associated with the event
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.DataRelation">
            <summary>
            Serves for defining a relation between two <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/> objects. The relation can be self-referencing, where parent and child DataView IDs are equal.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataRelation.Validate">
            <summary>
            Throws an ArgumentException if validation of parent and child columns fail
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataRelation.OwnerCollection">
            <summary>
            Gets the instance of the parent collection of the DataRelation
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataRelation.ChildDataViewID">
            <summary>
            The ID of the child <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/> in the relation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataRelation.ChildColumns">
            <summary>
            The columns of the child <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/> that must match the parent columns.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataRelation.ParentDataViewID">
            <summary>
            The ID of the parent <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/> in the relation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataRelation.ParentColumns">
            <summary>
            The columns of the parent <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/> that must match the child columns.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataRelation.IsSelfReferencing">
            <summary>
            Returns true if this is self referencing relation 
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataRelation.Index">
            <summary>
            Gets the index of the DataRelation withhin the <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelationCollection"/>.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.DataRelationCollection">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/>s
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataRelationCollection.Find(System.String,System.String)">
            <summary>
            Finds a <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/> inside the collection based on a parent and child DataView id.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataRelationCollection.FindByParentDataViewID(System.String)">
            <summary>
            Finds all child <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/> objects inside the collection based on a id parameter.
            </summary>
            <param name="id">The Id of the parent relation</param>
            <returns>List of <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/> objects containining the specified id for its Parent. Returns empty List if no such <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/> is found</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataRelationCollection.FindByChildDataViewID(System.String)">
            <summary>
            Finds a <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/> inside the collection based on a id parameter.
            </summary>
            <param name="id">The Id of the child relation</param>
            <returns><see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/> containining the specified id for its Child. Returns null if not such <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/>is found</returns>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.DataView">
            <summary>
            Serves as a view for various datasources. Can be used to form a <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/>.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataView.OwnerCollection">
            <summary>
            Gets the instance of the collection containing the DataView (<see cref="T:Infragistics.Web.UI.DataSourceControls.DataViewCollection"/>
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataView.DataMember">
            <summary>
            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.
            
            Return Value
            The name of the specific list of data that the data-bound control binds to, if more than one list is supplied by a data source control. The default value is Empty.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataView.ID">
            <summary>
            The ID of the DataView, uniquely identifying the DataView and used on <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/>s
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataView.DataSource">
            <summary>
            Gets or sets the object from which the data-bound control retrieves its list of data items.
            
            Return Value
            An object that represents the data source from which the data-bound control retrieves its data. The default is null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataView.DataSourceID">
            <summary>
            Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
            
            Return Value
            The ID of a control that represents the data source from which the data-bound control retrieves its data.
            </summary>        
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.DataView.Index">
            <summary>
            Gets the index of the DataView withhin the DataViewCollection.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.DataViewCollection">
            <summary>
            A collection of <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/>s.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataViewCollection.FindByID(System.String)">
            <summary>
            Finds a DataView inside the collection based on ids
            </summary>
            <param name="id">The value of the Id property</param>
            <returns>The instance of the DataView found or null if nothing has been found</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.DataViewCollection.Exists(System.String,System.String)">
            <summary>
            Checks if a DataView inside the collection exists, based DataSourceID and DataMember
            </summary>
            <param name="dataSourceID">The value of DataSourceID</param>
            <param name="dataMember">The value of DataMember</param>
            <returns>True if the DataView found or false if nothing has been found</returns>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource">
            <summary>
            WebHierarchicalDataSource is a hierarchical datasource control allowing you to combine any number of flat datasources into a hierarchy. 
            The control supports all flat declarative datasources - AccessDataSource, SqlDataSource, WebHierarchicalDataSource, ObjectDataSource - they can be 
            specified both using Visual Studio.NET design time or at runtime. You can also use a wide range of datasource objects at runtime, like arrays,
            collections, DataSet/DataTable, etc. You can mix any number/type of datasource. The control can be used in various databinding scenarios,
            for example binding to hierarchical databound controls like WebDataTree, UltraWebTree, the built-in asp:treeview/menu, UltraWebGrid, WebDataGrid, etc.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.System#Web#UI#IDataSource#GetView(System.String)">
            <summary>
            This IDataSource interface method gets called by flat databound controls and represent a flat view of the hierarchy. 
            This method is typically used internally by the ASP.NET databinding infrastructure.
            </summary>
            <param name="viewName">The name of the requested view</param>
            <returns>The flat representation of the hierarchy</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.System#Web#UI#IDataSource#GetViewNames">
            <summary>
            This IDataSource interface methods gets called by flat databound controls and gets a list of all views contained in the control.
            This methos is typically used internally by the ASP.NET databinding infrastructure.
            </summary>
            <returns>A collection of dataview names (string)</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.System#Web#UI#IHierarchicalDataSource#GetHierarchicalView(System.String)">
            <summary>
            This IHierarchicalDataSource interface method gets called by hierarchical databound controls.
            This method is typically used internally by the ASP.NET databinding infrastructure.
            </summary>
            <param name="viewPath">The ID of the starting <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/></param>
            <returns>The hierarchical view based on the starting <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/> and the <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/>s defined.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.CreateRunBot">
            <summary>
            A virtual method called by the base Aikido framework when the RunBot is required for the control.  Derived classes
            may override this method in order to provide extra functionality to the RunBot.  Many of the 
            methods within the RunBot class may also be overridable in order to add additional logic to the control.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceRunBot">WebHierarchicalDataSourceRunBot</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.CreateRenderer">
            <summary>
            A virtual method called by the base Aikido framework when a renderer is required for the control.  Derived classes
            may override this method in order to provide specific rendering markup.  Many of the rendering 
            methods within the Renderer class may also be overridable in order to customize specific aspects of the rendering.
            </summary>
            <returns>Returns a new <see cref="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceRenderer">WebHierarchicalDataSourceRenderer</see>. object</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.FindControlRecursive(System.Web.UI.Control,System.String)">
            <summary>
            Helper method for finding a control recursively in the Controls collection of a parent Control. Used to find all IDatasource controls on the Page.
            </summary>
            <param name="root">The Control to start at</param>
            <param name="id">The ID of the control that needs to be found recurisvely</param>
            <returns>The instance of the Control found or null if not control is found</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.ClearCache">
            <summary>
            Used to clear data record cache.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.IsCached(System.String)">
            <summary>
            Used to check if a DataView with the specified ID is already cached.
            </summary>
            <param name="id">The value of the DataView.ID to search for</param>
            <returns>True, if the DataView is cached, false otherwise</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.AddToCache(System.String)">
            <summary>
            Adds a DataView object to the cache, effectively caching the Infragistics.Data enumeration that represents the DataView (DataRecordCollection).
            </summary>
            <param name="id">The ID of the DataView</param>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.GetCached(System.String)">
            <summary>
            Gets an Infragistics.Data enumeration (DataRecordCollection) from cache
            </summary>
            <param name="id">The ID of the cached DataView</param>
            <returns>An enumeration with the data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.GetRootDataViewIDs">
            <summary>
            Get root DataView IDs
            </summary>
            <returns>List of DataView IDs</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.GetChildDataViewIDs(System.String)">
            <summary>
            Gets all child <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/>s based on a parent <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/>.ID
            </summary>
            <param name="parentDataViewID">The ID of the parent DataView</param>
            <returns>A list of all child DataView IDs (string)</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.RemoveDataViewSubTree(System.String,System.String)">
            <summary>
            Recursively remove the specified target DataView, its DataRelations and child DataViews. This is typically used internally by WHDS.
            </summary>
            <param name="targetDataViewID">The ID of the starting DataView</param>
            <param name="parentDataViewID">The ID of the parent DataView</param>        
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.RootDataViewID">
            <summary>
            The value of the <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/> ID that will serve as a root for the hierarchical datasource control. If not specified, the first DataView is used.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.DataViews">
            <summary>
            The collection of <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/> objects, that take part in defining the hierarchy.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.DataRelations">
            <summary>
            The collection of <see cref="T:Infragistics.Web.UI.DataSourceControls.DataRelation"/> objects, that define the relations between different <see cref="T:Infragistics.Web.UI.DataSourceControls.DataView"/>s.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource.ViewStateLoaded">
            <summary>
            This event will be raised after WebHierarchicalDataSource loads its view state.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceRenderer">
            <summary>
            A custom rendering class for WebHierarchicalDataSource control. Should be implemented in the case when we need data sent to the client.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceRunBot">
            <summary>
            A RunBot class designed to take care of rendering/styling of the WebHierarchicalDataSource control.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceStyleBot">
            <summary>
            Takes care of styling the control on the client. Should be implemented in the case when we decide to have visual representation of WHDS in the browser.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceView">
            <summary>
            Represents a data view on a node or collection of nodes in a hierarchical
            data structure for a Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceView.#ctor(Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSource,System.String,System.String)">
            <summary>
            Initializes a new instance of the System.Web.UI.HierarchicalDataSourceView  class.
            This method is typically used internally by the ASP.NET databinding infrastructure.
            </summary>
            <param name="ownerDataSource">The instnace of the parent(owner) WebHierarchicalDataSource control</param>
            <param name="viewPath">The hierarchical path of the view</param>
            <param name="viewId">The ID of the view</param>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceView.Select">
            <summary>
            Gets a list of all the data items in the view.
            </summary>
            <returns>An System.Web.UI.IHierarchicalEnumerable collection of data items.</returns>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalDataSourceView.IsRootRecord(Infragistics.Web.UI.Framework.Data.DataRecord,System.String[])">
            <summary>
            Returns true if the values of all parent columns are null or DBNull
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalEnumerable">
            <summary>
                Represents a hierarchical collection that can be enumerated with an System.Collections.IEnumerator
                interface. This enumeration is used internally by the WebHierarchicalDataSource control.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalEnumerable.#ctor">
            <summary>
            Initializes a new instance of the Infragistics.Web.UI.DataSourceControls.WebHierarchicalEnumerable class.        
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalEnumerable.GetHierarchyData(System.Object)">
            <summary>
             An System.Web.UI.IHierarchyData instance that represents the System.Object
             passed to the Infragistics.Web.UI.DataSourceControls.WebHierarchicalEnumerable.GetHierarchyData(System.Object)
             method.
             </summary>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchicalFlatDataSourceView">
            <summary>
            A flat representation of the WebHierarchicalDataSource control. Used when the consumer control does not support hierarchy (e.g. flat grids, etc)
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchicalFlatDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)">
            <summary>
            Selects batch of flat data from the datasource based on the arguments. In a hierarchical context, return only root data of the hierarchy.
            </summary>
            <param name="arguments">The select arguments passed to the datasource</param>
            <returns></returns>
        </member>
        <member name="T:Infragistics.Web.UI.DataSourceControls.WebHierarchyDataPropertyDescriptor">
            <summary>
            Used to map properties from WebHierarchyData to the actual item being bound.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.DataSourceControls.WebHierarchyDataPropertyDescriptor.GetValue(System.Object)">
            <summary>
            Maps property values frm WebHierarchyData to the actual properties of the item being bound.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTickmarksLocation">
            <summary>
            Location of tickmarks in WebSlider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarksLocation.None">
            <summary>
            No tickmarks.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarksLocation.BottomOrRight">
            <summary>
            Tickmarks are located below horizontal trackbar or on right side of vertical trackbar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarksLocation.TopOrLeft">
            <summary>
            Tickmarks are located above horizontal trackbar or on left side of vertical trackbar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarksLocation.Both">
            <summary>
            Tickmarks are located on both sides of trackbar.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelLocation">
            <summary>
            Location of labels for tickmarks in WebSlider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelLocation.None">
            <summary>
            No labels.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelLocation.BottomOrRight">
            <summary>
            Labels are located below horizontal trackbar or on right side of vertical trackbar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelLocation.TopOrLeft">
            <summary>
            Labels are located above horizontal trackbar or on left side of vertical trackbar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelLocation.Both">
            <summary>
            Labels are located on both sides of trackbar.
            </summary>
            <remarks>
            That is combination of BottomOrRight and TopOrLeft.
            </remarks>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelLocation.TwoLabelsInMargins">
            <summary>
            Two labels are rendered inside of margins between minus/plus buttons and trackbar regardless on value of SliderTickmarks.NumberOfLabels.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTrackFillValueMode">
            <summary>
            Options to render extra areas in track bar of WebSlider that represent values.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTrackFillValueMode.None">
            <summary>
            Values on track bar are not displayed.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTrackFillValueMode.MainValue">
            <summary>
            Show extra style with ValueFillCssClass in track bar for area between edge and main Value only.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTrackFillValueMode.Range">
            <summary>
            Show extra style with ValueFillCssClass in track bar for area between Value and SecondaryValue.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTrackFillValueMode.All">
            <summary>
            Show extra styles in track bar for both Value and SecondaryValue.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderThumbsInteractionMode">
            <summary>
            Relative behavior of 2 thumbs in WebSlider.
            </summary>
            <remarks>
            That has effect only when EnableSecondaryValue property of WebSlider is enabled.
            </remarks>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderThumbsInteractionMode.Lock">
            <summary>
            Main Thumb can be moved only within area between SecondaryThumb and left (or bottom for vertical orientation) edge of track bar.
            SecondaryThumb can be moved only within area between main Thumb and right (or top for vertical orientation) edge of track bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderThumbsInteractionMode.Push">
            <summary>
            If main Thumb is moved to right (or to top for vertical orientation) and it crosses the location of SecondaryThumb, then SecondaryThumb is moved as well.
            If SecondaryThumb is moved to left (or to bottom for vertical orientation) and it crosses the location of main Thumb, then main Thumb is moved as well.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderThumbsInteractionMode.Free">
            <summary>
            Main Thumb and SecondaryThumb can be moved independant on each other.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderValueLabelLocation">
            <summary>
            Location of label which shows current value in WebSlider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueLabelLocation.Hidden">
            <summary>
            No value label.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueLabelLocation.LeftOrTop">
            <summary>
            Label is located on the left side of horizontal slider or on top of vertical slider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueLabelLocation.RightOrBottom">
            <summary>
            Label is located on the right side of horizontal slider or on bottom of vertical slider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueLabelLocation.FloatTopOrLeft">
            <summary>
            Label is floated and located dynamically next to the thumb above horizontal track, or on left side of vertical track.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueLabelLocation.FloatBottomOrRight">
            <summary>
            Label is floated and located dynamically next to the thumb below horizontal track, or on right side of vertical track.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTrackClickAction">
            <summary>
            Action performed when tickmark in WebSlider is clicked by mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTrackClickAction.None">
            <summary>
            No action on mouse click or double click.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTrackClickAction.MoveToPoint">
            <summary>
            Closest thumb is moved to the location of mouse.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTickmarkClickAction">
            <summary>
            Action performed when tickmark in WebSlider is clicked by mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkClickAction.None">
            <summary>
            No action on mouse click or double click.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkClickAction.MoveToTick">
            <summary>
            Closest thumb is moved to the closest tick mark.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkClickAction.MoveToPoint">
            <summary>
            Closest thumb is moved to the location of mouse.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelClickAction">
            <summary>
            Action performed when label of tickmark in WebSlider is clicked by mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelClickAction.None">
            <summary>
            No action on mouse click or double click.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderTickmarkLabelClickAction.MoveToLabel">
            <summary>
            Closest thumb is moved to the location of label.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderMarginClickAction">
            <summary>
            Action performed when margin between buttons and track bar in WebSlider is clicked by mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderMarginClickAction.None">
            <summary>
            No action on mouse click or double click.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderMarginClickAction.LargeChange">
            <summary>
            Focus thumb is moved by value of LargeChange.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderMarginClickAction.MoveToEnd">
            <summary>
            Focus thumb is moved to the end.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderValueType">
            <summary>
            Type of objects used by WebSlider for Value, MinValue, SmallChange, etc properties.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.Double">
            <summary>
            The double is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.Float">
            <summary>
            The float is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.Decimal">
            <summary>
            The decimal is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.Long">
            <summary>
            The long is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.Int">
            <summary>
            The int is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.Short">
            <summary>
            The short is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.Byte">
            <summary>
            The byte is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.DateTime">
            <summary>
            The DateTime is used.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderValueType.TimeSpan">
            <summary>
            The TimeSpan is used.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderContentAlignment">
            <summary>
            Alignment of content within bounds of control.
            </summary>
            <remarks>
            <p class="body">That defines vertical alignment for horizontal WebSlider or horizontal aligment for vertical WebSlider.</p>
            </remarks>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderContentAlignment.Center">
            <summary>
            Content is align to the center.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderContentAlignment.TrackCenter">
            <summary>
            Trackbar is align to the center.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderContentAlignment.TopOrLeft">
            <summary>
            Content of horizontal slider is align to top, content of vertical slider is aligned to left.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderContentAlignment.BottomOrRight">
            <summary>
            Content of horizontal slider is align to bottom, content of vertical slider is aligned to right.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderRoles">
            <summary>
            Roles defined for the ig_splitter.css file.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.Control">
            <summary>
            Css for control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackHorz">
            <summary>
            Css for horizontal track bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackValueHorz">
            <summary>
            Css for Value1 of horizontal track bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackValue2Horz">
            <summary>
            Css for Value2 of horizontal track bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackVert">
            <summary>
            Css for vertical track bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackValueVert">
            <summary>
            Css for Value1 of vertical track bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackValue2Vert">
            <summary>
            Css for Value2 of vertical track bar.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.MarginHoriz">
            <summary>
            Css for left and right margins of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.LabelsHolderHoriz">
            <summary>
            Css for holder of labels of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.LabelTop">
            <summary>
            Css for top labels of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.LabelBottom">
            <summary>
            Css for bottom labels of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.LabelEdgeHoriz">
            <summary>
            Css for 2 labels located on edges of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TicksHolderTop">
            <summary>
            Css for holder of top tickmarks of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickMajorTop">
            <summary>
            Css for major top tickmarks of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickMinorTop">
            <summary>
            Css for minor top tickmarks of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickLastTop">
            <summary>
            Css for last top tickmarks of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TicksHolderBottom">
            <summary>
            Css for holder of bottom tickmarks of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickMajorBottom">
            <summary>
            Css for major bottom tickmarks of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickMinorBottom">
            <summary>
            Css for minor bottom tickmarks of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickLastBottom">
            <summary>
            Css for last bottom tickmarks of horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.MarginVert">
            <summary>
            Css for top and bottom margins of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.LabelsHolderVert">
            <summary>
            Css for holder of labels of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.LabelLeft">
            <summary>
            Css for left labels of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.LabelRight">
            <summary>
            Css for right labels of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.LabelEdgeVert">
            <summary>
            Css for 2 labels located on edges of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TicksHolderLeft">
            <summary>
            Css for holder of left tickmarks of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickMajorLeft">
            <summary>
            Css for of major left tickmarks of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickMinorLeft">
            <summary>
            Css for of minor left tickmarks of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickLastLeft">
            <summary>
            Css for of last left tickmarks of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TicksHolderRight">
            <summary>
            Css for holder of right tickmarks of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickMajorRight">
            <summary>
            Css for major right tickmarks of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickMinorRight">
            <summary>
            Css for minor right tickmarks of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TickLastRight">
            <summary>
            Css for last right tickmarks of vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.Button">
            <summary>
            Css for plus and minus buttons.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ValueLabel">
            <summary>
            Css for value label.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ValueLabelFloatHover">
            <summary>
            Css for float value label when it has mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ThumbsHolderHoriz">
            <summary>
            Css for holder of thumbs in horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ThumbHoriz">
            <summary>
            Css for thumbs in horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ValueLabelFloatTop">
            <summary>
            Css for float top value label in horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ValueLabelFloatBottom">
            <summary>
            Css for float bottom value label in horizontal control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ThumbsHolderVert">
            <summary>
            Css for holder of thumbs vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ThumbVert">
            <summary>
            Css for thumbs in vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ValueLabelFloatLeft">
            <summary>
            Css for float left value label in vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.ValueLabelFloatRight">
            <summary>
            Css for float right value label in vertical control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.FocusCss">
            <summary>
            Css for control when it has focus.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.HoverCss">
            <summary>
            Css for control when it has mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.DisabledCss">
            <summary>
            Css for disable control.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackFocusCss">
            <summary>
            Css for track bar when control has focus.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackHoverCss">
            <summary>
            Css for track bar when control has mouse.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackDisabledCss">
            <summary>
            Css for track bar when control is disabled.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackEdgeLeftCss">
            <summary>
            Css for left edge of track bar for horizontal slider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackEdgeRightCss">
            <summary>
            Css for right edge of track bar for horizontal slider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackEdgeTopCss">
            <summary>
            Css for top edge of track bar for vertical slider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackEdgeBottomCss">
            <summary>
            Css for bottom edge of track bar for vertical slider.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackValueEdgeLeftCss">
            <summary>
            Css for left edge of track bar for horizontal slider which represents Value.
            </summary>
        </member>
        <member name="F:Infragistics.Web.UI.EditorControls.SliderRoles.TrackValueEdgeBottomCss">
            <summary>
            Css for bottom edge of track bar for vertical slider which represents Value.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderValueChangedEventArgs">
            <summary>
            Argument used for event which is raised by WebSlider when value of a thumb was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueChangedEventArgs.OldValue">
            <summary>
            Gets old value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueChangedEventArgs.NewValue">
            <summary>
            Gets new value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueChangedEventArgs.IsSecondaryThumb">
            <summary>
            Checks if value of SecondaryThumb was changed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderFormatTickmarkLabelEventArgs">
            <summary>
            Argument used for event which is raised by WebSlider when value of a thumb was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderFormatTickmarkLabelEventArgs.Value">
            <summary>
            Gets value at position where label is located. Note: if static labels were set (SliderTickmarks.SetLabels), then that value is null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderFormatTickmarkLabelEventArgs.Label">
            <summary>
            Gets sets label.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderFormatTickmarkLabelEventArgs.Percent">
            <summary>
            Gets percentage of the label's location within slider bar. Value is in range from 0 to 1.  Note: if static labels were set (SliderTickmarks.SetLabels), then that value is null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderFormatTickmarkLabelEventArgs.LabelID">
            <summary>
            Gets the id of label starting from the bottom label of vertical slider or left label of horizontal slider.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderFormatTickmarkLabelEventArgs.LeftTop">
            <summary>
            Gets location of label. True: left for vertical slider or top for horizontal slider. False: right for vertical slider or bottom for horizontal slider.
            That property is not applied, when slider has 2 labels on edges.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderValueChangedEventHandler">
            <summary>
            Event delegate used by WebSlider when value of a thumb was changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderFormatTickmarkLabelEventHandler">
            <summary>
            Event delegate used by WebSlider to format tickmark labels.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderAutoPostBackFlags">
            <summary>
            Container of properties which define auto postback options used by WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderAutoPostBackFlags.#ctor(System.Boolean)">
            <summary>
            Constructor for SliderAutoPostBackFlags.
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderAutoPostBackFlags.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderAutoPostBackFlags.ValueChanged">
            <summary>
            Gets sets auto postback options applied to value change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderAutoPostBackFlags.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderButton">
            <summary>
            Class used for increment/decrement buttons used by WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderButton.#ctor(System.Boolean)">
            <summary>
            Constructor for SliderButton
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderButton.CssClass">
            <summary>
            Gets sets the custom css class applied to plus and minus buttons of slider.
            </summary>
            <remarks>
            <p class="note">That class is merged with AppStyling css class igsli_Button.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderButton.ImageUrl">
            <summary>
            Gets sets the custom image url used for plus or minus button in slider.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusH.gif or igsli_MinusH.gif, and for vertical slider
            it is igsli_PlusV.gif or igsli_MinusV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderButton.HoverImageUrl">
            <summary>
            Gets sets the custom image url used for plus or minus button in slider when mouse is moved over it.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusHoverH.gif or igsli_MinusHoverH.gif, and for vertical slider
            it is igsli_PlusHoverV.gif or igsli_MinusHoverV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderButton.FocusImageUrl">
            <summary>
            Gets sets the custom image url used for plus or minus button in slider when control has focus.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusFocusH.gif or igsli_MinusFocusH.gif, and for vertical slider
            it is igsli_PlusFocusV.gif or igsli_MinusFocusV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderButton.PressedImageUrl">
            <summary>
            Gets sets the custom image url used for pressed plus or minus button in slider.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusPressH.gif or igsli_MinusPressH.gif, and for vertical slider
            it is igsli_PlusPressV.gif or igsli_MinusPressV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderButton.DisabledImageUrl">
            <summary>
            Gets sets the custom image url used for disabled plus or minus button in slider.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_PlusDisableH.gif or igsli_MinusDisableH.gif, and for vertical slider
            it is igsli_PlusDisableV.gif or igsli_MinusDisableV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderButton.Visible">
            <summary>
            Not available.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderButton.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderClientEvents">
            <summary>
            ClientEvents used by the WebSlider class
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderClientEvents.#ctor(Infragistics.Web.UI.EditorControls.WebSlider,System.Boolean)">
            <summary>
            Create instance of DialogWindowClientEvents.
            </summary>
            <param name="owner">Reference to owner control (here it optional and not used)</param>
            <param name="trackViewState"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderClientEvents.PostBackAction(System.Int32)">
            <summary>
            Returns postback action for a particular event.
            </summary>
            <param name="indexOfClientEventName">Index of event at which it appears in the GetClientEventNameList()</param>
            <returns>Postback action. Default implementation returns Off.</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.ButtonMouseDown">
            <summary>
            Gets sets name of javascript function which is called when html element of minus or plus button gets mousedown event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.ButtonMouseOut">
            <summary>
            Gets sets name of javascript function which is called when html element of minus or plus button gets mouseout event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.ButtonMouseOver">
            <summary>
            Gets sets name of javascript function which is called when html element of minus or plus button gets mouseover event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.ThumbMouseDown">
            <summary>
            Gets sets name of javascript function which is called when html element of thumb gets mousedown event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.ThumbMouseOut">
            <summary>
            Gets sets name of javascript function which is called when html element of thumb gets mouseout event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.ThumbMouseOver">
            <summary>
            Gets sets name of javascript function which is called when html element of thumb gets mouseover event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.ValueChanging">
            <summary>
            Gets sets name of javascript function which is called before value is changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.ValueChanged">
            <summary>
            Gets sets name of javascript function which is called after value was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.TrackMouseDown">
            <summary>
            Gets sets name of javascript function which is called before mousedown event over track html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.TrackDoubleClick">
            <summary>
            Gets sets name of javascript function which is called before dblclick event over track html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.MarginMouseDown">
            <summary>
            Gets sets name of javascript function which is called before mousedown event over margin html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.MarginDoubleClick">
            <summary>
            Gets sets name of javascript function which is called before dblclick event over margin html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.TickmarkMouseDown">
            <summary>
            Gets sets name of javascript function which is called before mousedown event over tickmark html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.TickmarkDoubleClick">
            <summary>
            Gets sets name of javascript function which is called before dblclick event over tickmark html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.TickmarkLabelMouseDown">
            <summary>
            Gets sets name of javascript function which is called before mousedown event over tickmark-label html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.TickmarkLabelDoubleClick">
            <summary>
            Gets sets name of javascript function which is called before dblclick event over tickmark-label html element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.KeyDown">
            <summary>
            Gets sets name of javascript function which is called before keydown event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.Focus">
            <summary>
            Gets sets name of javascript function which is called when control gets focus event of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.Blur">
            <summary>
            Gets sets name of javascript function which is called when control gets blur event (lost focus) of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.FormatValueLabel">
            <summary>
            Gets sets name of javascript function which is called when control builds string for value-label.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderClientEvents.Loaded">
            <summary>
            Gets sets name of javascript function which is called after all subobjects of control were initialized (first paint).
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderRenderer">
            <summary>
            Class used to render WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRenderer.RenderContents(System.Web.UI.HtmlTextWriter)">
            <summary>
            Render all html tags related to control, including hidden fields.
            </summary>
            <param name="writer"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.#ctor(Infragistics.Web.UI.IControlMain)">
            <summary>
            
            </summary>
            <param name="iControlMain"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.PopulateScriptDescriptor(System.Web.UI.ScriptBehaviorDescriptor)">
            <summary>
            Populates the descriptor object with properties and JSON for rendering to the client
            </summary>
            <param name="descriptor"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.RegisterScripts(System.Collections.Generic.List{System.Web.UI.ScriptReference})">
            <summary>
            Registers js scripts for rendering and loading on the client.
            </summary>
            <param name="scriptReferences">A list of ScriptReferences which can be added to.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.SaveClientProperties">
            <summary>
            Pass server properties to client.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.HandleOnInit(System.Web.HttpContext)">
            <summary>
            Process latest state of control.
            </summary>
            <param name="context"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.HandleLoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
            <summary>
            Ensure that additional client state is updated.
            </summary>
            <param name="postDataKey"></param>
            <param name="postCollection"></param>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.LoadAdditionalClientState(System.Object)">
            <summary>
            This method is called when additional information is passed from the client, via the _saveAdditionalClientState javascript method.
            </summary>
            <param name="state">Value and SecondaryValue separated by |.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.RaisePostDataChangedEvent">
            <summary>
            Called by base RunBot in response to RaisePostDataChangedEvent called on the control
            This method fires data changed events to the application as specified in the EventList created earlier
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderRunBot.AppStyleInfo">
            <summary>
            Returns data for appstyling.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderRunBot.DeferLoadPostDataProcessing">
            <summary>
            Returns false.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderThumb">
            <summary>
            Class used for thumbs used by WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderThumb.#ctor(System.Boolean)">
            <summary>
            Constructor for SliderThumb
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.CssClass">
            <summary>
            Gets sets the custom css class applied to thumb.
            </summary>
            <remarks>
            <p class="note">That class is merged with AppStyling css class igsli_ThumbH or igsli_ThumbV depending on orientation of slider.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.ImageUrl">
            <summary>
            Gets sets the custom image used for thumb in normal state.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbH.gif and for vertical slider
            it is igsli_ThumbV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.HoverImageUrl">
            <summary>
            Gets sets the custom image used for thumb in mouse-over state.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbHoverH.gif and for vertical slider
            it is igsli_ThumbHoverV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.PressedImageUrl">
            <summary>
            Gets sets the custom image used for thumb in pressed state.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbPressH.gif and for vertical slider
            it is igsli_ThumbPressV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.FocusImageUrl">
            <summary>
            Gets sets the custom image used for thumb in focus state.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbFocusH.gif and for vertical slider
            it is igsli_ThumbFocusV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.DisabledImageUrl">
            <summary>
            Gets sets the custom image used for thumb in disabled state.
            </summary>
            <remarks>
            <p class="note">
            If value is not set, then AppStyling image is used automatically.
            For horizontal slider it is igsli_ThumbDisableH.gif and for vertical slider
            it is igsli_ThumbDisableV.gif.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.Visible">
            <summary>
            Gets sets the visibility of thumb.
            </summary>
            <remarks>
            <p class="note">
            If thumb is not visible then its image is not displayed, but all functionality (including ability to drag value by mouse) remains the same.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.Enabled">
            <summary>
            Gets sets the enabled or disabled state of thumb.
            </summary>
            <remarks>
            <p class="note">
            If thumb is disabled, then DisabledImageUrl is used and thumb can not be moved by user.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderThumb.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses">
            <summary>
            Custom css classed related to tickmarks of WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.#ctor(Infragistics.Web.UI.EditorControls.SliderTickmarks)">
            <summary>
            Constructor for SliderTickmarkCssClasses
            </summary>
            <param name="owner">Owner of this class.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.Reset">
            <summary>
            Reset all properties.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkMinorTopCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render minor tick marks located on top side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is horizontal and top tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickMinorT.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkMajorTopCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render major tick marks located on top side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is horizontal and top tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickMajorT.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkLastTopCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders last tick mark located on top side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is horizontal and top tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickLastT.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkMinorBottomCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render minor tick marks located on bottom side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is horizontal and bottom tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickMinorB.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkMajorBottomCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render major tick marks located on bottom side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is horizontal and bottom tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickMajorB.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkLastBottomCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders last tick mark located on bottom side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is horizontal and bottom tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickLastB.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkMinorLeftCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render minor tick marks located on left side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is vertical and left tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickMinorL.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkMajorLeftCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render major tick marks located on left side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is vertical and left tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickMajorL.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkLastLeftCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders last tick mark located on left side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is vertical and left tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickLastL.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkMinorRightCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render minor tick marks located on right side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is vertical and right tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickMinorR.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkMajorRightCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render major tick marks located on right side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is vertical and right tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickMajorR.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarkLastRightCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders last tick mark located on right side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is vertical and right tick marks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TickLastR.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelTopCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render top labels of horizontal slider.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_LabelT.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelBottomCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render bottom labels of horizontal slider.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_LabelB.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelEdgeHorizCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render 2 labels located on edges of horizontal slider.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_LabelEdgeH.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelLeftCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render left labels of vertical slider.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_LabelL.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelRightCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render right labels of vertical slider.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_LabelR.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelEdgeVertCssClass">
            <summary>
            Gets sets the custom css class applied to html elements which render 2 labels located on edges of vertical slider.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_LabelEdgeV.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelsHolderCssClass">
            <summary>
            Gets sets the custom css class applied to html element which contains labels.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_LabelsHolderH or igsli_LabelsHolderV depending on orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelFirstCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders first label (minimum value).
            </summary>
            <remarks>
            <p class="note">
            That class is merged with LabelLeftCssClass, or LabelRightCssClass, or LabelTopCssClass, or LabelBottomCssClass depending on orientation of slider and location of labels.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.LabelLastCssClass">
            <summary>
            Gets sets the custom css class applied to html element which renders last label (maximum value).
            </summary>
            <remarks>
            <p class="note">
            That class is merged with LabelLeftCssClass, or LabelRightCssClass, or LabelTopCssClass, or LabelBottomCssClass depending on orientation of slider and location of labels.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarksHolderTopCssClass">
            <summary>
            Gets sets the custom css class applied to html element which contains all tickmarks located on top side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is horizontal and top tickmarks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TicksHolderT.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarksHolderBottomCssClass">
            <summary>
            Gets sets the custom css class applied to html element which contains all tickmarks located on bottom side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is horizontal and bottom tickmarks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TicksHolderB.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarksHolderLeftCssClass">
            <summary>
            Gets sets the custom css class applied to html element which contains all tickmarks located on left side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is vertical and left tickmarks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TicksHolderL.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.TickmarksHolderRightCssClass">
            <summary>
            Gets sets the custom css class applied to html element which contains all tickmarks located on right side of slider track.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if orientation of WebSlider is vertical and right tickmarks are enabled.<br></br>
            That class is merged with AppStyling css class igsli_TicksHolderR.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarkCssClasses.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTickmarks">
            <summary>
            Container of properties related to tickmarks of WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.#ctor(Infragistics.Web.UI.EditorControls.WebSlider,System.Boolean)">
            <summary>
            Constructor for SliderTickmarks
            </summary>
            <param name="owner"></param>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.ShouldSerializeFirstTickmarkValue">
            <summary>
            Check if FirstTickmarkValue has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.ResetFirstTickmarkValue">
            <summary>Clears the FirstTickmarkValue</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.ShouldSerializeLastTickmarkValue">
            <summary>
            Check if LastTickmarkValue has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.ResetLastTickmarkValue">
            <summary>Clears the LastTickmarkValue</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.ShouldSerializeCssClasses">
            <summary>
            Check if CssClasses has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.ResetCssClasses">
            <summary>Clears the CssClasses</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.SetCustomLabelAt(System.String,System.Int32)">
            <summary>
            Sets custom label at particular index.
            </summary>
            <remarks>
            <p class="body">
            That method will modify CustomLabelsText. A call to that method will automatically disable NumberOfLabels property and number of labels will be defined by content of CustomLabelsText property.
            </p>
            </remarks>
            <param name="label">New custom label</param>
            <param name="index">Index of label</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.GetCustomLabelAt(System.Int32)">
            <summary>
            Gets custom label at particular index which was set by CustomLabelsText property or by SetCustomLabelAt method.
            </summary>
            <param name="index">Index of label</param>
            <returns>Label at index</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTickmarks.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.FirstTickmarkValue">
            <summary>
            Gets sets the value for the first tick mark.
            </summary>
            <remarks>
            If value is not set then the MinValue of WebSlider is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.LastTickmarkValue">
            <summary>
            Gets sets the value for the last tick mark.
            </summary>
            <remarks>
            If value is not set then the MaxValue of WebSlider is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.Location">
            <summary>
            Gets sets location of tick marks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.LabelLocation">
            <summary>
            Gets sets location of labels for tick marks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.LabelFormatString">
            <summary>
            Gets sets the format string applied to labels.
            </summary>
            <remarks>
            <p class="note">Notes:
            <ul>
            <li>If the CustomLabelsText was used, then that property has no effect.</li>
            <li>If property is not set, then default formatting is used, which depends on ValueType and range of values.</li>
            <li>Examples: "{0:0.#}, {0:c}, {0:0.00}%".</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.NumberOfMinorTickmarks">
            <summary>
            Gets sets the number of tick marks between major tick marks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.NumberOfMajorTickmarks">
            <summary>
            Gets sets the number of major tick marks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.NumberOfLabels">
            <summary>
            Gets sets the number of labels for tick marks.
            </summary>
            <remarks>
            <p class="note">Notes:
            <ul>
            <li>If the CustomLabelsText/SetCustomLabelAt was used, then that property has no effect.</li>
            <li>If the LabelLocation is set to TwoLabelsInMargins, then that property has no effect.</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.TickmarkClickAction">
            <summary>
            Gets sets the action performed when tickmark area is clicked by mouse.
            </summary>
            <remarks>
            <p class="note">Note:
            If thumb is moved to tickmark, then its value can be slightly different from value of that tickmark due to rounding.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.TickmarkDoubleClickAction">
            <summary>
            Gets sets the action performed when tickmark area is double clicked by mouse.
            </summary>
            <remarks>
            <p class="note">Note:
            If thumb is moved to tickmark, then its value can be slightly different from value of that tickmark due to rounding.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.LabelClickAction">
            <summary>
            Gets sets the action performed when tickmark label is clicked by mouse.
            </summary>
            <remarks>
            <p class="note">Note:
            If thumb is moved to tickmark label, then its value can be slightly different from value displayed on label due to rounding.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.LabelDoubleClickAction">
            <summary>
            Gets sets the action performed when tickmark label is double clicked by mouse.
            </summary>
            <remarks>
            <p class="note">Note:
            If thumb is moved to tickmark label, then its value can be slightly different from value displayed on label due to rounding.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.CustomLabelsText">
            <summary>
            Gets sets custom labels for tickmarks.
            </summary>
            <remarks>
            <p class="note">Notes:<br></br>
            Labels are separated by new line characters. To customize a value at run time it is recommended to use Get/SetCustomLabelAt methods.<br></br>
            If property is not set, then labels are built automatically using NumberOfLabels and LabelFormatString properties.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.CssClasses">
            <summary>
            Gets reference to container of properties related to custom css classes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTickmarks.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderTrack">
            <summary>
            Class used to configure track of WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTrack.#ctor(System.Boolean)">
            <summary>
            Constructor for DialogButton
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTrack.ShouldSerializeCssClasses">
            <summary>
            Check if CssClasses has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTrack.ResetCssClasses">
            <summary>Clears the CssClasses</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderTrack.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrack.FillValueMode">
            <summary>
            Gets sets the ability to render extra parts inside of track bar, which are aligned to locations of values.
            </summary>
            <remarks>
            <p class="note">
            If that property is set to Range and SecondaryValue is enabled and SliderValueLabel.Format does not contain "{0}" and the Location of ValueLabel is not float, then the "{0}:{1}" is used for SliderValueLabel.Format. It means that both values are displayed on a single label.<br></br>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrack.Visible">
            <summary>
            Gets sets the visibility of track bar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrack.ClickAction">
            <summary>
            Gets sets the action performed when track is clicked by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrack.DoubleClickAction">
            <summary>
            Gets sets the action performed when track is double clicked by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrack.CssClasses">
            <summary>
            Gets reference to container of properties related to custom css classes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderTrack.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.SliderValueLabel">
            <summary>
            Container of properties related to label which is displayes current value of WebSlider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderValueLabel.#ctor(System.Boolean)">
            <summary>
            Constructor for SliderValueLabel
            </summary>
            <param name="trackViewState">Value of the IsTrackingViewState of owner.</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.SliderValueLabel.ToString">
            <summary>Returns string formatted for visual designer.</summary>
            <returns>Empty string or string similar to "(Has Data)".</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueLabel.CssClass">
            <summary>
            Gets sets the custom css class which is applied to html element which renders label.
            </summary>
            <remarks>
            <p class="note">
            That class is merged with AppStyling css class igsli_ValueLabel.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueLabel.FloatCssClass">
            <summary>
            Gets sets the custom css class which is applied to html element which renders float label.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if Location is float.<br></br>
            That class is merged with CssClass and AppStyling css classes igsli_ValueLabelFloatL or igsli_ValueLabelFloatR or igsli_ValueLabelFloatT or igsli_ValueLabelFloatB depending on location of label and orientation of slider.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueLabel.FloatHoverCssClass">
            <summary>
            Gets sets the custom css class which is applied to html element which renders label when mouse is moved over thumb or button.
            </summary>
            <remarks>
            <p class="note">
            That property has effect only if Location is float.<br></br>
            That class is merged with CssClass and FloatCssClass and AppStyling css class igsli_ValueLabelFloatHover.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueLabel.Format">
            <summary>
            Gets sets the format string applied to Value and SecondaryValue of WebSlider.
            </summary>
            <remarks>
            <p class="note">
            The only simple "{0}" format is recognized.<br></br>
            Default format depends on WebSlider.EnableSecondaryValue, WebSlider.Track.FillValueMode and Location properties and it can be "{0}" or "{0}:{1}".<br></br>
            If application needs special format, then it should process ClientEvents.FormatValueLabel.<br></br>
            The "|" character is not supported.<br></br>
            Notes for situation when WebSlider.EnableSecondaryValue is enabled:
            <ul>
            <li>In order to show 2 values on a single label, that property should contain both "{0}" and "{1}" substrings.
            In this case the "{0}" will be replaced by WebSlider.Value and "{1}" will be replaced by WebSlider.SecondaryValue.</li>
            <li>If Location is set to FloatXxx and property contains only "{0}", then 2 labels will be displayed.</li>
            </ul>
            Examples:
            <ul>
            <li>"{0} - {1}" - show Value and SecondaryValue separated by " - "</li>
            <li>"{0}" - show SecondaryValue and Value on separate labels</li>
            <li>"$ {0}" - show "$ " prefix in front of value</li>
            <li>"{0}% {1}%" - show "%" suffixes after values</li>
            </ul>
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueLabel.Location">
            <summary>
            Gets sets the visibility of label.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.SliderValueLabel.IsEmpty">
            <summary>
            Checks if all properties have default values.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.EditorControls.WebSlider">
            <summary>
            Control which implements the functionality of a slider.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeValue">
            <summary>
            Check if Value has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetValue">
            <summary>Clears the Value</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeValueAsString">
            <summary>
            Check if ValueAsString has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeSecondaryValue">
            <summary>
            Check if SecondaryValue has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetSecondaryValue">
            <summary>Clears the SecondaryValue</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeSecondaryValueAsString">
            <summary>
            Check if SecondaryValueAsString has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeLargeChange">
            <summary>
            Check if LargeChange has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetLargeChange">
            <summary>Clears the LargeChange</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeSmallChange">
            <summary>
            Check if SmallChange has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetSmallChange">
            <summary>Clears the SmallChange</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeMinValue">
            <summary>
            Check if MinValue has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetMinValue">
            <summary>Clears the MinValue</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeMaxValue">
            <summary>
            Check if MaxValue has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetMaxValue">
            <summary>Clears the MaxValue</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeTickmarks">
            <summary>
            Check if Tickmarks has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetTickmarks">
            <summary>Clears the Tickmarks</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeThumb">
            <summary>
            Check if Thumb has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetThumb">
            <summary>Clears the Thumb</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeSecondaryThumb">
            <summary>
            Check if SecondaryThumb has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetSecondaryThumb">
            <summary>Clears the SecondaryThumb</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeTrack">
            <summary>
            Check if Track has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetTrack">
            <summary>Clears the Track</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializePlusButton">
            <summary>
            Check if PlusButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetPlusButton">
            <summary>Clears the PlusButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeMinusButton">
            <summary>
            Check if MinusButton has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetMinusButton">
            <summary>Clears the MinusButton</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeValueLabel">
            <summary>
            Check if ValueLabel has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetValueLabel">
            <summary>Clears the ValueLabel</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.CreateClientEvents">
            <summary>
            Control which exposes ClientEvents must override that method and return instance of ClientEvents object.
            </summary>
            <returns>Instance of object which extends ClientEventsBase</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ShouldSerializeAutoPostBackFlags">
            <summary>
            Check if AutoPostBackFlags has data.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.ResetAutoPostBackFlags">
            <summary>Clears the AutoPostBackFlags</summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.Focus">
            <summary>
            Set focus to control on initialization of the page.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.CreateRunBot">
            <summary>
            Creates new instance of SliderRunBot.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.CreateRenderer">
            <summary>
            Creates new instance of SliderRenderer.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.SaveAdditionalViewState">
            <summary>
            Save data of subobjects modified at run time.
            </summary>
            <returns>Modified data</returns>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.LoadAdditionalViewState(System.Object)">
            <summary>
            Load data for subobjects modified at run time.
            </summary>
            <param name="savedState">Modified data</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.TrackViewState">
            <summary>
            Notify subobjects about TrackViewState event.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.OnValueChanged(Infragistics.Web.UI.EditorControls.SliderValueChangedEventArgs)">
            <summary>
            Raise event after value was changed.
            </summary>
            <param name="e">Instance of SliderValueChangedEventArgs created by SliderRunBot</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.OnFormatTickmarkLabel(Infragistics.Web.UI.EditorControls.SliderFormatTickmarkLabelEventArgs)">
            <summary>
            Raise event before rendering tickmark label.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.OnInit(System.EventArgs)">
            <summary>
            Enable ControlState.
            </summary>
            <param name="e">EventArgs reference</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.LoadControlState(System.Object)">
            <summary>
            Restore values after postback.
            </summary>
            <param name="savedState">Array of 2 objects: [Value(as double), SecondaryValue(as double)]</param>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.WebSlider.SaveControlState">
            <summary>
            Save values before postback.
            </summary>
            <returns>Array of 2 objects: [Value(as double), SecondaryValue(as double)]</returns>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.Value">
            <summary>
            Gets sets main value.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            The type of object returned by the get of this property is defined by the ValueType.<br></br>
            If value is not set or it is smaller than MinValue, then at run time the MinValue is used automatically.<br></br>
            If value is larger than MaxValue, then the MaxValue is used.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ValueAsDouble">
            <summary>
            Gets sets main value as double.
            </summary>
            <remarks>
            If value is not set or it is smaller than MinValueAsDouble, then at run time the MinValueAsDouble is used automatically.<br></br>
            If value is larger than MaxValueAsDouble, then the MaxValueAsDouble is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ValueAsString">
            <summary>
            Gets sets main value as string.
            </summary>
            <remarks>
            If value is not set or it is smaller than MinValue, then at run time the MinValue is used automatically.<br></br>
            If value is larger than MaxValue, then the MaxValue is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.SecondaryValue">
            <summary>
            Gets sets secondary value.
            </summary>
            <remarks>
            <p class="note">
            Notes:<br></br>
            That property has effect only if EnableSecondaryValue is set to true.<br></br>
            The type of object returned by the get of this property is defined by the ValueType.<br></br>
            If value is not set or it is larger than MaxValue, then at run time the MaxValue is used automatically.<br></br>
            If value is smaller than MinValue, then the MinValue is used.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.SecondaryValueAsDouble">
            <summary>
            Gets sets secondary value as double.
            </summary>
            <remarks>
            If value is not set or it is larger than MaxValueAsDouble, then at run time the MaxValueAsDouble is used automatically.<br></br>
            If value is smaller than MinValueAsDouble, then the MinValueAsDouble is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.SecondaryValueAsString">
            <summary>
            Gets sets secondary value as string.
            </summary>
            <remarks>
            If value is not set or it is larger than MaxValue, then at run time the MaxValue is used automatically.<br></br>
            If value is smaller than MinValue, then the MinValue is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.LargeChange">
            <summary>
            Gets sets value which is used to move a thumb when the user presses the PageUp/PageDown keys.
            </summary>
            <remarks>
            The type of object returned by the get of this property is defined by the ValueType. However, in case of the DateTime, the TimeSpan is used.<br></br>
            If value is not set, then the 10% is used automatically.<br></br>
            That value also can be used by clicks on margins between track bar and buttons.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.LargeChangeAsDouble">
            <summary>
            Gets sets value which is used to move a thumb when the user presses the PageUp/PageDown keys.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.LargeChangeAsString">
            <summary>
            Gets sets value which is used to move a thumb when the user presses the PageUp/PageDown keys as string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.SmallChange">
            <summary>
            Gets sets value which is used move a thumb when the user presses the arrow keys or plus, minus buttons.
            </summary>
            <remarks>
            The type of object returned by the get of this property is defined by the ValueType. However, in case of the DateTime,- the TimeSpan is used.<br></br>
            If value is not set, then the 2% is used automatically.<br></br>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.SmallChangeAsDouble">
            <summary>
            Gets sets value which is used move a thumb when the user presses the arrow keys.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.SmallChangeAsString">
            <summary>
            Gets sets value which is used move a thumb when the user presses the arrow keys as string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MinValue">
            <summary>
            Gets sets minimum value.
            </summary>
            <remarks>
            The type of object returned by the get of this property is defined by the ValueType.
            If value is not set, then 0 is used automatically.
            In case of DateTime the January 1st of current year is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MinValueAsDouble">
            <summary>
            Gets sets minimum value as string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MinValueAsString">
            <summary>
            Gets sets minimum value as string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MaxValue">
            <summary>
            Gets sets maximum value.
            </summary>
            <remarks>
            The type of object returned by the get of this property is defined by the ValueType.
            If value is not set, then 100 is used automatically.
            In case of DateTime the December 31st of current year is used.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MaxValueAsDouble">
            <summary>
            Gets sets maximum value as double.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MaxValueAsString">
            <summary>
            Gets sets maximum value as string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.FirstTickmarkValueAsDouble">
            <summary>
            Gets sets the value for the first tick mark as double.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.FirstTickmarkValueAsString">
            <summary>
            Gets sets the value for the first tick mark as string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.LastTickmarkValueAsDouble">
            <summary>
            Gets sets the value for the last tick mark as double.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.LastTickmarkValueAsString">
            <summary>
            Gets sets the value for the last tick mark as string.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ValueType">
            <summary>
            Gets or sets type of values used by "object" type properties of WebSlider related to values such as Value, MinValue, SmallChange, FirstTickmarkValue, etc.
            </summary>
            <remarks>
            In case of DateTime, the TimeSpan is used for SmallChange and LargeChange properties; for all other properties the DateTime is used.<br></br>
            For all other types, the corresponding type is used for all properties.
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.Orientation">
            <summary>
            Gets or sets horizontal or vertical orientation of WebSlider.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.EnableSecondaryValue">
            <summary>
            Gets sets ability to activate SecondaryThumb.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ShowPlusMinusButtons">
            <summary>
            Gets sets visibility of plus and minus buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ThumbsInteractionMode">
            <summary>
            Gets sets behavior of thumbs when EnableSecondaryValue property is enabled.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MarginClickAction">
            <summary>
            Gets sets the action performed when a margin between buttons and track bar is clicked by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MarginDoubleClickAction">
            <summary>
            Gets sets the action performed when a margin between buttons and track bar is double clicked by mouse.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.SnapToSmallChange">
            <summary>
            Gets sets ability to position thumbs only on values which match with SmallChange.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.Focusable">
            <summary>
            Gets sets ability to get focus and process keyboard.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.EnsureRelativePositionOfContainerInIE">
            <summary>
            Gets sets ability to validate and ensure that container DIV has position:relative attribute.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ThumbsHolderCssClass">
            <summary>
            Gets sets the custom css class applied to html element which contains thumbs.
            </summary>
            <remarks>
            <p class="note">That class is merged with the AppStyling css class igsli_ThumbsHolderH or igsli_ThumbsHolderV depending on orientation of slider.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ContentAlignment">
            <summary>
            Gets or sets alignment of content within bounds of control.
            </summary>
            <remarks>
            <p class="body">That defines vertical alignment for horizontal slider or horizontal aligment for vertical slider.</p>
            <p class="note">Note:<br></br>If value is set to TrackCenter, then at design time the Center is used, and at run time it is possible flickering while initialization of control.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.CssClass">
            <summary>
            Gets sets the custom css class which is applied to slider.
            </summary>
            <remarks>
            <p class="note">That class is merged with the AppStyling css class igsli_Control.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.HoverCssClass">
            <summary>
            Gets sets the custom css class which is applied to slider when mouse is moved over it.
            </summary>
            <remarks>
            <p class="note">That class is merged with the CssClass and AppStyling css class igsli_Hover.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.FocusCssClass">
            <summary>
            Gets sets the custom css class which is applied to slider when it has focus.
            </summary>
            <remarks>
            <p class="note">That class is merged with the CssClass and AppStyling css class igsli_Focus.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.DisabledCssClass">
            <summary>
            Gets sets the css custom class which is applied to slider when it is disabled.
            </summary>
            <remarks>
            <p class="note">That class is merged with the CssClass and AppStyling css class igsli_Disabled.</p>
            </remarks>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.BackColor">
            <summary>Background color of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ForeColor">
            <summary>
            Foreground color of control
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.BorderColor">
            <summary>Border color of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.BorderWidth">
            <summary>Border width of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.BorderStyle">
            <summary>Border style of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.Width">
            <summary>Width of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.Height">
            <summary>Height of control</summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.Tickmarks">
            <summary>
            Gets reference to container of properties related to tickmarks.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.Thumb">
            <summary>
            Gets reference to container of properties related to main thumb.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.SecondaryThumb">
            <summary>
            Gets reference to container of properties related to second thumb.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.Track">
            <summary>
            Gets reference to container of properties related to track.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.PlusButton">
            <summary>
            Gets reference to container of properties related to increment button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.MinusButton">
            <summary>
            Gets reference to container of properties related to decrement button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ValueLabel">
            <summary>
            Gets reference to container of properties related to label which displays current value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.ClientEvents">
            <summary>
            Gets reference to reference to the SliderClientEvents.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.EditorControls.WebSlider.AutoPostBackFlags">
            <summary>
            Gets reference to container for properties that are related to the auto postback options supported by WebSlider.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebSlider.FormatTickmarkLabel">
            <summary>
            Adds removes event handler which is fired while building labels for tickmarks.
            </summary>
        </member>
        <member name="E:Infragistics.Web.UI.EditorControls.WebSlider.ValueChanged">
            <summary>
            Adds removes event handler which is fired when end-user changed values of thumbs.
            </summary>
        </member>
        <member name="M:Infragistics.Web.UI.EditorControls.ValueStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
            <summary></summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.TabStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_ActiveImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image displayed on active tab item.
            Notes: That property has effect only when ImageUrl is set. That image has priority over SelectedImageUrl. The image defined by HoverImageUrl has priority over that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_AutoSize">
            <summary>
              Looks up a localized string similar to Gets sets the ability to resize WebTab to fit content of this pane. If that property is set to NotSet, then ContentPane.AutoSize property of WebTab is used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_CssClass">
             <summary>
               Looks up a localized string similar to Css class applied to the DIV element used to render content of this pane.
            Note: class should not contain any attribute related to border or padding, otherwise it may break apperance of control..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_DisabledImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image displayed on disabled tab item.
            Notes: That property has effect only when ImageUrl is set. That image has priority over all other image related properties..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_EnableCloseButton">
            <summary>
              Looks up a localized string similar to Gets sets the visibility of close button. If that property is set to NotSet, then CloseButton.Enabled property of WebTab is used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_Hidden">
            <summary>
              Looks up a localized string similar to Gets sets hidden state of tab. That property does not affect content pane, but only visibility of tab-label..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_HoverImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image displayed on tab item when mouse is moved over it.
            Notes: That property has effect only when ImageUrl is set. That property has priority over images defined by SelectedImageUrl and ActiveImageUrl..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_ImageAlignment">
            <summary>
              Looks up a localized string similar to Gets sets the location of image relative to the text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_ImageAltText">
            <summary>
              Looks up a localized string similar to Gets sets alt attribute for image displayed on tab item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets url for image displayed on tab item in normal state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_Key">
            <summary>
              Looks up a localized string similar to Gets sets key associated with tab. That can be used to find tab item within collection using FromKey method..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_MarginLeading">
             <summary>
               Looks up a localized string similar to Get sets margin in front of this tab item. That defines space/separator between tab items.
            Notes:
            Only pixel values are supported.
            If DisplayMode of WebTab is set to multi-row, then that property is not supported.
            If tabs are located on left or right, then actual margin is defined by largest value among this property and MarginTrailing of previous tab item..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_MarginTrailing">
             <summary>
               Looks up a localized string similar to Get sets margin between this tab item and next. That defines space/separator between tab items.
            Notes:
            Only pixel values are supported.
            If DisplayMode of WebTab is set to multi-row, then that property is not supported.
            If tabs are located on left or right, then actual margin is defined by largest value among this property and MarginLeading of next tab item..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_NextRow">
            <summary>
              Looks up a localized string similar to Gets sets new row for tab item when DisplayMode of WebTab is set to MultiRow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_SelectedImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets url for image displayed on selected tab item.
            Notes: That property has effect only when ImageUrl is set. The images defined by HoverImageUrl and ActiveImageUrl have priority over that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_TabCssClasses">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to custom css classes used by this tab item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_TabSize">
             <summary>
               Looks up a localized string similar to Gets sets width of ContentTabItem when TabOrientation is horizontal or height of ContentTabItem when TabOrientation is vertical.
            Notes:
            Please see notes for WebTab.TabItemSize.
            If tabs are located at top or bottom and orientation is vertical, then that property has no effect and WebTab.TabItemSize should be used.
            If tabs are located at left or right and orientation is horizontal, then that property has no effect and WebTab.TabItemSize should be used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_Text">
            <summary>
              Looks up a localized string similar to Gets sets text displayed on tab item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_ContentTabItem_P_VisibleIndex">
            <summary>
              Looks up a localized string similar to Gets sets visible index of this tab item within Tabs of WebTab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_AltText">
            <summary>
              Looks up a localized string similar to Add tab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_AnimationDuration">
             <summary>
               Looks up a localized string similar to Gets sets duration of animation effect in milliseconds.
            Animation is represented by gradual increase of tab item size and opacity.
            Range of values from 0 to 1500. Values less than 30 are equivalent to 0..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_Enabled">
             <summary>
               Looks up a localized string similar to Gets sets visibility of special add-new-tab button which allows to add new tab item on client.
            Notes:
            Add-new-tab button is rendered in header as extra tab item located after all normal tab items.
            Rendering of special add-new-tab button for MultiRow mode is not supported..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_EnableSelect">
            <summary>
              Looks up a localized string similar to Gets sets option to select newly added tab item when it was added by add-new-tab button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_EnableTextEditingOnAdd">
             <summary>
               Looks up a localized string similar to Gets sets ability to automatically start text-editing of newly added tab item.
            Note: client events EditingStart and EditingEnd can be used to control editing..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_EnableTextEditingOnDoubleClick">
             <summary>
               Looks up a localized string similar to Gets sets ability to start text-editing of tab item on double click.
            Note:
            That property is independant on EnableTextEditingOnAdd and text of any tab item can be edited.
            Client events EditingStart and EditingEnd can be used to control editing..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_HoverImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to the add-new-tab button when mouse is moved over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_ImageAltText">
             <summary>
               Looks up a localized string similar to Gets sets the custom alt attribute for image on the add-new-tab button.
            Note: if value is equal to &quot;[Default]&quot;, then the default value is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_ImageUrl">
             <summary>
               Looks up a localized string similar to Gets sets the custom image which appears on the add-new-tab button.
            Note: to remove default image, the value of &quot;none&quot; or a string with length less than 3 characters can be used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_Text">
            <summary>
              Looks up a localized string similar to Gets sets text which appears on the add-new-tab button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_TextForNewTab">
            <summary>
              Looks up a localized string similar to Gets sets the default value of Text which appears on added new ContentTabItem.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_P_ToolTip">
            <summary>
              Looks up a localized string similar to Gets sets tooltip which appears on the add-new-tab button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAddNewItem_TextForNewTab">
            <summary>
              Looks up a localized string similar to New Tab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAutoPostBackFlags_P_SelectedIndexChanged">
            <summary>
              Looks up a localized string similar to Gets sets option to trigger postback when selected tab was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAutoPostBackFlags_P_TabAdded">
            <summary>
              Looks up a localized string similar to Gets sets option to trigger postback when new tab item was added.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAutoPostBackFlags_P_TabClosed">
            <summary>
              Looks up a localized string similar to Gets sets option to trigger postback when tab item was closed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabAutoPostBackFlags_P_TabMoved">
            <summary>
              Looks up a localized string similar to Gets sets option to trigger postback when tab item was moved.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_ActiveTabChange">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before active TabItem was changed.
            Note: That event is raised only when EnableActivation property of WebTab is set to true.
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem which is activated..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_AjaxLoaded">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when content of UpdatePanel of tab was refreshed from server.
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_AjaxSubmitted">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after UpdatePanel of tab was submitted.
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_AjaxSubmitting">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before submitting an UpdatePanel of tab.
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_Blur">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when control loses focus.
            Action cannot be canceled.
            Note: that event is raised when tab header/label loses focus. It is not raised when content pane loses focus..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_EndEditing">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before end text-editing of TabItem.
            End edit mode cannot be canceled, but update of text can be canceled and new text can be modified.
            Second param in handler is instance of TabItemEndEditingEventArgs class, which provides information about TabItem which text was edited and value of new text..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_Focus">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when control gets focus.
            Action cannot be canceled.
            Note: that event is raised when tab header/label gets focus and ready to process key events. It is not raised when content pane gets focus..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_IndicatorHide">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when ajax indicator was hidden.
            Action cannot be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_IndicatorShow">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before showing ajax indicator.
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_KeyDown">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when control gets keydown event.
            Action can be canceled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_Loaded">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after all subobjects of control were initialized (first paint)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_MouseDown">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when mouse is pressed over tab, close button or scroll button.
            Action (change selection, close tab or scroll) of that event can be canceled.
            Second param in handler is instance of TabMouseEventArgs class, which provides information about TabItem or scroll button involved in event..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_MouseOut">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when mouse is moved out of tab, close button or scroll button.
            Action (change of image or css class) of that event can be canceled.
            Second param in handler is instance of TabMouseEventArgs class, which provides information about TabItem or scroll button involved in event..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_MouseOver">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when mouse is moved over tab, close button or scroll button.
            Action (change of image or css class) of that event can be canceled.
            Second param in handler is instance of TabMouseEventArgs class, which provides information about TabItem or scroll button involved in event..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_Scrolled">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after tabs were scrolled.
            Scroll action of that event cannot be canceled.
            Second param in handler is instance of TabScrolledEventArgs class, which provides information about old and new scroll values..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_Scrolling">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before scrolling.
            Scroll action of that event can be canceled.
            Second param in handler is instance of TabScrollingEventArgs class, which provides information about old and new scroll values..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_SelectedIndexChanged">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after tab was selected.
            Action cannot be canceled and postback can be triggered.
            Second param in handler is instance of TabItemPostBackEventArgs class, which provides information about selected TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_SelectedIndexChanging">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before tab was selected.
            Selection change can be canceled.
            Second param in handler is instance of TabSelectedIndexChangingEventArgs class, which provides information about old and new selected TabItems..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_StartEditing">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before start text-editing of TabItem.
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem which text will be edited..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabAddAnimationEnded">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after animation of add-new tab was ended.
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem which animation was ended..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabAdded">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after new tab was added.
            Action cannot be canceled and postback can be triggered.
            Second param in handler is instance of TabItemPostBackEventArgs class, which provides information about TabItem which was added..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabAdding">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before new tab was added.
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides index of new TabItem. At this point TabItem is not created yet..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabClosed">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after tab was closed.
            Action cannot be canceled and postback can be triggered.
            Second param in handler is instance of TabItemPostBackEventArgs class, which provides information about TabItem which was closed..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabClosing">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before closing tab.
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabMoved">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after tab was temporary moved to new location.
            Action cannot be canceled.
            Second param in handler is instance of TabMovedEventArgs class, which provides information about TabItem which was moved..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabMovedEnd">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after tab was permanently moved to new location.
            Action cannot be canceled and postback can be triggered.
            Second param in handler is instance of TabItemPostBackEventArgs class, which provides information about TabItem which was moved..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabMoving">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before tab was temporary moved to new location.
            Action can be canceled.
            Second param in handler is instance of TabMovingEventArgs class, which provides information about TabItem which is going to be moved..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabMovingEnd">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before tab was permanently moved to new location.
            Action can be canceled and in this case TabItem is moved back to its original position before TabMovingStart.
            Second param in handler is instance of TabMovingEventArgs class, which provides information about TabItem which is going to be moved..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_TabMovingStart">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before start of tab moving.
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem which is going to be moved..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_UrlLoaded">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when ContentUrl of tab was loaded or refreshed from server.
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_UrlLoadRequest">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when ContentUrl of tab was requested to load.
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_UrlSubmitted">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after ContentUrl of tab was submitted.
            Action cannot be canceled.
            Second param in handler is instance of TabItemEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabClientEvents_P_UrlSubmitting">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before ContentUrl of tab was submitted.
            Action can be canceled.
            Second param in handler is instance of TabItemCancelEventArgs class, which provides information about TabItem..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_AltText">
            <summary>
              Looks up a localized string similar to Close.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_P_AnimationDuration">
             <summary>
               Looks up a localized string similar to Gets sets duration of close animation effect in milliseconds.
            Animation is represented by gradual decrease of tab item size and opacity.
            Range of values from 0 to 1500. Values less than 30 are equivalent to 0..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the close button.
            That class is merged with igtab_XXClose..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_P_Enabled">
             <summary>
               Looks up a localized string similar to Shows or hides close buttons on tabs.
            Note: when user clicks that button, then the tab item is not removed, but its Hidden property is set to true..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_P_HoverImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to the close button when mouse is moved over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_P_ImageAltText">
             <summary>
               Looks up a localized string similar to Gets sets the custom alt attribute for image.
            Note: if value is equal to &quot;[Default]&quot;, then the default value is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to the close button in normal state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_P_SizeCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the tab item in order to adjust its size to fit close button. It should contain padding which match with location and size of close button.
            That class is merged with igtab_XXCloseSize..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCloseButton_P_ToolTip">
            <summary>
              Looks up a localized string similar to Gets sets tooltip.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_AutoSize">
             <summary>
               Looks up a localized string similar to Gets sets option to adjust size of WebTab to fit content of selected tab item.
            If that property is enabled and height or width of content does not fit in bounds of WebTab, then height or width of WebTab is automatically increased.
            If height or width of content is smaller than current bounds of WebTab, then width and height of WebTab are not affected.
            If Width or Height of WebTab is not set, then autosize is enabled automatically for Width or Height..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_CssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to the content panes of tabs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_HolderCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class applied to the holder of content panes of tabs.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_HolderInnerCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the inner holder of content panes of tabs.
            Note: that class is merged with igtab_XXContentHolderInner and it is used only when tabs are located on right..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_MaxHeight">
             <summary>
               Looks up a localized string similar to Gets sets maximum height of content pane. The value of 0 disables that property.
            That property has effect only when AutoSize is enabed or when height of WebTab is not set or it is set to percent value..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_MaxWidth">
            <summary>
              Looks up a localized string similar to Gets sets maximum width of content pane. The value of 0 disables that property..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_MinHeight">
             <summary>
               Looks up a localized string similar to Gets sets minimum height of content pane. The value of 0 disables that property.
            That property has effect only when AutoSize is enabed or when height of WebTab is not set or it is set to percent value..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_MinWidth">
            <summary>
              Looks up a localized string similar to Gets sets minimum width of content pane. The value of 0 disables that property..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabContentPane_P_RoundedBackground">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to rounded background under content panes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCssClasses_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the main html element of WebTab.
            That class is merged with igtab_XXControl..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCssClasses_P_HeaderHolderCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the holder of tabs header.
            That class is appied to the SPAN html element and is merged with igtab_XXContentHolder..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCssClasses_P_OverlappingTabsCssClassID">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to tab labels when EnableOverlappingTabs is enabled.
            That class is appied to the SPAN html elements for each tab item besides the very first one. That class is merged with igtab_XXOverlap..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCssClasses_P_TabsHolderInnerWithScrollCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the inner html element of holder of tabs when scrolling is enabled.
            That class is appied to the SPAN html element and is merged with igtab_XXHolderScrollInner..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCssClasses_P_TabsHolderWithoutScrollCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the holder of tabs when scrolling is not enabled.
            That class is appied to the SPAN html element and is merged with igtab_XXHolderNoScroll..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabCssClasses_P_TabsHolderWithScrollCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the holder of tabs when scrolling is enabled.
            That class is appied to the SPAN html element and is merged with igtab_XXHolderScroll..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_ActiveCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for main area used when tab item is in active state. That is merged with igtab_XXTabAct..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_CenterActiveCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for center area used when tab item is in active state. That is merged with igtab_XXCenterAct..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_CenterCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to center html element of tab.
            Note: that is applied to SPAN element and it is merged with igtab_XXCenter. That SPAN contains Image and Text html elements..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_CenterDisabledCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for center area used when tab is disabled. That is merged with igtab_XXCenterDis..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_CenterHoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class used when mouse is moved over tab. That is merged with igtab_XXCenterHov..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_CenterSelectedCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for center area used when tab is selected. That is merged with igtab_XXCenterSel..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the main html element of tab.
            Note: that is applied to SPAN element and it is merged with igtab_XXTab..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_DisabledCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for main area used when tab is disabled. That is merged with igtab_XXTabDis..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_HoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for main area used when mouse is moved over tab. That is merged with igtab_XXTabHov..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_ImageCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to image element of tab.
            Note: that is applied to IMG element and it is merged with igtab_XXImage..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorActiveCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for mirror area used when tab item is in active state. That is merged with igtab_XXMirrorAct..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorCenterActiveCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for mirror center area used when tab item is in active state. That is merged with igtab_XXMirrorCenterAct..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorCenterCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to main html element of tab.
            Note: that is applied to SPAN element and it is merged with igtab_XXMirrorCenter. That is used only for combination of vertical text with top/bottom locations of tabs..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorCenterDisabledCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for mirror center area used when tab is disabled. That is merged with igtab_XXMirrorCenterDis..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorCenterHoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for mirror center area used when mouse is moved over tab. That is merged with igtab_XXMirrorCenterHov..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorCenterSelectedCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for mirror center area used when tab is selected. That is merged with igtab_XXMirrorCenterSel..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the mirror edge of main html element of tab.
            Note: that is applied to SPAN element and it is merged with igtab_XXMirror. That SPAN element contains MirrorCenter html element and it is used only for combination of vertical text with top/bottom locations of tabs..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorDisabledCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for mirror area used when tab is disabled. That is merged with igtab_XXMirrorDis..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorHoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class used when mouse is moved over tab. That is merged with igtab_XXMirrorHov..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_MirrorSelectedCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for mirror area used when tab is selected. That is merged with igtab_XXMirrorSel..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_SelectedCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for main element used when tab is selected. That is merged with igtab_XXTabSel..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TailActiveCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for tail area used when tab item is in active state. That is merged with igtab_XXTailAct..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TailCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to trailing html element of tab.
            Note: that is applied to SPAN element and it is merged with igtab_XXTail..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TailDisabledCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for tail area used when tab is disabled. That is merged with igtab_XXTailDis..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TailHoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for tail area used when mouse is moved over tab. That is merged with igtab_XXTailHov..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TailSelectedCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for tail area used when tab is selected. That is merged with igtab_XXTailSel..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TextActiveCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for text used when tab item is in active state. That is merged with igtab_XXTextAct..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TextCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the text html element of tab.
            Note: that is applied to SPAN element and it is merged with igtab_XXText. That SPAN contains text..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TextDisabledCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for text used when tab is disabled. That is merged with igtab_XXTextDis..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TextHoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for text used when mouse is moved over tab. That is merged with igtab_XXTextHov..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemCssClasses_P_TextSelectedCssClass">
            <summary>
              Looks up a localized string similar to Gets sets the custom css class for text used when tab is selected. That is merged with igtab_XXTextSel..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemStates_P_EnableActive">
             <summary>
               Looks up a localized string similar to Gets sets ability to apply default active css to tab item when tab item is active.
            Note: custom values in WebTab.TabItemCssClasses and ContentTabItem.CssClasses have priority over that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemStates_P_EnableDisabled">
             <summary>
               Looks up a localized string similar to Gets sets ability to apply default disabled css to tab item when tab item is disabled.
            Note: custom values in WebTab.TabItemCssClasses and ContentTabItem.CssClasses have priority over that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemStates_P_EnableHover">
             <summary>
               Looks up a localized string similar to  Gets sets ability to apply default hover css to tab item when mouse is moved over it.
            Note: custom values in WebTab.TabItemCssClasses and ContentTabItem.CssClasses have priority over that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabItemStates_P_EnableSelected">
             <summary>
               Looks up a localized string similar to Gets sets ability to apply default selected css to tab item when tab item is selected.
            Note: custom values in WebTab.TabItemCssClasses and ContentTabItem.CssClasses have priority over that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabMoving_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to main html element of tab item which is going to be moved.
            Note: that class is merged with igtab_XXTabMoving and may contain opacity attributes..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabMoving_P_Enabled">
             <summary>
               Looks up a localized string similar to Gets sets ability to move tab item by mouse drag.
            Note: if multi-row tabs are enabled, then that property is not recommended to use, because it has limited support, may lead to misbehavior and does not persist after postback..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabMoving_P_MarkUpCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the mark-up copy of tab item which is moved synchronously with mouse.
            Note: that class is merged with igtab_XXTabMovingMarkUp and may contain opacity attributes..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabPostBackOptions_P_EnableAjax">
             <summary>
               Looks up a localized string similar to Gets sets option to enable asynchronous postback of WebTab.
            Note: asynchronous functionality is achived by wrapping content of tabs into UpdatePanels..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabPostBackOptions_P_EnableAsyncUpdateAllTabs">
             <summary>
               Looks up a localized string similar to Gets sets option to update content of all tabs if asynchronous postback was triggered by any tab.
            Note: that property has effect for tab items which have templates and EnableAjax is enabled and EnabledLoadOnDemand is disabled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabPostBackOptions_P_EnableDynamicUpdatePanels">
             <summary>
               Looks up a localized string similar to Gets sets option to create UpdatePanels dynamically when asynchronous postback is enabled.
            Note: if EnableAjax is enabled and EnabledLoadOnDemand is disabled, then dynamic UpdatePanels are created regardless of that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabPostBackOptions_P_EnableLoadOnDemand">
             <summary>
               Looks up a localized string similar to Gets sets option to load template of selected tab only.
            Notes: if that property triggers side effects, then it should not be used.
            If that property is enabled, then EnableAsyncUpdateAllTabs and EnableReloadingUnselectedTab properties have no effect and dynamic UpdatePanels are created..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabPostBackOptions_P_EnableLoadOnDemandUrl">
             <summary>
               Looks up a localized string similar to Gets sets option to load url content of selected tab only.
            Notes: That property affects only tabs which have value set to their ContentUrl property.
            That property can be used when web-sites run scripts like jQuiry.js which may attempt to set focus or calculate offsets on initialization regardless of html element visibility. Those can be illegal actions and javascript exceptions can be raised. So, that property allows to load only visible selected ContentUrl and get around bugs in those web sites..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabPostBackOptions_P_EnableLoadOnDemandViewState">
             <summary>
               Looks up a localized string similar to Gets sets option to reload all once loaded templates on full postback.
            Notes: That property has effect only when EnableLoadOnDemand is true.
            If it is enabled, then all once loaded templates are reloaded on all full postbacks.
            While asynchronous postbacks all once loaded templates in UpdatePanels are reloaded regardless of that property, otherwise, server raises exception due to failed EventValidation..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabPostBackOptions_P_EnableReloadingOnTabClick">
             <summary>
               Looks up a localized string similar to Gets sets option to submit/update/reload content of already selected tab when it was clicked by mouse.
            Possible cases:
            1. If tab item points to a local ContentUrl, then that local aspx is submitted.
            2. If ContentUrl points to an external website, then that site is reloaded.
            3. If Ajax is enabled, then asynchronous postback is used, otherwise, a full postback is triggered..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabPostBackOptions_P_EnableReloadingUnselectedTab">
             <summary>
               Looks up a localized string similar to Gets sets option to submit/update content of unselected tab when selection was changed.
            Note: that property has effect for tab items which have ContentUrl or which have templates and EnableAjax is enabled and EnabledLoadOnDemand is disabled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_ContentPaddingBottom">
             <summary>
               Looks up a localized string similar to Gets sets padding between bottom edge of control and content pane.
            Note: actual location and size of content pane is adjusted on client..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_ContentPaddingLeft">
             <summary>
               Looks up a localized string similar to Gets sets padding between left edge of control and content pane.
            Note: actual location and size of content pane is adjusted on client..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_ContentPaddingRight">
             <summary>
               Looks up a localized string similar to Gets sets padding between right edge of control and content pane.
            Note: actual location and size of content pane is adjusted on client..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_ContentPaddingTop">
             <summary>
               Looks up a localized string similar to Gets sets padding between top edge of control and content pane.
            Note: actual location and size of content pane is adjusted on client..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_CornersCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the corners.
            Note: that class should contain background-image attribute and it is merged with igtab_XXRoundedCorners..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_Enabled">
            <summary>
              Looks up a localized string similar to Gets sets option to draw rounded background under content panes.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_FillCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the center area.
            Note: that class should contain background-image attribute and it is merged with igtab_XXRoundedFill..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_HolderInnerOfScrollableTabsCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the inner holder of tabs when rounded background is enabled and tabs are scrollable.
            Notes: That class is merged with igtab_XXRoundedForHolderScrollInner and it is used only when orientation of tabs is left or right. It allows to shift tabs vertically and it should contain only the top style attribute..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_HolderInnerOfTabsCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the inner holder of tabs when rounded background is enabled.
            Notes: That class is merged with igtab_XXRoundedForHolderInner and it is used only when orientation of tabs is left or right. It allows to shift tabs vertically and it should contain only the top style attribute..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_HolderOfScrollableTabsCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the holder of tabs when rounded background is enabled and tabs are scrollable.
            Notes: That class is merged with igtab_XXRoundedForHolderScroll and it is used only when orientation of tabs is left or right. It allows to shift tabs vertically and it should contain only the top style attribute..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_HolderOfScrollButtonsCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the holder of scroll buttons when rounded background is enabled.
            Note: that class is merged with igtab_XXRoundedForScroll..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_HolderOfTabsCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the holder of tabs when rounded background is enabled.
            Note: that class is merged with igtab_XXRoundedForHolder..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_LastTabCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the last tab.
            Note: that class is merged with igtab_XXRoundedLastTab..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_LeftRightCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the left and right edges.
            Note: that class should contain background-image attribute and it is merged with igtab_XXRoundedLeftRight..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_SizeOfCorners">
             <summary>
               Looks up a localized string similar to Gets sets size of rounded background corners in pixels.
            That value should not be larger than half of the background image size used for corners. Range of values: 2-30..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabRoundedBackground_P_TopBottomCssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the top and bottom edges.
            Note: that class should contain background-image attribute and it is merged with igtab_XXRoundedTopBottom..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_NextImageAltText">
            <summary>
              Looks up a localized string similar to Scroll forward.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to a scroll button.
            That class is merged with igtab_XXScrollButton..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_P_DisabledImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets the custom image url used when button is in disabled state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_P_HoverImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets the custom image url used when mouse is moved over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_P_ImageAltText">
             <summary>
               Looks up a localized string similar to Gets sets the custom alt attribute for image.
            Note: if value is equal to &quot;[Default]&quot;, then the default value is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_P_ImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets the custom image url to the button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_P_PressedImageUrl">
            <summary>
              Looks up a localized string similar to Gets sets the custom image url used when button is in pressed state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_P_ToolTip">
            <summary>
              Looks up a localized string similar to Gets sets tooltip for button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButton_PreviousImageAltText">
            <summary>
              Looks up a localized string similar to Scroll backward.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButtons_P_AutoHide">
            <summary>
              Looks up a localized string similar to Gets sets ability to hide scroll buttons when all tabs are visible.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButtons_P_CssClass">
             <summary>
               Looks up a localized string similar to Gets sets the custom css class applied to the container of scroll buttons.
            That class is merged with igtab_XXScrollButtons..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButtons_P_EndSpeed">
             <summary>
               Looks up a localized string similar to Gets sets maximum scrolling speed.
            That value defines number of pixels per second. Range of values: 30..3000.
            During first 1.5 seconds, the scroll is gradually increased from StartSpeed to EndSpeed..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButtons_P_NextButton">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to button located on right (or bottom).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButtons_P_PreviousButton">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to button located on left (or top).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButtons_P_ScrollPosition">
            <summary>
              Looks up a localized string similar to Gets sets scroll position of tab items in pixels.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_TabScrollButtons_P_StartSpeed">
             <summary>
               Looks up a localized string similar to Gets sets initial scrolling speed.
            That value defines number of pixels per second. Range of values: 30..3000..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_E_SelectedIndexChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired after selected tab was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_E_TabItemAdded">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when new tab item was added on client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_E_TabItemClosed">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when tab item was closed on client (Hidden property was changed).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_E_TabItemsMoved">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when tab items were moved on client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_AddNewTabItem">
             <summary>
               Looks up a localized string similar to Gets reference to container of properties related to special &quot;add-new-tab-item&quot; tab/button rendered by WebTab.
            Note: if DisplayMode is set to MultiRow, then that property is not supported..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_AjaxIndicator">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to ajax indicator.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the auto postback options supported by WebTab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_CloseButton">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to close button on tab items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_ContentPane">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to appearance of content pane used by WebTab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_CssClasses">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to custom css classes used by WebTab.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_DisplayMode">
             <summary>
               Looks up a localized string similar to Gets sets display mode of tabs such as single row, scrollable single row, multi row or multi row auto.
            Note: Multirow is not supported when tabs are located on left or right sides, or when orientation is vertical.
            If multi row is enabled and tabs are located on top or bottom, then add-new-tab item is not supported and tab-moving is not recommended.
            If multi row is enabled and tabs are located on left or right and orientation is vertical, then tabs are stretched to the height of control..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_EnableActivation">
            <summary>
              Looks up a localized string similar to Gets sets ability to get focus and respond on keys in order to change active tab and select it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_EnabledValidation">
            <summary>
              Looks up a localized string similar to Gets sets option to validate asp Validators located in selected tab when selected tab is changed or reloading content of tab is requested.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_EnableOverlappingTabs">
            <summary>
              Looks up a localized string similar to Gets sets ability for tab labels to overlap their siblings..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_PostBackOptions">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to postback, ajax and ContentUrl reloading.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_ScrollButtons">
             <summary>
               Looks up a localized string similar to Gets reference to container of properties related to scroll buttons used by WebTab.
            That property has effect only when DisplayMode is set to Scrollable..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_SelectedIndex">
            <summary>
              Looks up a localized string similar to Gets sets index of selected tab item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_TabItemCssClasses">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to custom css classes used by tab items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_TabItemSize">
             <summary>
               Looks up a localized string similar to Gets sets width of horizontal tab item or height of vertical tab item.
            Notes:
            That may have no effect for some combinations of location and orientation. Only pixel and percentage values are supported.
            For multi row, top or bottom location and horizontal orientation: tabs are stretched to the width of control.
            For multi row, left or right location and vertical orientation: tabs are stretched to the height of control.
            Default for horizontal tabs on left or right is 100px..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_TabItemStates">
             <summary>
               Looks up a localized string similar to Gets reference to container of properties related to supported states of tab items.
            Note: the more states are enabled, the higher possibility that tabs will flicker on state change and the larger size of generated html..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_TabLocation">
             <summary>
               Looks up a localized string similar to Gets sets location of tabs relative to content pane.
            Notes: the values of TopRight, BottomRight, LeftBottom and RightBottom are supported only for DisplayMode.SingleRow.
            The LeftBottom and RightBottom have effect only at run time and at design time tabs are rendered at the top..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_TabMoving">
             <summary>
               Looks up a localized string similar to Gets reference to container of properties related to ability to move tab item by mouse drag.
            Note: if DisplayMode is MultiRow, then it is not recommended to enable that property, because it may trigger misbehavior, tabs can be moved within same row only and after a postback visible indexes can be reset to original values..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_TabOrientation">
             <summary>
               Looks up a localized string similar to Gets sets horizontal or vertical orientation of text and images in tabs.
            Notes:
            If vertical orientation is enabled, then for Top and Bottom tabs locations the TabsOverflow.Reduce is not supported.
            If vertical orientation is enabled and line breaks are used, then TextOverflow.Ellipsis is not supported..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_Tabs">
            <summary>
              Looks up a localized string similar to Gets reference to collection of tab items.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_TabsOverflow">
             <summary>
               Looks up a localized string similar to Gets sets option to reduce sizes of tabs if their overall size does not fit in size of control.
            In case of tabs located on top or bottom that property has effect only when TabOrientation is horizontal, DisplayMode is SingleRow or MultiRow and width of WebTab is set.
            In case of tabs located on left or right that property has effect only when TabOrientation is vertical, DisplayMode is SingleRow and height of WebTab is set..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_TextOverflow">
             <summary>
               Looks up a localized string similar to Gets sets option to show ellipsis, if content of tab does not fit in its bounds.
            Notes:
            If value is set to Clip, then text is clipped by bounds of tab item and may run over possible close button and other elements.
            If value is set to Ellipsis and orientation is vertical and text is built by line breaks, then &quot;...&quot; is not supported, however the length of text is reduced to fit it in client area.
            If Text of tab item contains html tags, then that property is not supported for those tab items..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_VerticalTextMode">
            <summary>
              Looks up a localized string similar to Gets sets writing mode used to draw vertical text. That property is supported by IE browsers only. When it is enabled, then style attribute &quot;writing-mode:tb-rl&quot; is used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_VisibleContent">
             <summary>
               Looks up a localized string similar to Gets sets visibility of content.
            Note: that property does not affect rendering of html elements to client, but only changes their visibility..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LD_WebTab_P_VisibleHeader">
             <summary>
               Looks up a localized string similar to Gets sets visibility of header.
            Note: that property does not affect rendering of html elements to client, but only changes their visibility..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LS_ContentTabItem_KeyException">
            <summary>
              Looks up a localized string similar to Amper sign, new line, tab, greater, less and quote characters are not supported by the Key property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TabStrings.LS_TabRenderer_VisibleIndexException">
            <summary>
              Looks up a localized string similar to Failure to calculate missing VisibleIndex property of tab items.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.TextEditorStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_CurrencyEditor_MinDecimalPlaces">
             <summary>
               Looks up a localized string similar to Gets sets minimum number of decimal places used for text in control when it has no focus.
            Note:
            In case of null, the setting for CurrencyDecimalDigits of NumberFormat property of Culture is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePicker_AlwaysInEditMode">
             <summary>
               Looks up a localized string similar to Gets sets ability to modify value in editor by keyboard while drop-down calendar is opened.
            Note: only digits, backspace and delete keys are supported..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePicker_CalendarAnimation">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to animation used for drop-down WebMonthCalendar..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePicker_DropDownCalendarID">
             <summary>
               Looks up a localized string similar to Gets sets the ID of WebMonthCalendar which will be used as drop-down calendar.
            If that property is not set, then default calendar is used. That default calendar is shared between all WebDatePickers on page..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePicker_EditMode">
             <summary>
               Looks up a localized string similar to Gets sets value that allows to enable or disable ability to edit value by keyboard.
            Note: In order to disable ability to edit value by drop-down calendar, the ReadOnly property should be used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePicker_OpenCalendarOnFocus">
            <summary>
              Looks up a localized string similar to Gets sets ability to automatically open drop-down calendar when editor gets focus..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePickerClientEvents_CalendarAnimationStopped">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after animation of close or open action for drop-down calendar was stopped.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePickerClientEvents_CalendarClosed">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after drop-down calendar was closed. Update of WebDatePicker from selected date in calendar can be canceled and value can be modified.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePickerClientEvents_CalendarOpened">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called after drop-down calendar was opened.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DatePickerClientEvents_CalendarOpening">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called before drop-down calendar is opened. This action can be canceled.
            Note: that event should not be interrupted by alert, confirm or similar action, which may break default order or timing of focus and other events of browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_CenturyThreshold">
             <summary>
               Looks up a localized string similar to Gets sets value that is used to autofill year field to the 20th or 21st century if only 1 or 2 digits are entered by user.
            If entered year is less or equal to the value of that property, then 2000 is added to the year field.
            If entered year is larger than the value of that property and less than 100, then 1900 is added to the year field.
            If value is set to -1, then autofill is disabled..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_Culture">
            <summary>
              Looks up a localized string similar to Gets sets the System.Globalization.CultureInfo object is used by control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_DataMode">
            <summary>
              Looks up a localized string similar to Gets sets name of property used to wrap the Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_Date">
            <summary>
              Looks up a localized string similar to Gets sets value in control as DateTime object.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_DisplayModeFormat">
             <summary>
               Looks up a localized string similar to Gets sets format of date used for edit mode when control does not have input focus.
            If value is empty, then the EditModeFormat is used.
            If value has length of 1 (single flag-character such as: d, f, g, s, etc.), then the System.Threading.Thread.CurrentThread.CurrentCulture is used to obtain date pattern.
            Otherwise, this property is treated as explicit date pattern.
            Example of explicit pattern:
            &quot;dd-MM-yyyy&quot;.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_EditModeFormat">
             <summary>
               Looks up a localized string similar to Gets sets format of date used for edit mode when control has input focus.
            If value has length of 1 (single flag-character such as: d, f, g, s, etc.), then the System.Threading.Thread.CurrentThread.CurrentCulture is used to obtain date pattern.
            Otherwise, this property is treated as explicit date pattern.
            Example of explicit pattern:
            &quot;dd-MM-yyyy&quot;.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_MaxDate">
            <summary>
              Looks up a localized string similar to Gets sets maximum date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_MinDate">
            <summary>
              Looks up a localized string similar to Gets sets minimum date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_MinimumNumberOfValidFields">
            <summary>
              Looks up a localized string similar to Gets sets minimum number of valid fields in the date string which must be present to consider the date valid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_Nullable">
            <summary>
              Looks up a localized string similar to Gets sets ability to use today date (or Min/MaxValue) by the get of Value property, when value is not set or it is set to null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_PromptChar">
            <summary>
              Looks up a localized string similar to Gets sets character that is used to fill missing date fields while control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_ReduceDayOnInvalidDate">
            <summary>
              Looks up a localized string similar to Gets sets ability to reduce day of month, when maximum day of entered month-field is smaller than entered value of day-field.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_ShowPatternOnFocus">
            <summary>
              Looks up a localized string similar to Gets sets option to show all pattern characters while control has focus. If that property is set to false, then text displayed in focus state is cut off by the last filled character and part of pattern on the right side is hidden..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_SpinDelta">
             <summary>
               Looks up a localized string similar to Gets sets value that is used to increment/decrement the editing value on spin events.
            If Buttons.ListOfValues is set, then that property has no effect.
            That value is also used when increment/decrement happens on the up/down arrow keys.
            If value is set to 0, then the value of 1 is used to increment/decrement a field where caret is located.
            For editor with date-format 1 day is used and for edtor with time-format: 1 minute..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_SpinOnlyOneField">
             <summary>
               Looks up a localized string similar to Gets sets ability to increment/decrement the value of one field only.
            If value is true, then only one current field is incremented/decremented and all other fieds remain unchanged.
            If value is false, then other date fields can be affected too..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_DateTimeEditor_UseLastGoodDate">
             <summary>
               Looks up a localized string similar to Gets sets ability to automatically use the last good date value when control loses focus and entered value cannot be converted to a date.
            Notes: If entered date can be converted to a date, but it is outside of minimum or maximum limits, or value of day field is larger than maximum day for a particular month, then that property is not applied to that date.
            If Nullable property is enabled and all fields were erased by user, then that entry is considered as valid and null is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_MaskEditor_DataMode">
            <summary>
              Looks up a localized string similar to Gets sets rules that are used to get/set the Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_MaskEditor_DisplayMode">
            <summary>
              Looks up a localized string similar to Gets sets options for displayed text when control has no focus and has no data.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_MaskEditor_EmptyPositionChar">
            <summary>
              Looks up a localized string similar to Gets sets character that is used to replace empty (not filled) positions in the InputMask while building string returned by the Value and RawText properties.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_MaskEditor_InputMask">
            <summary>
              Looks up a localized string similar to Gets sets input mask used to filter keyboard entries.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_MaskEditor_PadChar">
            <summary>
              Looks up a localized string similar to Gets sets character that is used to fill required empty mask positions in the display text while the control does not have focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_MaskEditor_PromptChar">
            <summary>
              Looks up a localized string similar to Gets sets character that is used to fill empty mask positions in the display text while the control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_MaskEditor_RawText">
            <summary>
              Looks up a localized string similar to Gets sets string that represents the current contents of the control without literal characters and empty mask positions.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_MaskEditor_ShowMaskOnFocus">
            <summary>
              Looks up a localized string similar to Gets sets option to show all mask characters while control has focus. If that property is set to false, then text displayed in focus state is cut off by the last filled character and part of mask on right side is hidden..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_Culture">
            <summary>
              Looks up a localized string similar to Gets sets the System.Globalization.CultureInfo object used by the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_DataMode">
            <summary>
              Looks up a localized string similar to Gets sets type of object that is used to wrap the Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_DisplayFactor">
             <summary>
               Looks up a localized string similar to Get sets multiplier applied to Value for displayed text. List of supported values: 1, 10, 100, 1000, 10000, 100000, 1000000.
            Notes: That property affects text displayed to end user: number appears larger than actual value in editor. The Min/MaxValue are not affected by this property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_MaxDecimalPlaces">
             <summary>
               Looks up a localized string similar to Gets sets maximum number of decimal places used for text in control when it has no focus.
            Notes:
            In case of null, the setting for decimal digits of Culture is used.
            If MinDecimalPlaces is set to the larger value than that property, then MinDecimalPlaces has priority..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_MaxValue">
            <summary>
              Looks up a localized string similar to Gets sets maximum value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_MinDecimalPlaces">
             <summary>
               Looks up a localized string similar to Gets sets minimum number of decimal places used for text in control when it has no focus.
            Note:
            In case of null, the setting for NumberDecimalDigits of NumberFormat property of Culture is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_MinValue">
            <summary>
              Looks up a localized string similar to Gets sets minimum value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_NegativeCssClass">
            <summary>
              Looks up a localized string similar to Gets sets css class which is applied to the INPUT element when Value is negative.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_NullValue">
            <summary>
              Looks up a localized string similar to Gets sets number that is returned by the Value property when Nullable is disabled and value is not set. If property is set to the NaN, then NaN is used for Double and Float types defined by DataMode, and 0 is used for integer types..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_NumericEditor_SpinDelta">
             <summary>
               Looks up a localized string similar to Gets sets value that is used to increment/decrement the editing value on spin events.
            That value is also used when increment/decrement happens on the up/down arrow keys.
            If Buttons.ListOfValues is set, then that property has no effect..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_PercentEditor_DisplayFactor">
             <summary>
               Looks up a localized string similar to Gets sets multiplier applied to Value for displayed text.
            Notes: That property affects text displayed to end user: number appears larger than actual value in editor. The Min/MaxValue are not affected by this property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_PercentEditor_MinDecimalPlaces">
             <summary>
               Looks up a localized string similar to Gets sets minimum number of decimal places used for text in control when it has no focus.
            Note:
            In case of null, the setting for PercentDecimalDigits of NumberFormat property of Culture is used..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_CausesValidation">
             <summary>
               Looks up a localized string similar to Gets sets an option to fire validation before postback.
            That property is similar to the corresponding property of asp:TextBox..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_EnableAltPlusDigits">
            <summary>
              Looks up a localized string similar to Gets sets ability for user to enter characters by using the ALT key + numeric keypad digits method.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_FocusCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to control when it has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_FocusOnInitialization">
            <summary>
              Looks up a localized string similar to Gets sets an attempt to set input focus to the control on the initialization of a page.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_HideEnterKey">
            <summary>
              Looks up a localized string similar to Gets sets ability to hide the Enter key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_HorizontalAlign">
            <summary>
              Looks up a localized string similar to Gets sets horizontal alignment of the text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_HoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to control when mouse is moved over it.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_MaxLength">
            <summary>
              Looks up a localized string similar to Gets sets maximum length of a text string that can be entered into a control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_MultiLine_Columns">
             <summary>
               Looks up a localized string similar to Gets sets the cols attribute of TEXTAREA.
            Note: the Width of WebTextEditor may have priority over that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_MultiLine_Overflow">
             <summary>
               Looks up a localized string similar to Gets sets overflow style attribute of TEXTAREA.
            Note: the value Visible means that overflow attribute is not rendered and browser-default is used. Some browsers may not support that attribute..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_MultiLine_Rows">
             <summary>
               Looks up a localized string similar to Gets sets the rows attribute of TEXTAREA.
            Note: the Height of WebTextEditor may have priority over that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_MultiLine_Wrap">
            <summary>
              Looks up a localized string similar to Gets sets the wrap attribute of TEXTAREA.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_Nullable">
            <summary>
              Looks up a localized string similar to Gets sets ability to support null value and use System.Nullable for the Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_NullText">
             <summary>
               Looks up a localized string similar to Gets sets text displayed in the control when it has no focus and the Value is not set (Value is empty string or null).
            If that property is set, then NullTextCssClass is used for the INPUT element.
            Notes:
            If that property is set and control has no focus, then edit actions like paste and spin are not supported.
            It is recommended to set the Width property of editor. Otherwise, width of control may jump on focus and blur events, due to italic, bold and other attributes of NullTextCssClass..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_NullTextCssClass">
             <summary>
               Looks up a localized string similar to Gets sets custom css class which is applied to INPUT when control has no focus, has no Value and NullText property is set.
            If NullText is not set, then that property has no effect.
            Note: It is recommended to set the Width property of editor. Otherwise, visible width of control may jump on focus and blur events, due to italic, bold and other attributes of NullTextCssClass..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_ReadOnly">
            <summary>
              Looks up a localized string similar to Get sets ability for the user to edit the text of the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_SelectionOnFocus">
            <summary>
              Looks up a localized string similar to Gets sets type of selection on the start of edit mode. Note: The value of NotSet is supported by WebTextEditor only, but none of its extensions..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_SpinButton_Text">
             <summary>
               Looks up a localized string similar to Gets sets text displayed on button.
            Note: if value is set, then instead of image the text is dislayed on button..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_Text">
            <summary>
              Looks up a localized string similar to Gets sets text displayed in control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_ButtonCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to spin buttons in normal state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_ButtonDisabledCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to spin buttons in disabled state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_ButtonFocusCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to spin buttons when control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_ButtonHoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to spin buttons in mouse-over state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_ButtonImgCssClass">
             <summary>
               Looks up a localized string similar to Gets sets custom css class which is applied to IMG element used by spin and custom buttons.
            Notes:
            It can be used to stretch image to size of button (which is TD element) by width:100%;height:100%;
            It has no effect if button shows text..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_ButtonPressedCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to spin buttons in pressed state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_ButtonSizeCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which defines width and height of spin buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_CellSpacing">
            <summary>
              Looks up a localized string similar to Gets sets option to use spacing between inner elements: input field and buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_CustomButton">
             <summary>
               Looks up a localized string similar to Gets reference to object which contains properties of custom button.
            WebTextEditor raises client and server events related to CustomButton. Those events can be used by application to implement custom actions like showing alert, dialog or drop-down, performing validations, raising postback, etc.
            Note: If TextMode of editor is set to MultiLine, then buttons are not supported and that property has no effect..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_CustomButtonDisplay">
             <summary>
               Looks up a localized string similar to Gets sets visibility and location of custom button.
            WebTextEditor raises client and server events related to CustomButton. Those events can be used by application to implement custom actions like showing alert, dialog or drop-down, performing validations, raising postback, etc.
            Note: If TextMode of editor is set to MultiLine, then buttons are not supported and that property has no effect..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_CustomButtonHotKeys">
             <summary>
               Looks up a localized string similar to Gets sets list of key actions which will trigger CustomButton click-event.
            A key should contain an English letter, or a digit, or 2/3-digit key-code used by browser&apos;s keydown events, or a predifined flag such as HOME, DOWN, UPARROW, etc.
            Keys should be separated by the Coma character.
            Each value may contain optional modifiers such as Shift, Ctrl or Alt with + or Space separator.
            Example: &quot;Shift+A,UP CTRL,Shift+Space,F2&quot;.
            Property has effect regardless of visibility of custom button..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_EnsureFocus">
             <summary>
               Looks up a localized string similar to Gets sets ability to ensure input focus on spin events.
            Note: If the NullText property of WebTextEditor is set, then editor gets focus on spin event regardless of that property..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_InlineRendering">
             <summary>
               Looks up a localized string similar to Gets sets option to add &quot;display:inline&quot; attribute to the main TABLE html-element of control.
            Note: that feature is supported only for IE browser..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_InnerCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to inner area (container of edit field) when control is in normal state.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_InnerFocusCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to inner area (container of edit field) when control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_InnerHoverCssClass">
            <summary>
              Looks up a localized string similar to Gets sets custom css class which is applied to inner area (container of edit field) when mouse is moved over control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_ListOfValues">
             <summary>
               Looks up a localized string similar to Gets sets list of strings that will be used to set value of editor on spin events.
            If list is set, then default increment/decrement actions are disabled and list-items are used.
            Items in list should be separated by the | character.
            At run time the Get/Set/Insert/RemoveListValueAtIndex methods can be used.
            In case of numeric editor, an item should have javascript format, because the parseFloat(item) is used.
            In case of date-time, an item should have format &quot;yyyy-MM-dd-hh-mm-ss-tt&quot;..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_LowerSpinButton">
            <summary>
              Looks up a localized string similar to Gets reference to object which contains properties of lower spin button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_SpeedUpRate">
            <summary>
              Looks up a localized string similar to Gets sets ability to automatically increase/decrease the delay with spin events while mouse is pressed on a spin button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_SpinButtonsDisplay">
             <summary>
               Looks up a localized string similar to Gets sets visibility and location of spin buttons.
            Note: If TextMode of editor is set to MultiLine, then buttons are not supported and that property has no effect..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_SpinDelay">
            <summary>
              Looks up a localized string similar to Gets sets initial delay in milliseconds between increment/decrement spin events.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_SpinOnArrowKeys">
            <summary>
              Looks up a localized string similar to Gets sets ability to increment/decrement a value on the Up/Down arrow keys. This property has effect regardless of visibility of spin buttons..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_SpinOnReadOnly">
            <summary>
              Looks up a localized string similar to Gets sets ability to increment/decrement a value when ReadOnly is true. This property has no effect, when ReadOnly is false..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_SpinWrap">
            <summary>
              Looks up a localized string similar to Gets sets option to automatically &quot;roll-over&quot; to the minimum/maximum value when the maximum/minimum limit was exceeded while pressing on a spin button or on an arrow key.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextEditorButtons_UpperSpinButton">
            <summary>
              Looks up a localized string similar to Gets reference to object which contains properties of upper spin button.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_TextMode">
             <summary>
               Looks up a localized string similar to Gets sets text mode of editor such as single line, multiline or password.
            Note: If MultiLine is enabled, then buttons are not supported..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_Tooltip">
             <summary>
               Looks up a localized string similar to Gets sets the tooltip of control.
            In order to specify tooltip which includes the current value of control, the &quot;{0}&quot; flag should be used.
            Note: If TextMode is set to Password, then empty string is used as the default value of ToolTip..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_ValidationGroup">
             <summary>
               Looks up a localized string similar to Gets sets validation group.
            That property is similar to the corresponding property of asp:TextBox..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditor_Value">
            <summary>
              Looks up a localized string similar to Gets sets value in control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorAutoPostBackFlags_CustomButton">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to custom button click.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorAutoPostBackFlags_EnterKey">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to enter key press.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorAutoPostBackFlags_ValueChanged">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to value change event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_Blur">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when control gets blur event (lost focus) of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_CustomButton">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called on custom button click or on CustomButtonHotKeys.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_Focus">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when control gets focus event of browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_InvalidValue">
             <summary>
               Looks up a localized string similar to Gets sets name of javascript function which is called when control loses the input focus and has an invalid value.
            Note: That event was designed for extended editors and WebTextEditor currently does not use it..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_KeyDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before keydown event. Action can be canceled or key can be modified..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_KeyPress">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before keypress event. Action can be canceled or key can be modified..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_KeyUp">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before keyup event.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_MouseDown">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when input field or spin button gets mousedown event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_MouseMove">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when input field or spin button gets mousemove event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_MouseOut">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when input field or spin button gets mouseout event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_MouseUp">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when input field or spin button gets mouseup event of a browser.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_Spin">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before value is incremented or decremented by a spin button or by up/down arrow key. Action can be canceled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_TextChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after text was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_ValueChanged">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after value was changed.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_TextEditorClientEvents_ValueChanging">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before value is changed. Action can be canceled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebDateTimeEditor_E_InvalidValue">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when invalid date was entered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebMaskEditor_E_InvalidValue">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when not all required positions in input mask were filled by user.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebNumericEditor_E_InvalidValue">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when invalid value was entered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebTextEditor_AutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Gets reference to container for properties that are related to the auto postback options.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebTextEditor_Buttons">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties which are related to spin buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebTextEditor_E_CustomButtonClick">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when postback was triggered by custom button click.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebTextEditor_E_EnterKeyPress">
             <summary>
               Looks up a localized string similar to Adds removes event handler which is fired when postback was triggered by Enter key press.
            Note:
            Event is raised when AutoPostBackFlags.EnterKeyDown is set to &quot;On&quot;..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebTextEditor_E_TextChanged">
             <summary>
               Looks up a localized string similar to Adds removes event handler which is fired when text in editor was changed on client and its value after postback became different from value before postback.
            That is event required by IEditableTextControl and it is identical to ValueChanged event. It is raised before ValueChanged..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebTextEditor_E_ValueChanged">
            <summary>
              Looks up a localized string similar to Adds removes event handler which is fired when value in editor was changed on client.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LD_WebTextEditor_MultiLine">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties which are related to multiline text mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LS_DatePicker_CustomButton_AltText">
            <summary>
              Looks up a localized string similar to Drop Down Calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LS_TextEditor_CustomButton_AltText">
            <summary>
              Looks up a localized string similar to Custom Action.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LS_TextEditor_LowerSpinButton_AltText">
            <summary>
              Looks up a localized string similar to Spin Down.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LS_TextEditor_TextEditorButtons_ToString">
            <summary>
              Looks up a localized string similar to Spin:{0}, Custom:{1}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings.LS_TextEditor_UpperSpinButton_AltText">
            <summary>
              Looks up a localized string similar to Spin Up.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.TextEditorStrings_runtime">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings_runtime.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings_runtime.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings_runtime.LS_TextEditor_CssClassException">
            <summary>
              Looks up a localized string similar to The value for CssClass should not contain Coma and Quot characters.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings_runtime.LS_TextEditor_ValidationGroupException">
            <summary>
              Looks up a localized string similar to Coma and quot characters are not supported by ValidationGroup.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.TextEditorStrings_runtime.LS_WebTextEditor_NoNeutralCultureInfo">
            <summary>
              Looks up a localized string similar to Neutral culture is not supported for CultureInfo property.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.WebCaptchaStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.CaptchaAudioFilename">
            <summary>
              Looks up a localized string similar to CaptchaAudio.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.ImageWidthError">
            <summary>
              Looks up a localized string similar to Image Width must be between 10 and 1000.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_BackgroundColor">
            <summary>
              Looks up a localized string similar to background color of the captcha image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_CaptchaAltText">
            <summary>
              Looks up a localized string similar to Alt Text for captcha IMG element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_CaptchaImageSettingsFontName">
            <summary>
              Looks up a localized string similar to Font name for the text drawn on the captcha image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_CaptchaImageSettingsFontSize">
            <summary>
              Looks up a localized string similar to font size for the text drawn on the captcha image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_CaptchaImageSettingsFontStyle">
            <summary>
              Looks up a localized string similar to style of the font - bold , italic, regular. .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_CaptchaText">
            <summary>
              Looks up a localized string similar to Current text depicted on the image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_CaptchaTooltip">
            <summary>
              Looks up a localized string similar to Title attribute for the captcha IMG element.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_CharacterSet">
            <summary>
              Looks up a localized string similar to Character set from which to take characters when generating the captcha image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_EnableRandomFonts">
            <summary>
              Looks up a localized string similar to random fonts will be picked from a predefined fonts list, when drawing every individual character.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_EnableUniqueChars">
            <summary>
              Looks up a localized string similar to if Enabled, characters will be unique when generating the image. Must ensure that the total number of unique characters in the specified character set  is greater than the value of TextLength.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_ErrorMessage">
            <summary>
              Looks up a localized string similar to Error message text if validation fails.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_Height">
            <summary>
              Looks up a localized string similar to Captcha Image Height.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_IsValid">
            <summary>
              Looks up a localized string similar to property indicating if the current control state indentifies validation has succeeded .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_LinesNoise">
            <summary>
              Looks up a localized string similar to Level of additional lines that will be drawn over the text.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_Noise">
            <summary>
              Looks up a localized string similar to Level of background noise that will be generated on the image (dots).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_RotationNoise">
            <summary>
              Looks up a localized string similar to Level of character rotation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_TextColor">
            <summary>
              Looks up a localized string similar to color of text for the characters on the captcha image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_TextLength">
            <summary>
              Looks up a localized string similar to fixed number of characters to draw on the captcha image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_Warp">
            <summary>
              Looks up a localized string similar to Level of font warping on the image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_LP_Width">
            <summary>
              Looks up a localized string similar to Captcha Image Width.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_AudioButton">
            <summary>
              Looks up a localized string similar to Button to download audio file that will speak out the characters from the captcha image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaDictionaryMode">
            <summary>
              Looks up a localized string similar to Off - dictionary won&apos;t be used and strings will be randomly generated, Words - one line per word format, LogicalQuestionAnswer - the format of the file should be: first line - question, second line - answer , and so on .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaDictionaryPath">
            <summary>
              Looks up a localized string similar to path where the location of dictionary (plain-text file) is located. Make sure that CaptchaDictionaryMode is also set.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaEditorID">
            <summary>
              Looks up a localized string similar to ID of another server-side control on the form which will be used as editor for the captcha image characters, instead of the default WebTextEditor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaErrorLabelID">
            <summary>
              Looks up a localized string similar to ID of server-side control on the form which will be used to show the error message when captcha validation fails.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaImageRegenerationTimeout">
            <summary>
              Looks up a localized string similar to the timeout after which image will be automatically regenerated .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaImageSettings">
            <summary>
              Looks up a localized string similar to Settings to configure the Captcha image generation such as font name , size, different noise factors.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaImagesPath">
            <summary>
              Looks up a localized string similar to path to images. If this is set, the control will not generate an image with text in it, but will directly pick a random image from this directory. The correct value that must be entered in order to validate the captcha, will be taken from the image name. So as an example the directory may contain: dog.jpg, cow.jpg, car.jpg, and so on..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaInfoTextLabel">
            <summary>
              Looks up a localized string similar to label between the image and the input box that will instruct the end user what to do , for example &quot;Enter characters from image&quot;.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaSoundsPath">
            <summary>
              Looks up a localized string similar to path to sound files, in case default need to be overriden. This must point to a directory containing a file for every character (a.wav, b.wav, c.wav) from the specified custom character set..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_CaptchaValidationGroup">
            <summary>
              Looks up a localized string similar to ASP.NET validation group in which this control will participate.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_EnableCaptchaImageRegeneration">
            <summary>
              Looks up a localized string similar to If this property is enabled, it will be possible to regenerate image automatically without doing a full postback.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_FormSubmissionTimeoutSeconds">
            <summary>
              Looks up a localized string similar to number of seconds that must pass, until form is successfully submitted.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_InputValue">
            <summary>
              Looks up a localized string similar to current value entered by the end-user - which may not match the &quot;Value&quot; property (that is, what&apos;s drawn on the image).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_InputValueEditor">
            <summary>
              Looks up a localized string similar to Reference to the Infragistics WebTextEditor used for filling in the captcha image value .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_ProtectionMode">
            <summary>
              Looks up a localized string similar to Captcha - captcha image, form submission timeout - validation will fail if form is submitted in less time than the value of FormSubmissionTimeout, and Invisible input - validation will fail if the invisible input field rendered on the client, gets filled on postback.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_RefreshButton">
            <summary>
              Looks up a localized string similar to Button to manually refresh captcha image via an Async AJAX request .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_P_Value">
            <summary>
              Looks up a localized string similar to Current server-side value (plaintext) for the text depicted on the generated image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_C_S_SubmitButtonText">
            <summary>
              Looks up a localized string similar to Submit.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_LE_CannotFindControl">
            <summary>
              Looks up a localized string similar to Editor control could not be found .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_LE_ControlNotITextControl">
            <summary>
              Looks up a localized string similar to Editor control for WebCaptcha must implement ITextControl.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_P_CaptchaImageLabel">
            <summary>
              Looks up a localized string similar to Image:.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_P_CaptchaInfoTextLabel">
            <summary>
              Looks up a localized string similar to Enter the characters from the image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_P_CaptchaInputLabel">
            <summary>
              Looks up a localized string similar to Characters:.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_P_CaptchaSubmitButton">
            <summary>
              Looks up a localized string similar to Default submit button part of the Captcha control .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_P_EnableCaseSensitivity">
            <summary>
              Looks up a localized string similar to when enabled, validation for the Captcha input will be case sensitive.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LD_P_PreviousValue">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LS_C_AudioButton_Alt">
            <summary>
              Looks up a localized string similar to Listen to Captcha Audio.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LS_C_DefaultNullText">
            <summary>
              Looks up a localized string similar to write text from image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.LS_C_RefreshButton_Alt">
            <summary>
              Looks up a localized string similar to Refresh Captcha Image.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.ProtectionCaptchaError">
            <summary>
              Looks up a localized string similar to Invalid Code entered ! It doesn&apos;t match image!.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.ProtectionTextBoxError">
            <summary>
              Looks up a localized string similar to Validation failed - potentially unsafe form submission..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebCaptchaStrings.ProtectionTimeoutError">
            <summary>
              Looks up a localized string similar to Form was submitted in less time than the allowed !.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.WebDataGridStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_Activation">
            <summary>
              Looks up a localized string similar to Activation.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_CellEditing">
            <summary>
              Looks up a localized string similar to Cell Editing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_Clipboard">
            <summary>
              Looks up a localized string similar to Clipboard.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_Clippboard_ErrorMessage1">
            <summary>
              Looks up a localized string similar to Firefox requires explicit permissions for accessing clipboard. Type &apos;about:config&apos; in the address bar and change the &apos;signed.applets.codebase_principal_support&apos; key to &apos;true&apos; to allow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_Clippboard_ErrorMessage2">
            <summary>
              Looks up a localized string similar to This browser does not support copying/cutting in Java Script. Please consider an alternative copying routine..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_ColumnFixing">
            <summary>
              Looks up a localized string similar to Column Fixing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_ColumnMoving">
            <summary>
              Looks up a localized string similar to Column Moving.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_ColumnResizing">
            <summary>
              Looks up a localized string similar to Column Resizing.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_EditingCore">
            <summary>
              Looks up a localized string similar to Editing Core.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_Filtering">
            <summary>
              Looks up a localized string similar to Filtering.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_FooterSummaries">
            <summary>
              Looks up a localized string similar to Summary Row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_Paging">
            <summary>
              Looks up a localized string similar to Paging.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_RowAdding">
            <summary>
              Looks up a localized string similar to Row Adding.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_RowDeleting">
            <summary>
              Looks up a localized string similar to Row Deleting.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_RowEditingTemplate">
            <summary>
              Looks up a localized string similar to Row Editing Template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_RowSelectors">
            <summary>
              Looks up a localized string similar to Row Selectors.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_Selection">
            <summary>
              Looks up a localized string similar to Selection.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_Sorting">
            <summary>
              Looks up a localized string similar to Sorting.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVR_VirtualScrolling">
            <summary>
              Looks up a localized string similar to Virtual Scrolling.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_Activation">
            <summary>
              Looks up a localized string similar to This behavior allows for a cell to become active in the grid for editing and interaction purposes..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_CellEditing">
            <summary>
              Looks up a localized string similar to Allows for Cells to be modified on the client by the user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_Clipboard">
            <summary>
              Looks up a localized string similar to Allows interaction with the system clipboard. The format of interaction is Text that is compatible with Microsoft Excel format..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_ColumnFixing">
            <summary>
              Looks up a localized string similar to Enables the grid to fix columns on either left or right side..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_ColumnMoving">
            <summary>
              Looks up a localized string similar to The ColumnMoving Behavior allows for columns to be dragged and dropped at different visible indices..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_ColumnResizing">
            <summary>
              Looks up a localized string similar to The ColumnResizing Behavior allows for client side manipulation of column widths.  If multiple columns are selected (via the Selection behavior) then they can be resized at the same time..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_EditingCore">
            <summary>
              Looks up a localized string similar to This behavior allows access for a series of subbehaviors which can be used to modify the data inside of the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_Filtering">
            <summary>
              Looks up a localized string similar to This behavior allows for data to be filtered via a filter row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_FooterSummaries">
            <summary>
              Looks up a localized string similar to Behavior that defines the grid&apos;s column summaries capabilities..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_Paging">
            <summary>
              Looks up a localized string similar to This behavior allows for data to be sent down to the client in pages..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_RowAdding">
            <summary>
              Looks up a localized string similar to Allows for an AddNewRow to be displayed so that new data can be entered into the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_RowDeleting">
            <summary>
              Looks up a localized string similar to The delete row behavior is a child of EditingCore but has a dependency on the selection behavior, row selection should be enabled for optimal functionality..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_RowEditingTemplate">
            <summary>
              Looks up a localized string similar to Allows for a RowEditTemplate to be shown so that data can be manipulated in a interface that looks like a form rather then directly into cells..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_RowSelectors">
            <summary>
              Looks up a localized string similar to Displays a RowSelector element on the left side of the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_Selection">
            <summary>
              Looks up a localized string similar to Allows for Rows, Cells, and / or Column objects to be marked as selected in the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_Sorting">
            <summary>
              Looks up a localized string similar to Allows for Columns to be sorted both programmatically and via the user interface..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.BHVRD_VirtualScrolling">
            <summary>
              Looks up a localized string similar to Behavior that enables the grid to scroll its rows in a virtual mode. That allows for a small range of rows and data to be brought down to the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.CM_P_EnableEmbeddedJavaScript">
            <summary>
              Looks up a localized string similar to Instructs the control to load its embedded Java Script..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.ColumnResizingSettingName">
            <summary>
              Looks up a localized string similar to Column Resizing Setting.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.ColumnSettingName">
            <summary>
              Looks up a localized string similar to Column Setting.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_Act_ActiveCellCssClass">
            <summary>
              Looks up a localized string similar to The CSS Class that will be applied to a cell when it becomes Active..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_Act_ActiveColumnCssClass">
            <summary>
              Looks up a localized string similar to The CSS Class that will be applied to the Column Header of the ActiveCell..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_Act_ActiveRowCssClass">
            <summary>
              Looks up a localized string similar to The CSS Class that will be applied to the RowSelector of the ActiveCell..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_Act_ActiveRowSelectorCssClass">
            <summary>
              Looks up a localized string similar to The CSS Class that will be applied to the RowSelector..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_Act_ActiveRowSelectorImageCssClass">
             <summary>
               Looks up a localized string similar to The CSS Class that will be applied to the ImageArea of the RowSelector of the ActiveCell.
            This class is available for setting the BackgroundImage of the RowSelector..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_Act_AddNewRowSelectorCssClass">
            <summary>
              Looks up a localized string similar to The CSS Class that will be applied to the RowSelector of the AddNewRow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_Act_AddNewRowSelectorImageCssClass">
             <summary>
               Looks up a localized string similar to The CSS Class that will be applied to the ImageArea of the RowSelector of the AddNewRow.
            This class is available for setting the BackgroundImage of the RowSelector..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_ActivationAutoPostBackFlags_P_ActiveCellChanged">
            <summary>
              Looks up a localized string similar to Determines if the ActiveCellChanged event is fired immediately after the active cell is changed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CBF_CheckBox">
            <summary>
              Looks up a localized string similar to The object for customizing the checkboxes displayed in the column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CF_Condition">
            <summary>
              Looks up a localized string similar to Rule and value based filtering condition that will apply to the ControlDataField which the ColumnFilter is tied to..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_ColumnEditor_P_ValidatorID">
            <summary>
              Looks up a localized string similar to Gets sets the ID of Validator associated with editor of column. To support validator for column editor, the ControlToValidate property of validator must be equal to the ID of WebDataGrid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_ColumnMovingAutoPostBackFlags_P_ColumnMoved">
            <summary>
              Looks up a localized string similar to Gets sets auto postback options applied to ColumnMoved event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_ColumnResizingAutoPostBackFlags_P_ColumnResized">
            <summary>
              Looks up a localized string similar to Determines if the ColumnResized event is fired immediately after the column is resized on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ActiveCellChanged">
            <summary>
              Looks up a localized string similar to Event fired after a cell becomes active..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ActiveCellChanging">
             <summary>
               Looks up a localized string similar to Event fired before a cell becomes Active.
            This event is cancelable..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_BatchUpdateUndoing">
            <summary>
              Looks up a localized string similar to Event fired before a batch row update operation is undone.  This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_BatchUpdateUndone">
            <summary>
              Looks up a localized string similar to Event fired after a batch row update operation is undone..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_CalculateCustomSummary">
            <summary>
              Looks up a localized string similar to Event fired after an update operation occured on the client, so a custom summary can be re-calculated..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_CalculateSummary">
            <summary>
              Looks up a localized string similar to Event fired after an update operation occured on the client for a min or max sum if the value altered was the minimum or maximum.  If not handled, the grid will postback to recalculate the value on the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_CellSelectionChanged">
            <summary>
              Looks up a localized string similar to Event fired after a Cell&apos;s selection changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_CellSelectionChanging">
             <summary>
               Looks up a localized string similar to Event fired before a Cell&apos;s selection changes. 
            This event is cancelable..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ColumnFilterAdded">
            <summary>
              Looks up a localized string similar to Event fired after one or more column filters are added to the column filters collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ColumnResized">
            <summary>
              Looks up a localized string similar to Client event fired after the drag resizing is completed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ColumnResizeDragging">
            <summary>
              Looks up a localized string similar to Client event fired while the drag resizing is taking place.  This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ColumnResizing">
            <summary>
              Looks up a localized string similar to Client event fired when drag resizing of a column begins.  This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ColumnSelectionChanged">
            <summary>
              Looks up a localized string similar to Event fired after a Column&apos;s selection changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ColumnSelectionChanging">
             <summary>
               Looks up a localized string similar to Event fired before a Column&apos;&apos;s selection changes. 
            This event is cancelable..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_DataFiltered">
            <summary>
              Looks up a localized string similar to Event fired after filters are applied..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_DataFiltering">
            <summary>
              Looks up a localized string similar to Event fired before a filters are applied. This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_EnteredEditMode">
            <summary>
              Looks up a localized string similar to Event fired after a cell has entered edit mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_EnteringEditMode">
            <summary>
              Looks up a localized string similar to Event fired before a cell enters edit mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ExitedEditMode">
            <summary>
              Looks up a localized string similar to Event fired after a cell has exited edit mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_ExitingEditMode">
            <summary>
              Looks up a localized string similar to Event fired before a cell exits edit mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_FilterDropdownDisplayed">
            <summary>
              Looks up a localized string similar to Event fired after the rules filter dropdown is displayed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_FilterDropdownDisplaying">
            <summary>
              Looks up a localized string similar to Event fired just before the rules filter dropdown is displayed. This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_FilterDropdownHidden">
            <summary>
              Looks up a localized string similar to Event fired after the rules filter dropdown is hidden..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_FilterDropdownHiding">
            <summary>
              Looks up a localized string similar to Event fired just before the rules filter dropdown is hidden. This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_FixedStateChanged">
            <summary>
              Looks up a localized string similar to Event fired after a column has been fixed or unfixed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_FixedStateChanging">
            <summary>
              Looks up a localized string similar to Event fired before a column is fixed or unfixed. This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_FooterRowSelectorClicked">
            <summary>
              Looks up a localized string similar to Event fired when a row selector in the footer row is clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsAJAXResponse">
            <summary>
              Looks up a localized string similar to Event fired when the grid gets AJAX response from the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsClick">
            <summary>
              Looks up a localized string similar to Event fired when the left mouse button click is done over one of the grid&apos;s elements. Corresponds to the browser&apos;s Click event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsContextMenu">
            <summary>
              Looks up a localized string similar to Event fired when the context menu is being shown for one of the grid&apos;s elements. Corresponds to the browser&apos;s ContextMenu event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsDataBinding">
            <summary>
              Looks up a localized string similar to Occurs when the control binds to a data source on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsDataBound">
            <summary>
              Looks up a localized string similar to Event fired after client side binding is completed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsDoubleClick">
            <summary>
              Looks up a localized string similar to Event fired when the left mouse button double click is done over one of the grid&apos;s elements. Corresponds to the browser&apos;s DblClick event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsHeaderCheckBoxClicked">
            <summary>
              Looks up a localized string similar to This is fired after an unbound checkbox field&apos;s header checkbox has been clicked and the check state has changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsHeaderCheckBoxClicking">
            <summary>
              Looks up a localized string similar to This is fired after an unbound checkbox field&apos;s header checkbox has been clicked, but before the check state has been changed.  To cancel this event call args.set_cancel(true);.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsKeyDown">
            <summary>
              Looks up a localized string similar to Event fired when the grid is in focus and a key is pressed down. Corresponds to the browser&apos;s KeyDown event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsKeyPress">
            <summary>
              Looks up a localized string similar to Event fired when the grid is in focus and a key is pressed. Corresponds to the browser&apos;s KeyPress event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsKeyUp">
            <summary>
              Looks up a localized string similar to Event fired when the grid is in focus and a key is released. Corresponds to the browser&apos;s KeyUp event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsMouseDown">
            <summary>
              Looks up a localized string similar to Event fired when the mouse is pressed down over one of the grid&apos;s elements. Corresponds to the browser&apos;s MouseDown event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsMouseMove">
            <summary>
              Looks up a localized string similar to Event fired when the mouse pointer moves within the grid&apos;s area. Corresponds to the browser&apos;s MouseMove event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsMouseOut">
            <summary>
              Looks up a localized string similar to Event fired when the mouse pointer leaves an element in the grid. Corresponds to the browser&apos;s MouseOut event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsMouseOver">
            <summary>
              Looks up a localized string similar to Event fired when the mouse pointer is placed over an element in the grid. Corresponds to the browser&apos;s MouseOver event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsMouseUp">
            <summary>
              Looks up a localized string similar to Event fired when the mouse is released over one of the grid&apos;s elements. Corresponds to the browser&apos;s MouseUp event. This is a cancelable event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsRowRendered">
            <summary>
              Looks up a localized string similar to Event fired after a row is rendered to the DOM when client side binding is enabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsRowRendering">
            <summary>
              Looks up a localized string similar to Event fired before a row is rendered to the DOM when client side binding is enabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_GridEventsScroll">
            <summary>
              Looks up a localized string similar to Event fired when the grid is scrolled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_HeaderDragStart">
            <summary>
              Looks up a localized string similar to Event fired once a column move operation starts..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_HeaderDropped">
            <summary>
              Looks up a localized string similar to Event fired after a column has been moved..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_HeaderMove">
            <summary>
              Looks up a localized string similar to Event fired while the mouse moves while the column header is being dragged..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_HeaderRowSelectorClicked">
            <summary>
              Looks up a localized string similar to Event fired when a row selector in the header row is clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowAdded">
            <summary>
              Looks up a localized string similar to Fired after the Row object is added..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowAdding">
            <summary>
              Looks up a localized string similar to Fired prior to the Row object being added to the grid.  This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowDeleted">
            <summary>
              Looks up a localized string similar to Fired after a Row is removed from the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowDeleting">
            <summary>
              Looks up a localized string similar to Event fired before a row is deleted.  This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowsDeleting">
            <summary>
              Looks up a localized string similar to Fired prior to the Row object being deleted from the grid.  This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowSelectionChanged">
            <summary>
              Looks up a localized string similar to Event fired after a Row&apos;s selection changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowSelectionChanging">
             <summary>
               Looks up a localized string similar to Event fired before a Row&apos;s selection changes. 
            This event is cancelable..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowSelectorClicked">
            <summary>
              Looks up a localized string similar to Event fired after a row selector is clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowSelectorClicking">
            <summary>
              Looks up a localized string similar to Event fired before a row selector is clicked.This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowUpdated">
            <summary>
              Looks up a localized string similar to Fired after the Row object is updated with new values..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_RowUpdating">
            <summary>
              Looks up a localized string similar to Fired prior to the Row object being updated with new values.  This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_SummaryCalculated">
            <summary>
              Looks up a localized string similar to Event fired after a Summary is calculated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_SummaryDropdownDisplayed">
            <summary>
              Looks up a localized string similar to Event fired after the summaries option dropdown is displayed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_SummaryDropdownDisplaying">
            <summary>
              Looks up a localized string similar to Event fired just before the summaries option dropdown is displayed. This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_SummaryDropdownHidden">
            <summary>
              Looks up a localized string similar to Event fired after the summaries option dropdown is hidden..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_CV_SummaryDropdownHiding">
            <summary>
              Looks up a localized string similar to Event fired just before the summaries option dropdown is hidden. This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_ActiveCellChanged">
            <summary>
              Looks up a localized string similar to Occurs when the ActiveCell changes between posts to the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_CalculateCustomSummary">
            <summary>
              Looks up a localized string similar to Event that is fired whenever each custom summary needs to be calculated.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_CalculateSummary">
            <summary>
              Looks up a localized string similar to Event that is fired whenever each normal summary type needs to be calculated because the grid is doing custom binding..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_CellSelectionChanged">
            <summary>
              Looks up a localized string similar to Occurs when the SelectedCells collection changes between posts to the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_ColumnSelectionChanged">
            <summary>
              Looks up a localized string similar to Occurs when the SelectedColumns collection changes between posts to the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_DataFiltered">
            <summary>
              Looks up a localized string similar to Event that is fired when filters have be applied to the grid&apos;s data..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_DataFiltering">
            <summary>
              Looks up a localized string similar to Event that is fired when filters are about to be applied to the grid&apos;s data..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_ItemCommand">
            <summary>
              Looks up a localized string similar to The ItemCommand event is raised when a WebControl inside of the grid emits an event which would cause a postback..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_PopulateUniqueFilterValues">
            <summary>
              Looks up a localized string similar to Occurs when right before filtering behavior goes back to the client. This event needs to be handled when CustomDatabinding is used for the grid to provide the values that filtering needs to display for each column when filteringType is ExcelStyleFiltering..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_RowSelectionChanged">
            <summary>
              Looks up a localized string similar to Occurs when the SelectedRows collection changes between posts to the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_E_SummaryCalculated">
            <summary>
              Looks up a localized string similar to Event that is fired whenever a standard summary is calculated (any summary which is not a custom summary)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_FSSumSet_CssClass">
            <summary>
              Looks up a localized string similar to The name of the css class to be applied to this type of summary..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_FSSumSet_FormatString">
            <summary>
              Looks up a localized string similar to Describes format of the rendered summary. The default value is &quot;{0} = {1}&quot;. There are two supported tokens: {0} - name of the summary, {1} - value of the summary..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_FSSumSet_ShowOptionInDropDown">
            <summary>
              Looks up a localized string similar to Determines if the summary option for this particular summary type will be shown in the dropdown list..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ActivationAutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Contains the flags that determine if activation will throw it&apos;s server events immediately..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_AddNewRowAlignment">
            <summary>
              Looks up a localized string similar to Determines the location of the add new row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_AffectedRows">
            <summary>
              Looks up a localized string similar to The value which determines which rows will be targetted for deletion from the WebDatGrid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_AfterFilterAppliedImageUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the button image after filters are applied..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_BeforeFilterAppliedAltText">
            <summary>
              Looks up a localized string similar to The alt text that will be used for the BeforeFilterAppliedImageUrl.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_BeforeFilterAppliedImageUrl">
            <summary>
              Looks up a localized string similar to The url that will be used for the button image before filters are applied..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_Behaviors">
            <summary>
              Looks up a localized string similar to Contains all of the behaviors of the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_Behaviors_Paging">
            <summary>
              Looks up a localized string similar to A reference to the Paging behavior if it is included in the Behaviors collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_Behaviors_Selection">
            <summary>
              Looks up a localized string similar to A reference to the Selection behavior if it is included in the Behaviors collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_BHVR_CF_FixedLeft">
            <summary>
              Looks up a localized string similar to Defines number of fixed columns on the left..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_BHVR_CF_FixedRight">
            <summary>
              Looks up a localized string similar to Defines number of fixed columns on the right..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_BottomDragIndicatorCssClass">
            <summary>
              Looks up a localized string similar to Returns/sets the css class used to style the bottom portion of the drop indicator..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CaseSensitive">
            <summary>
              Looks up a localized string similar to Controls whether filtering will be case sensitive or not..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CellClickAction">
            <summary>
              Looks up a localized string similar to Returns/sets the action athat will occur when a cell is clicked on the WebDatGrid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CellSelectType">
             <summary>
               Looks up a localized string similar to Determines how many cells can be selected at any given time. 
            Note: this property relates only to the UI functionality. Cells can still be selected via the API.
            None - Cells will not be selected.
            Single - Only one cell can be selected at a time.
            Multiple - More than one cell can be selected at the same time.
            .
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CF_ColumnType">
            <summary>
              Looks up a localized string similar to Gets a string representing a javascript type of a column..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CFixS_ButtonAlignment">
            <summary>
              Looks up a localized string similar to Indicate whether the fix button/pin is located to the left or to the right of the header caption..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CFixS_Enabled">
            <summary>
              Looks up a localized string similar to Determines whether the column fixing is enabled on the particular column. If this is disabled then the user will not be able to fix this column via code or via the user interface..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CFixS_FixLocation">
            <summary>
              Looks up a localized string similar to Specifies if a column is to be fixed to the right or the left edge of the grid.  The default value is Left..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CFixS_ShowFixButton">
            <summary>
              Looks up a localized string similar to Determines if the pin button for fixing the column is shown next to the header caption..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CFS_DisabledCssClass">
            <summary>
              Looks up a localized string similar to CSS class that will be applied to the filter row cell of this column if filtering is disablled for the column..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CFS_Enabled">
            <summary>
              Looks up a localized string similar to Determines whether the filtering is enabled on the particular column.  If this is disabled then the user will not be able to filter by this column via code or via the user interface.  If this is enabled and the Visibility properties is set to true for the Filtering behavior then the filtering user interface will be rendered for this column..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ClientEvents">
            <summary>
              Looks up a localized string similar to List of events which are fired on client side..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnEditors">
            <summary>
              Looks up a localized string similar to The ColumnEditors collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFilteringSettings">
            <summary>
              Looks up a localized string similar to Returns a ColumnFilteringSettings collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFilters">
            <summary>
              Looks up a localized string similar to Returns a ColumnFilters collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingAutoAdjust">
             <summary>
               Looks up a localized string similar to Controls whether the cell height of the unfixed columns needs to be kept in sync with the cell height of the fixed columns.  If this property is not turned on then the cell style may not be applied to the whole cell area of the cells of unfixed columns.  However, turning this property on, will significantly slow down the grid and this property should only be turned on for grid which do not have many rows.
            True - adjust cell height.
            False - do not adjust cell height (Default)..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingCellCssClass">
            <summary>
              Looks up a localized string similar to The name of the CSS style class that will be applied to fixed columns cells (to both the left and right fixed columns).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingDefaultFixLocation">
             <summary>
               Looks up a localized string similar to The direction to which all columns are fixed to unless otherwise specified in the ColumnSetting object for the column.
            Left - the columns will be fixed to the left edge of the grid.
            Right - the columns will be fixed to the right edge of the grid..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingFixButton">
            <summary>
              Looks up a localized string similar to The button object that will be displayed in the grid&apos;s column header for unfixed column, which are allowed to be fixed through the UI..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingFixButtonPinned">
            <summary>
              Looks up a localized string similar to The button object that will be displayed in the grid&apos;s column header for fixed column, which are allowed to be unfixed through the UI..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingFooterCssClass">
            <summary>
              Looks up a localized string similar to The name of the CSS style class that will be applied to fixed columns footers (to both the left and right fixed columns).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingHeaderCssClass">
            <summary>
              Looks up a localized string similar to The name of the CSS style class that will be applied to fixed columns headers (to both the left and right fixed columns).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingSeparatorCssClass">
            <summary>
              Looks up a localized string similar to Name of the CSS style class that will be applied to the separator/divider line that separates the fixed columns from the regular columns.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingSettings">
            <summary>
              Looks up a localized string similar to Returns the ColumnFixingSettings collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingShowFixButtons">
             <summary>
               Looks up a localized string similar to Boolean property, which determines if the pin buttons for fixing columns are shown next to the header caption.
            True - the buttons are shown, this is the default.
            False  - the buttons are not shown and columns can be fixed only programmatically..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingShowLeftFixedColumnSeparator">
            <summary>
              Looks up a localized string similar to Boolean property which controls whether the separator line is shown between the columns that are fixed on the left hand-side of the grid and the rest of the grid columns..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnFixingShowRightFixedColumnSeparator">
            <summary>
              Looks up a localized string similar to Boolean property which controls whether the separator line is shown between the columns that are fixed on the right hand-side of the grid and the rest of the grid columns..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnKey">
            <summary>
              Looks up a localized string similar to The value of the column&apos;s key..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnMoveSettings">
            <summary>
              Looks up a localized string similar to A collection of ColumnMoveSetting objects which will control the column move behavior on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnResizeSettings">
            <summary>
              Looks up a localized string similar to A collection of ColumnResizeSetting objects which will control the column drag resizing on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnResizingAutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Contains the flags that determine if column resizing will throw it&apos;s server events immediately..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnSelectType">
             <summary>
               Looks up a localized string similar to Determines how many columns can be selected at any given time. 
            Note: this property relates only to the UI functionality. Columns can still be selected via the API.
            None - Columns will not be selected.
            Single - Only one column can be selected at a time.
            Multiple - More than one column can be selected at the same time..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ColumnSummaries">
            <summary>
              Looks up a localized string similar to Holds summary settings for each column in the grid. Only one entry per column is allowed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ConditionRule">
            <summary>
              Looks up a localized string similar to The rule which to apply to the filter condition.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ConditionValue">
            <summary>
              Looks up a localized string similar to The value which to use in the filter condition.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_CustomSummaryName">
            <summary>
              Looks up a localized string similar to This is the name that will be display as the option for summary dropdown if the summary is custom.  It is also the name passed into the CalculateCustomSummary event. This property should be set for all custom summaries as it is what uniquely identifies a summary..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_DefaultValueID">
            <summary>
              Looks up a localized string similar to Gets/sets the column&apos;s default value in the add row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_DragMarkupCssClass">
            <summary>
              Looks up a localized string similar to Returns/sets the css class used to style the DragMarkup.  If the default drag markup is used this class will be applied in addition to the styles already applied to the header, if the dragmarkup is replaced only the DragMarkupCssClass will be used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EditCellCssClass">
            <summary>
              Looks up a localized string similar to The css class used to style the editable cell..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EditingCore_Behaviors">
            <summary>
              Looks up a localized string similar to Behaviors that are dependant on the EditingCore behavior.  These sub behaviors allow for adding, updating and deleting of records from the WebDataGrid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EditModeActions">
            <summary>
              Looks up a localized string similar to The action that will cause the entering editmode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_Editor">
            <summary>
              Looks up a localized string similar to The editor used when cells in this column enter edit mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EditorID">
            <summary>
              Looks up a localized string similar to The column editor&apos;s ID..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EditorProviders">
            <summary>
              Looks up a localized string similar to Collection of EditorProvider objects.  These object control which custom editor control is used by the WebDataGrid as an editor for a cell being edited..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EnableCrossPageSelection">
            <summary>
              Looks up a localized string similar to Setting this property to true allows selected rows/cells from one page to be retained while the page is switched..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EnableF2">
            <summary>
              Looks up a localized string similar to The value determining whether keying F2 will cause the cell to enter edit mode when it is active..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EnableHiddenSelection">
            <summary>
              Looks up a localized string similar to Directs the behavior to skip over hidden columns when continuous cell or column selection is being done..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EnableMove">
            <summary>
              Looks up a localized string similar to Gets/sets if this column will participate in column moving..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EnableOnActive">
            <summary>
              Looks up a localized string similar to The value determining whether the grid will enter edit mode upon being activated..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EnableOnKeyPress">
            <summary>
              Looks up a localized string similar to The value determining whether the grid will enter edit mode when it is active and a key is pressed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_EnableResize">
            <summary>
              Looks up a localized string similar to Determines if the column will allow for resizing..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ERT_CancelButton">
            <summary>
              Looks up a localized string similar to The ID of the button object on the Row Edit Template that will cancel changes and close the template area..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ERT_CLIENTBINDINGS">
            <summary>
              Looks up a localized string similar to Maps columns to the editor controls in the Row Edit Template which will update them..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ERT_DropDownZIndex">
            <summary>
              Looks up a localized string similar to The Z-index of the Row Edit Template on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ERT_OKButton">
            <summary>
              Looks up a localized string similar to The ID of the button object on the Row Edit Template that will accept changes and close the template area..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_F_AnimationDurationsMs">
            <summary>
              Looks up a localized string similar to The duration of the animation that the filter rule dropdown will play while its displaying or hiding in milliseconds.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_F_AnimationEnabled">
            <summary>
              Looks up a localized string similar to Determines whether the filter rule dropdown will play an animating while its displaying or hiding.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_F_AnimationType">
            <summary>
              Looks up a localized string similar to The type of animation that the filter rule dropdown will play when its displaying or hiding..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterButtonCssClass">
            <summary>
              Looks up a localized string similar to Used to set the look and feel of the filter button..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilteringAlignment">
             <summary>
               Looks up a localized string similar to Determines the location of the filter row.
            Top - It will appear in the header of the grid.
            Bottom - It will appear in the footer of the grid..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilteringCssClass">
            <summary>
              Looks up a localized string similar to Used to set the look and feel of the filter row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilteringVisibility">
            <summary>
              Looks up a localized string similar to Used to determine whether the user interface is visible for Filtering behavior..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterNotAppToolTip">
            <summary>
              Looks up a localized string similar to Filter Not Applied.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterRowSelectorCssClass">
            <summary>
              Looks up a localized string similar to The CSS Class that will be applied to the RowSelector of the FilterRow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterRowSelectorImageCssClass">
             <summary>
               Looks up a localized string similar to The CSS Class that will be applied to the ImageArea of the RowSelector of the Filter Row
            This class is available for setting the BackgroundImage of the RowSelector..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterRuleDropDownCssClass">
            <summary>
              Looks up a localized string similar to Used to set the look and feel of the filter rule dropdown.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterRuleDropDownHoverItemCssClass">
            <summary>
              Looks up a localized string similar to Used to set the look and feel of the filter rule dropdown hovered over item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterRuleDropDownItemCssClass">
            <summary>
              Looks up a localized string similar to Used to set the look and feel of the filter rule dropdown item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterRuleDropDownSelectedItemCssClass">
            <summary>
              Looks up a localized string similar to Used to set the look and feel of the filter rule dropdown selected item.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterRuleDropdownZIndex">
            <summary>
              Looks up a localized string similar to The Z-Index of the filter rule dropdown element..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FilterType">
             <summary>
               Looks up a localized string similar to Indicates what type of filtering will be enabled.
            RowFilter - allows one filtering condition per column, where you specify a rule (Equals, GreaterThan, ect) and a value.
            ExcelStyleFilter - in this mode you get a list of unique values in that column which can be (un)selected by checkboxes..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FixedColumnInfoCollection">
            <summary>
              Looks up a localized string similar to Returns a FixedColumnInfoCollection collection, which contains the columns which are currently fixed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FooterSummariesSettings">
            <summary>
              Looks up a localized string similar to Holds the column settings for the SummaryRow behavior..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FS_AnimationDurationsMs">
            <summary>
              Looks up a localized string similar to The duration of the animation that the summary dropdown will play while its displaying or hiding in milliseconds.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FS_AnimationEnabled">
            <summary>
              Looks up a localized string similar to Determines whether the summary dropdown will play an animation while it is displaying or hiding.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FS_AnimationType">
            <summary>
              Looks up a localized string similar to The type of animation that the summary dropdown will play when it is displaying or hiding..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FSS_EnableColumnSummaryOptions">
            <summary>
              Looks up a localized string similar to Determines if the summary dropdown displays the standard summaries as options for the column..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FSS_Enabled">
            <summary>
              Looks up a localized string similar to Determines whether the footer summary is enabled on the particular column. If this is disabled then the user will not be able to calculate any summaries for this column via code or via the user interface..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FSS_FormatString">
            <summary>
              Looks up a localized string similar to This is the format string that is applied to all summaries&apos; text in the footer for this column.  The default is &quot;{0} = {1}&quot; where {0} is the summary name and  {1} is the value.  Beware that using a formatting specific to a particular type, such as a DateTime, can cause an exception when formatting the Count or possibly a custom summary.  This can be overriden on a summary setting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_FSS_ShowSummaryButton">
            <summary>
              Looks up a localized string similar to Determines if the summary dropdown button for choosing which summary to calculate for the column is shown next to the header caption..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_HeaderDragStyle">
            <summary>
              Looks up a localized string similar to Controls the drag mode of the markup during a column move operation.  Slide indicates that the drag markup should remain fixed on the y axis.  Follow indicates that the drag markup should follow the mouse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_MaximumWidth">
            <summary>
              Looks up a localized string similar to The largest value that the column can be drag resized to..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_MergeCells">
            <summary>
              Looks up a localized string similar to Determines whether common values will be merged for this column..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_MiddleDragIndicatorCssClass">
            <summary>
              Looks up a localized string similar to Returns/sets the css class used to style the middle portion of the drop indicator..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_MinimumWidth">
            <summary>
              Looks up a localized string similar to The smallest value that the column can be drag resized to..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_MouseClickAction">
            <summary>
              Looks up a localized string similar to The type of mouse click required to cause the grid to enter edit mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_NullValueString">
            <summary>
              Looks up a localized string similar to The text in the filter dropdown for null values when FilterType is ExcelStyleFilter..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ReadOnly">
            <summary>
              Looks up a localized string similar to The value that determines whether the column is read only..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_ResizeIndicatorCssClass">
            <summary>
              Looks up a localized string similar to The style that is applied to the drag resize indicator bar. .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_RowAdding_AddNewRowCssClass">
            <summary>
              Looks up a localized string similar to The CSS Class that will be applied to the AddNewRow..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_RowSelectorMouseClickAction">
            <summary>
              Looks up a localized string similar to The type of mouse click on the row selector required to cause the grid to enter edit mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_RowSelectType">
             <summary>
               Looks up a localized string similar to Determines how many rows can be selected at any given time. 
            Note: this property relates only to the UI functionality. Rows can still be selected via the API.
            None - Rows will not be selected.
            Single - Only one row can be selected at a time.
            Multiple - More than one row can be selected at the same time..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SelectedCellCssClass">
            <summary>
              Looks up a localized string similar to The CssClass that will be applied when a cell is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SelectedHeaderCssClass">
            <summary>
              Looks up a localized string similar to The CssClass that will be applied to a column header when a column is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SelectedRowSelectorCssClass">
            <summary>
              Looks up a localized string similar to The CssClass that will be applied to the row selector when a row is selected.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SelectedRowSelectorImageCssClass">
            <summary>
              Looks up a localized string similar to The CssClass that will be applied to the row selector image when a row is selected..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SelectionAutoPostBackFlags">
            <summary>
              Looks up a localized string similar to Contains the flags that determine if selection will throw it&apos;s server events immediately..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SortingColumnSettings">
            <summary>
              Looks up a localized string similar to Returns the SortingColumnSettings collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SRS_EnableFormatting">
            <summary>
              Looks up a localized string similar to This determines whether to format summary values using the column&apos;s FormatValue method before passing that value to the summary format string.  If this is false,  DataFormatString, FormatFieldMethod method, and editor providers will not format the value..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_Summaries">
            <summary>
              Looks up a localized string similar to Holds all of the summaries for one column..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SummaryDropdownZIndex">
            <summary>
              Looks up a localized string similar to Sets/Gets the Z-Index of the summary dropdown element..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SummarySettings">
            <summary>
              Looks up a localized string similar to Collection of summary settings for the column. (This collection is meant to determine how a particular summary type will look/function for the column)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_SummaryType">
            <summary>
              Looks up a localized string similar to Type of the summary..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_TopDragIndicatorCssClass">
            <summary>
              Looks up a localized string similar to Returns/sets the css class used to style the top portion of the drop indicator..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_P_UniqueValueCasing">
            <summary>
              Looks up a localized string similar to Indicates how the text of the unique value is displayed if filter type is RowFilter and filtering is not case sensitive..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_RowEditingTemplate_TN_RowEditTemplate">
            <summary>
              Looks up a localized string similar to Row Editing Template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_SelectionAutoPostBackFlags_P_CellSelectionChanged">
            <summary>
              Looks up a localized string similar to Determines if the CellSelectionChanged event is fired immediately after the cell selection is changed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_SelectionAutoPostBackFlags_P_ColumnSelectionChanged">
            <summary>
              Looks up a localized string similar to Determines if the ColumnSelectionChanged event is fired immediately after the column selection is changed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_SelectionAutoPostBackFlags_P_RowSelectionChanged">
            <summary>
              Looks up a localized string similar to Determines if the RowSelectionChanged event is fired immediately after the row selection is changed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_UnboundCheckbox_HeaderChecked">
            <summary>
              Looks up a localized string similar to Gets/sets auto postback options applied to HeaderCheckBoxClicked event.  When this property is set to true, a postback will happen immediately and values changed on the server.  When it is false, the values are changed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_VirtualScrollingClientEvents_FormatToolTip">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called before tooltip is displayed. It allows to modify appearance of tooltip and its text..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_VirtualScrollingClientEvents_MoreRowsReceived">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called after rows were received from server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_VirtualScrollingClientEvents_MoreRowsRequesting">
            <summary>
              Looks up a localized string similar to Gets sets name of javascript function which is called when more rows are requesting from server. This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Added_E_RowAdded">
            <summary>
              Looks up a localized string similar to Event that is fired when a row is added and WebDataGrid.AutoCRUD is set to true..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Added_E_RowAdding">
             <summary>
               Looks up a localized string similar to Event that is fired every time a row is about to be added.
            Handle this event to do manual update when WebDataGrid.AutoCRUD is set to false..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_AddNewRow_E_RowAdded">
            <summary>
              Looks up a localized string similar to Event fired when a row has been added to the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_B_P_CompactRendering">
            <summary>
              Looks up a localized string similar to Specifies how compact the summaries are rendered. On indicates that the summaries may be rendered compactly, even mixing different summaries on the same line. Off ensures that each summary type is occupying a separate line.  Auto will use Off if the maximum number of visible summaries is one or less and On otherwise..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_B_P_EmptyFooterText">
            <summary>
              Looks up a localized string similar to Filler for empty summaries. The deafult value is &quot;--&quot;..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_B_P_Enabled">
            <summary>
              Looks up a localized string similar to Determines if the behavior is enabled..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_B_P_FormatString">
            <summary>
              Looks up a localized string similar to This is the format string that is applied to all summaries&apos; text in the footer. The default is &quot;{0} = {1}&quot; where {0} is the summary name and {1} is the value.  Beware that using a formatting specific to a particular type here can cause an exception when other types use this formatting.  This can be overriden on a column setting or a summary setting..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_BDF_DataFieldName">
            <summary>
              Looks up a localized string similar to Name of the field in the data source the BoundDataField is bound to..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_BHVR_C_Copied">
            <summary>
              Looks up a localized string similar to Event fired after data is copied from clipboard into the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_BHVR_C_Copying">
            <summary>
              Looks up a localized string similar to Event fired before data is copied from clipboard into the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_BHVR_C_Cut">
            <summary>
              Looks up a localized string similar to Event fired after data is cut from the grid into clipboard..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_BHVR_C_Cutting">
            <summary>
              Looks up a localized string similar to Event fired before data is being cut from the grid into clipboard..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_C_CopyFormatted">
            <summary>
              Looks up a localized string similar to Controls whether formatted or raw cell values should be placed into the clipboard..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_C_CopyMode">
            <summary>
              Looks up a localized string similar to Controls whether copying is allowed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_C_CutMode">
            <summary>
              Looks up a localized string similar to Controls whether cutting is allowed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_C_IgnoreHidden">
            <summary>
              Looks up a localized string similar to Controls whether hidden columns are ignored during copy/paste operations..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_C_PasteMode">
            <summary>
              Looks up a localized string similar to Controls whether pasting is allowed. Pasting may be allowed on the client or server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_Converter">
            <summary>
              Looks up a localized string similar to Object used by this column to convert cell values into true/false or a partial state..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_HeaderCheckBoxMode">
            <summary>
              Looks up a localized string similar to The mode of the checkbox in the header..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_Text">
            <summary>
              Looks up a localized string similar to Specifies the text to display next to the checkbox..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_ToolTipChecked">
            <summary>
              Looks up a localized string similar to The tooltip and alt tag used for a cell checkbox when it is checked.  {0} is replaced by the cell&apos;s value..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_ToolTipHeaderChecked">
            <summary>
              Looks up a localized string similar to The tooltip and alt tag used for a header checkbox when it is checked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_ToolTipHeaderPartial">
            <summary>
              Looks up a localized string similar to The tooltip and alt tag used for a header checkbox when it is partially checked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_ToolTipHeaderUnchecked">
            <summary>
              Looks up a localized string similar to The tooltip and alt tag used for a header checkbox when it is unchecked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_ToolTipPartial">
            <summary>
              Looks up a localized string similar to The tooltip and alt tag used for a cell checkbox when it is partially checked.  {0} is replaced by the cell&apos;s value..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_CBF_ToolTipUnchecked">
            <summary>
              Looks up a localized string similar to The tooltip and alt tag used for a cell checkbox when it is unchecked.  {0} is replaced by the cell&apos;s value..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_ColFix_PinBtnToolTip">
            <summary>
              Looks up a localized string similar to Fix {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_ColFix_UnpinBtnToolTip">
            <summary>
              Looks up a localized string similar to Unfix {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_ColFixing_E_FixedStateChanged">
            <summary>
              Looks up a localized string similar to Event that is fired every time a columns is fixed or unfixed by the user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_COLUMNRESIZING_E_ColumnResized">
            <summary>
              Looks up a localized string similar to Fired when a column is resized on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Deleted_E_RowDeleted">
            <summary>
              Looks up a localized string similar to Event that is fired when a row is deleted and WebDataGrid.AutoCRUD is set to true..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Deleting_E_RowDeleting">
             <summary>
               Looks up a localized string similar to Event that is fired every time a row is about to be deleted.
            Handle this event to do manual delete when WebDataGrid.AutoCRUD is set to false..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Deleting_P_EnableAjax">
            <summary>
              Looks up a localized string similar to Determines whether rows should be deleted asynchronously..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_E_ColumnSorted">
            <summary>
              Looks up a localized string similar to Occurs whan a column is sorted by a user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_E_HeaderCheckBoxClicked">
            <summary>
              Looks up a localized string similar to The HeaderCheckBoxClicked event is raised when the header checkbox in an UnboundCheckBoxField has been clicked..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_E_InitializeRow">
            <summary>
              Looks up a localized string similar to The event is raised after each record is bound the data source..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_E_ItemCommand">
            <summary>
              Looks up a localized string similar to Fired for any bubbled ItemCommand events fired from within a template of the WebDataGrid.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_E_PageIndexChanged">
            <summary>
              Looks up a localized string similar to Occurs when a page has changed by a user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_E_VirtualScrollingRowsRequested">
            <summary>
              Looks up a localized string similar to Occurs when more rows are requested by the virtual scrolling behavior..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_FS_P_FilteredHeaderButton">
            <summary>
              Looks up a localized string similar to The button object that will be displayed in the grid&apos;s column header for showing the filter drop down for when FilterType is ExcelStyleFilter after the column has a filter applied..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_FS_P_FilterHeaderButton">
            <summary>
              Looks up a localized string similar to The button object that will be displayed in the grid&apos;s column header for showing the filter drop down for when FilterType is ExcelStyleFilter before the column has a filter applied..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_FS_P_FooterSummariesSummaryButton">
            <summary>
              Looks up a localized string similar to The button object that will be displayed in the grid&apos;s column header for showing the summary drop down..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_FS_ShowSummariesButtons">
             <summary>
               Looks up a localized string similar to Boolean property, which determines if the summary buttons for column summaries are shown next to the header caption.
            True - the buttons are shown, this is the default
             False  - the buttons are not shown and summaries can only be add programmatically..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_GF_Columns">
            <summary>
              Looks up a localized string similar to Collection of columns whose headers would be rendered under this header..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_GF_RowSpan">
            <summary>
              Looks up a localized string similar to Integer value determines how many rows this header will span..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_HB_FS_SummariesCssClass">
            <summary>
              Looks up a localized string similar to CSS class for the summaries cells (the TH elements that display the summary value)..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Activation">
            <summary>
              Looks up a localized string similar to Activation object. Contains setting for setting the ActiveCell..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_AddNewRow">
            <summary>
              Looks up a localized string similar to AddNewRow object. Contains settings for add new row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_AddNewRowPasting">
            <summary>
              Looks up a localized string similar to Controls whether server side pasting into the add new row is allowed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_AjaxIndicator">
             <summary>
               Looks up a localized string similar to Gets reference to container of properties related to ajax indicator.
            If value of a sub-property is not set, then corresponding property of shared indicator is used.
            Shared indicator can be accessed on server using Infragistics.Web.UI.Framework.AppSettings.SharedAjaxIndicator and on client: $util.get_ajaxIndicator()..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_AltItemCssClass">
            <summary>
              Looks up a localized string similar to CSS class name that is used for alternative rows..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_AutoCrud">
             <summary>
               Looks up a localized string similar to Determines whether CRUD operations should be automatic or manual. When AutoCRUD is set to false handle RowUpdating, RowDeleting and RowAdding
            events to perform manual updates, in manual CRUD mode RowUpdated, RowDeleted and RowAdded events are not fired..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_AutoGenerateColumns">
            <summary>
              Looks up a localized string similar to Defines whether the grid generates columns automatically during the data binding process..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_BatchUpdating">
            <summary>
              Looks up a localized string similar to Determines whether CRUD operations batch on the client or immediately go back to the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_CellSpacing">
            <summary>
              Looks up a localized string similar to Determines number of pixels between the cells of the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Columns">
            <summary>
              Looks up a localized string similar to Contains definition of the grid&apos;s columns..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_CopySelectedColumnHeader">
            <summary>
              Looks up a localized string similar to Controls whether selected columns&apos; header text is also copied into clipboard..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_DataKeyFields">
            <summary>
              Looks up a localized string similar to Contains datakeys of the shown data..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_DefaultColumnWidth">
            <summary>
              Looks up a localized string similar to The default column width that will be applied to all columns, for whom the width has not been set..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Deleting">
            <summary>
              Looks up a localized string similar to Deleting object. Contains setting for deleting a row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Editing">
            <summary>
              Looks up a localized string similar to Editing object. Contains setting for editing a cell..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_EnableAjax">
            <summary>
              Looks up a localized string similar to Determines whether the grid should do Ajax posts when a server side operation is required..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_EnableClientRendering">
            <summary>
              Looks up a localized string similar to Enables client templates generation and rendering of final HTML on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_EnableDataViewState">
            <summary>
              Looks up a localized string similar to Turns on separation of data and view of the grid. If the property is False the grid is requesting data from its data source on every post back..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_EnableRelativeLayout">
            <summary>
              Looks up a localized string similar to Adds position:relative to the style of the grid&apos;s scrollable element. This setting enables the grid&apos;s templates to host controls that use position:relative in their HTML elements..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Footer">
            <summary>
              Looks up a localized string similar to Contains footer objects..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_FooterCssClass">
            <summary>
              Looks up a localized string similar to CSS class name that should be used for the footers..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Header">
            <summary>
              Looks up a localized string similar to Contains header objects..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_HeaderCssClass">
            <summary>
              Looks up a localized string similar to CSS class name that should be used for the headers..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_ItemCssClass">
            <summary>
              Looks up a localized string similar to CSS class name that should be used for the cells..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Pager">
            <summary>
              Looks up a localized string similar to Pager object. Contains setting for paging the grid&apos;s data..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_RowEditTemplate">
            <summary>
              Looks up a localized string similar to Access for the RowEditTemplate when it is used as the editing layout for the WebDataGrid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_SelectedItemCssClass">
            <summary>
              Looks up a localized string similar to CSS class name that should be used for the selected cells..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Selection">
            <summary>
              Looks up a localized string similar to Selection object. Contains setting for selecting of rows, cells, and columns..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_ShowFooter">
            <summary>
              Looks up a localized string similar to Determines if the column footers will be visible in the WebDataGrid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_ShowHeader">
            <summary>
              Looks up a localized string similar to Determines if the column headers will be visible on the WebDataGrid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Sorting">
            <summary>
              Looks up a localized string similar to Sorting object. Contains setting for sorting the grid&apos;s data..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_P_Updating">
            <summary>
              Looks up a localized string similar to Updating object. Contains setting properties for the grid updating..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_E_PageIndexChanged">
            <summary>
              Looks up a localized string similar to Event that is fired every time a page index is changed by the user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_CurrentPageLinkCssClass">
            <summary>
              Looks up a localized string similar to CSS class name that should be used for the current page index in numeric mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_EnableAjax">
            <summary>
              Looks up a localized string similar to Determines whether the paging should be done asynchronously..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_FirstPageText">
            <summary>
              Looks up a localized string similar to The text of the first pager link..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_LastPageText">
            <summary>
              Looks up a localized string similar to The text of the last pager link..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_NextPageText">
            <summary>
              Looks up a localized string similar to The text of the next pager link..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_PageCount">
            <summary>
              Looks up a localized string similar to Total pages count.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_PageIndex">
            <summary>
              Looks up a localized string similar to Current page index..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_PageLinkCssClass">
            <summary>
              Looks up a localized string similar to CSS class name that should be used for the pager&apos;s index links other than the current one when the pager is in the numeric mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_PagerAppearance">
            <summary>
              Looks up a localized string similar to Determines where the pager should be rendered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_PagerCssClass">
            <summary>
              Looks up a localized string similar to CSS class name that should be used for the pager..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_PagerMode">
            <summary>
              Looks up a localized string similar to Determines pager rendering mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_PageSize">
            <summary>
              Looks up a localized string similar to Determines number of records per page..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_PreviousPageText">
            <summary>
              Looks up a localized string similar to The text of the previous pager link..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PAGER_P_QuickPages">
            <summary>
              Looks up a localized string similar to Determines how many pages are available at each side of the current page..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PCE_PageIndexChanged">
            <summary>
              Looks up a localized string similar to Name of the JavaScript function to call in the event of page changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_PCE_PageIndexChanging">
            <summary>
              Looks up a localized string similar to Name of the JavaScript function to call in the event of page changing..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_ROWSELECTOR_P_FooterRowSelectorCssClass">
            <summary>
              Looks up a localized string similar to CSS class name to be applied the row selector in the footer row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_ROWSELECTOR_P_HeaderRowSelectorCssClass">
            <summary>
              Looks up a localized string similar to CSS class name to be applied the row selector in the header row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_ROWSELECTOR_P_RowNumbering">
            <summary>
              Looks up a localized string similar to Enables and disables row numbering..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_ROWSELECTOR_P_RowSelectorCssClass">
            <summary>
              Looks up a localized string similar to CSS class name to be applied to the row selectors..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_S_P_AscendingImageAltText">
            <summary>
              Looks up a localized string similar to Alternate text of the ascending order image..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_S_P_AscendingImageToolTip">
            <summary>
              Looks up a localized string similar to Ascending.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_S_P_AscendingImageUrl">
            <summary>
              Looks up a localized string similar to A url to the ascending order image..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_S_P_DescendingImageAltText">
            <summary>
              Looks up a localized string similar to Alternate text of the descending order image..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_S_P_DescendingImageToolTip">
            <summary>
              Looks up a localized string similar to Descending.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_S_P_DescendingImageUrl">
            <summary>
              Looks up a localized string similar to A url to the descending order image..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_S_P_EnableCellMerging">
            <summary>
              Looks up a localized string similar to Defines whether to merge cells in a sorted column that have the same value.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_S_P_SortingMode">
            <summary>
              Looks up a localized string similar to Defines sorting mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_SORTING_E_ColumnSorted">
            <summary>
              Looks up a localized string similar to Event that is fired every time a columns is sorted by the user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_SORTING_P_EnableAjax">
            <summary>
              Looks up a localized string similar to Determines whether the sorting should be done asynchronously..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Summaries_SumBtnToolTip">
            <summary>
              Looks up a localized string similar to {0} summaries.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Updated_E_RowUpdated">
            <summary>
              Looks up a localized string similar to Event that is fired when a row has been updated and WebDataGrid.AutoCRUD is set to true..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Updated_E_RowUpdating">
             <summary>
               Looks up a localized string similar to Event that is fired every time a row is about to be updated in the database.
            Handle this event to do manual update when WebDataGrid.AutoCRUD is set to false..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_Updating_E_RowUpdating">
            <summary>
              Looks up a localized string similar to Event that fired before a row is updated..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_UPDATING_P_EnableAjax">
            <summary>
              Looks up a localized string similar to Determines whether the updating should be done asynchronously..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_VS_P_AverageRowHeight">
            <summary>
              Looks up a localized string similar to Gets sets average height of a row.&amp;#xa;That property can be used to adjust number of rows in cache on initial load of grid, when actual height of a row is different from 20 pixels.&amp;#xa;It can be usefull, when texts in cells is long and height of rows becomes large due to auto-wrap feature of browser.&amp;#xa;Note: That property does not affect actual height of rows..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_VS_P_DataFetchDelay">
            <summary>
              Looks up a localized string similar to Number of milliseconds to wait between the scrollbar movements to bring more rows from the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_VS_P_RowCahcheFactor">
            <summary>
              Looks up a localized string similar to Defines how many rows are kept in the row cache. Number of rows in the cache equals to the visible row number times the factor..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_VS_P_RowCahchePersistence">
            <summary>
              Looks up a localized string similar to Out of cache scope row persistence mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_VS_P_ScrollingMode">
            <summary>
              Looks up a localized string similar to Scrolling mode of the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_VS_P_ThresholdFactor">
            <summary>
              Looks up a localized string similar to Defines the threshold of the rowcache.&amp;#xa;That is ratio between number of rows in cache located below or above visible rows in grid and number of visible rows.&amp;#xa;When the threshold is reached either on the top or on the bottom edge of the visible rows, then an asynchronous request for more rows from server is triggered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_VS_P_TooltipCssClass">
            <summary>
              Looks up a localized string similar to Name of the CSS class for the the deferred mode&apos;s tooltip..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_VS_P_TooltipVisibility">
            <summary>
              Looks up a localized string similar to Gets sets visibility of tooltip. If value is NotSet, then tooltip appears for ScrollingMode.Deferred and does not appear for Virtual mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_BackColor">
            <summary>
              Looks up a localized string similar to Background color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_BorderColor">
            <summary>
              Looks up a localized string similar to Border color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_BorderStyle">
            <summary>
              Looks up a localized string similar to Border style of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_BorderWidth">
            <summary>
              Looks up a localized string similar to Border width of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_Culture">
            <summary>
              Looks up a localized string similar to The CultureInfo object used by the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_FontBold">
            <summary>
              Looks up a localized string similar to Font bold of calendar days.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_FontItalic">
            <summary>
              Looks up a localized string similar to Font italic of calendar days.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_FontName">
            <summary>
              Looks up a localized string similar to Font name of calendar days.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_FontSize">
            <summary>
              Looks up a localized string similar to Font size of calendar days.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_ForeColor">
            <summary>
              Looks up a localized string similar to Foreground color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_Height">
            <summary>
              Looks up a localized string similar to Height of calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_MaxDate">
            <summary>
              Looks up a localized string similar to Determines the upper date limit that can be entered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_MinDate">
            <summary>
              Looks up a localized string similar to Determines the lower date limit that can be entered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_ShowFooter">
            <summary>
              Looks up a localized string similar to Visibility of the footer area in the calendar which may display current-date-button or template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_ShowMonthDropDown">
            <summary>
              Looks up a localized string similar to Visibility of the selector with drop-down list of months that allows to change visible month in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_ShowNextPrevMonth">
            <summary>
              Looks up a localized string similar to Visibility of active areas in the calendar that allow to increment and decrement displayed month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_ShowTitle">
            <summary>
              Looks up a localized string similar to Visibility of the text string in the calendar that shows displayed month and year.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_ShowYearDropDown">
            <summary>
              Looks up a localized string similar to Visibility of the selector with drop-down list of years that allows to change visible year in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WCP_P_Width">
            <summary>
              Looks up a localized string similar to Width of calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_BackColor">
            <summary>
              Looks up a localized string similar to Background color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_BorderColor">
            <summary>
              Looks up a localized string similar to Border color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_BorderStyle">
            <summary>
              Looks up a localized string similar to Border style of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_BorderWidth">
            <summary>
              Looks up a localized string similar to Border width of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_Culture">
            <summary>
              Looks up a localized string similar to The CultureInfo object used by the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_FontBold">
            <summary>
              Looks up a localized string similar to Font bold of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_FontItalic">
            <summary>
              Looks up a localized string similar to Font italic of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_FontName">
            <summary>
              Looks up a localized string similar to Font name of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_FontSize">
            <summary>
              Looks up a localized string similar to Font size of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_ForeColor">
            <summary>
              Looks up a localized string similar to Foreground color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_MaxDate">
            <summary>
              Looks up a localized string similar to Determines the upper date limit that can be entered (value is validated on lost focus event).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_MinDate">
            <summary>
              Looks up a localized string similar to Determines the lower date limit that can be entered (value is validated on lost focus event).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_ShowCalendarFooter">
            <summary>
              Looks up a localized string similar to Visibility of the footer area in the calendar which may display current-date-button or template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_ShowCalendarMonthDropDown">
            <summary>
              Looks up a localized string similar to Visibility of the selector with drop-down list of months that allows to change visible month in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_ShowCalendarNextPrevMonth">
            <summary>
              Looks up a localized string similar to Visibility of active areas in the calendar that allow to increment and decrement displayed month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_ShowCalendarTitle">
            <summary>
              Looks up a localized string similar to Visibility of the text string in the calendar that shows displayed month and year.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDCP_P_ShowCalendarYearDropDown">
            <summary>
              Looks up a localized string similar to Visibility of the selector with drop-down list of years that allows to change visible year in the calendar.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_BackColor">
            <summary>
              Looks up a localized string similar to Background color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_BorderColor">
            <summary>
              Looks up a localized string similar to Border color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_BorderStyle">
            <summary>
              Looks up a localized string similar to Border style of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_BorderWidth">
            <summary>
              Looks up a localized string similar to Border width of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_FontBold">
            <summary>
              Looks up a localized string similar to Font bold of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_FontItalic">
            <summary>
              Looks up a localized string similar to Font italic of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_FontName">
            <summary>
              Looks up a localized string similar to Font name of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_FontSize">
            <summary>
              Looks up a localized string similar to Font size of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_ForeColor">
            <summary>
              Looks up a localized string similar to Foreground color of editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDIPB_P_HorizontalAlign">
            <summary>
              Looks up a localized string similar to Horizontal alignment of text in editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_Culture">
            <summary>
              Looks up a localized string similar to The CultureInfo object used by the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_DataMode">
            <summary>
              Looks up a localized string similar to Type of object that is used to wrap the Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_EditModeFormat">
            <summary>
              Looks up a localized string similar to Format of date used for edit mode.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_MaxValue">
            <summary>
              Looks up a localized string similar to Determines the upper date limit that can be entered (value is validated on lost focus event).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_MinValue">
            <summary>
              Looks up a localized string similar to Determines the lower date limit that can be entered (value is validated on lost focus event).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_PromptChar">
            <summary>
              Looks up a localized string similar to Character that is used to fill missing date fields while control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_SpinButtonDelta">
            <summary>
              Looks up a localized string similar to Value that is used to increment/decrement editing value on spin events.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_SpinButtonDisplay">
            <summary>
              Looks up a localized string similar to Visibility and layout of spin buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_SpinButtonWidth">
            <summary>
              Looks up a localized string similar to Width of spin buttons excluding borders.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WDTEP_P_YearToFillCentury">
            <summary>
              Looks up a localized string similar to Value that is used to autofill year field to the 20th or 21st century if only 1 or 2 digits are entered.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WMEP_P_DataMode">
            <summary>
              Looks up a localized string similar to Specifies rules that are used to get/set the Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WMEP_P_EmptyPositionChar">
            <summary>
              Looks up a localized string similar to Character that is used to replace empty (not filled) positions in the InputMask while building string returned by Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WMEP_P_InputMask">
            <summary>
              Looks up a localized string similar to Input mask used to filter keyboard entries.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WMEP_P_PromptChar">
            <summary>
              Looks up a localized string similar to Character that is used to fill empty mask positions in the display text while the control has focus.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WNEP_P_Culture">
            <summary>
              Looks up a localized string similar to The CultureInfo object used by the control.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WNEP_P_DataMode">
            <summary>
              Looks up a localized string similar to Type of object that is used to wrap the Value property.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WNEP_P_MaxValue">
            <summary>
              Looks up a localized string similar to Determines the maximum number that can be entered (value is validated on lost focus event).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WNEP_P_MinDecimalPlaces">
            <summary>
              Looks up a localized string similar to Minimum number of decimal places displayed for number strings.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WNEP_P_MinValue">
            <summary>
              Looks up a localized string similar to Determines the minimum number that can be entered (value is validated on lost focus event).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WNEP_P_SpinButtonDelta">
            <summary>
              Looks up a localized string similar to Value that is used to increment/decrement editing value on spin events.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WNEP_P_SpinButtonDisplay">
            <summary>
              Looks up a localized string similar to Visibility and layout of spin buttons.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WNEP_P_SpinButtonWidth">
            <summary>
              Looks up a localized string similar to Width of spin buttons excluding borders.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WDG_WTEP_P_MaxLength">
            <summary>
              Looks up a localized string similar to Maximum length of text in editor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WHDG_HB_FS_EnableSummariesFilter">
            <summary>
              Looks up a localized string similar to If the property is set to True then summaries will calculate based on the data that has not been filtered out by the filtering conditions applied through the grid&apos;s Filtering behavior. If the property is set to False then the summaries will be calculated on the whole data no matter if it is filtered out or not..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WHDG_HB_FS_SummariesCaption">
            <summary>
              Looks up a localized string similar to Summaries caption string. If empty, no caption is rendered..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LD_WHDG_HB_FS_SummariesCaptionCssClass">
            <summary>
              Looks up a localized string similar to CSS class for the summaries caption..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LDV_WDG_CBF_ToolTipChecked">
            <summary>
              Looks up a localized string similar to Checked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LDV_WDG_CBF_ToolTipPartial">
            <summary>
              Looks up a localized string similar to Partial.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LDV_WDG_CBF_ToolTipUnchecked">
            <summary>
              Looks up a localized string similar to Unchecked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LE_RowEditTemplate_TemplateClosed">
            <summary>
              Looks up a localized string similar to Event fired after the edit row template is closed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LE_RowEditTemplate_TemplateClosing">
            <summary>
              Looks up a localized string similar to Event fired before the edit row template is closed.This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LE_RowEditTemplate_TemplateOpened">
            <summary>
              Looks up a localized string similar to Event fired after the edit row template is opened..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LE_RowEditTemplate_TemplateOpening">
            <summary>
              Looks up a localized string similar to Event fired before the edit row template is opened.This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LE_Sorting_ColumnSorted">
            <summary>
              Looks up a localized string similar to Event fired after the sort is completed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.LE_Sorting_ColumnSorting">
            <summary>
              Looks up a localized string similar to Event fired before the sort is executed.This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.PagerTemplate">
            <summary>
              Looks up a localized string similar to Pager Template.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_CDF_GF_Hidden">
            <summary>
              Looks up a localized string similar to If true this header will be rendered as hidden and all columns under it will be rendered hidden as well..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_CDF_P_Hidden">
            <summary>
              Looks up a localized string similar to Makes the field to be rendered hidden to the browser..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_EP_WDD_StretchHeight">
            <summary>
              Looks up a localized string similar to Stretches the drops down control vertically to match the editing cell height..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_EP_WDD_VerticalAlign">
            <summary>
              Looks up a localized string similar to Aligns the drop down relatively to the cell that is being edited..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_FC_P_TemplateId">
            <summary>
              Looks up a localized string similar to Id of the template from the Templates collection associated with the caption..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_FS_FormattingValue">
            <summary>
              Looks up a localized string similar to Format exception formatting {0} with format string of {1}..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GF_EnableMultiline">
            <summary>
              Looks up a localized string similar to Whether the \n occurances in the text of this field will be replaced with &amp;lt;BR /&amp;gt;..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GF_Format">
            <summary>
              Looks up a localized string similar to The formatting that is applied to the field&apos;s values. For example, &quot;{0:d} or {0:c}&quot;..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GF_HtmlEncode">
            <summary>
              Looks up a localized string similar to Whether the field is HTML encoded when displayed to the user..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GF_P_Footer">
            <summary>
              Looks up a localized string similar to Object that contains the properties for the footer..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GF_P_Header">
            <summary>
              Looks up a localized string similar to Object that contains the properties for the header..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GF_P_Key">
            <summary>
              Looks up a localized string similar to Key that identifies the field..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GF_P_VisibleIndex">
            <summary>
              Looks up a localized string similar to Visible index of field..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GF_P_Width">
            <summary>
              Looks up a localized string similar to Gets/sets the width of the field..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GFC_P_CssClass">
            <summary>
              Looks up a localized string similar to Gets/sets the css class name that will be set to the grid field caption..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GFC_P_Text">
            <summary>
              Looks up a localized string similar to Text of the field caption. The text is displayed in the caption when it&apos;s rendered to the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GFC_P_Tooltip">
            <summary>
              Looks up a localized string similar to Tooltip for the field caption. The tooltip text is displayed on the client once the caption gets the mouse cursor over it..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_GFFC_P_ColSpan">
            <summary>
              Looks up a localized string similar to Gets/sets the number of columns this footer will span.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_LS_Unbound">
            <summary>
              Looks up a localized string similar to Unbound.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WDG_LS_Undo">
            <summary>
              Looks up a localized string similar to Undo.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings.WebDataGrid_SchemaRefreshed">
            <summary>
              Looks up a localized string similar to WebDataGrid Schema is refreshed.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.DF_InvalidSummary">
            <summary>
              Looks up a localized string similar to This field does not have summary information. Make sure that the AddSummaryField method was called prior to data binding..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LD_WDG_Filtering_FilterHeaderBtnToolTip">
            <summary>
              Looks up a localized string similar to Click to filter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LE_CantEditType_GridEditing">
            <summary>
              Looks up a localized string similar to Editor with ID: {0} cannot edit column with Key:{1}. The editor does not support the column type..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LE_EditRowClientBinding_DuplicateControlID">
            <summary>
              Looks up a localized string similar to An EditRowClientBinding linked to the template control with the ControlID = {0} has already been found.  Each column only supports a single binding object to a single editor..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LE_EditRowClientBinding_DuplicateKey">
            <summary>
              Looks up a localized string similar to An EditRowClientBinding for the column with key = {0} has already been found.  Each column only supports a single binding object to a single editor.  .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LE_MultipleEditors_GridEditing">
            <summary>
              Looks up a localized string similar to Column with Key{0} cannot have multiple editors assigned to it. .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LE_MultipleInstancesOfBehaviorNotAllowed">
            <summary>
              Looks up a localized string similar to Multiple instances of a behavior with type {0} are not allowed.  The MultiInstancesAllowed of the Behavior is set to false..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_After">
            <summary>
              Looks up a localized string similar to After.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_All">
            <summary>
              Looks up a localized string similar to Clear Filter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_Before">
            <summary>
              Looks up a localized string similar to Before.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_BeginsWith">
            <summary>
              Looks up a localized string similar to Begins With.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_Contains">
            <summary>
              Looks up a localized string similar to Contains.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_DoesNotContain">
            <summary>
              Looks up a localized string similar to Does Not Contain.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_DoesNotEqual">
            <summary>
              Looks up a localized string similar to Does Not Equal.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_EndsWith">
            <summary>
              Looks up a localized string similar to Ends With.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_Equals">
            <summary>
              Looks up a localized string similar to Equals.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_False">
            <summary>
              Looks up a localized string similar to False.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_GreaterThan">
            <summary>
              Looks up a localized string similar to Greater Than.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_GreaterThanOrEqualTo">
            <summary>
              Looks up a localized string similar to Greater Than Or Equal To.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_Indeterminate">
            <summary>
              Looks up a localized string similar to Indeterminate.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_IsNotNull">
            <summary>
              Looks up a localized string similar to Is Not Null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_IsNull">
            <summary>
              Looks up a localized string similar to Is Null.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_LastMonth">
            <summary>
              Looks up a localized string similar to Last Month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_LastQuarter">
            <summary>
              Looks up a localized string similar to Last Quarter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_LastWeek">
            <summary>
              Looks up a localized string similar to Last Week.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_LastYear">
            <summary>
              Looks up a localized string similar to Last Year.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_LessThan">
            <summary>
              Looks up a localized string similar to Less Than.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_LessThanOrEqualTo">
            <summary>
              Looks up a localized string similar to Less Than Or Equal To.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_NextMonth">
            <summary>
              Looks up a localized string similar to Next Month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_NextQuarter">
            <summary>
              Looks up a localized string similar to Next Quarter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_NextWeek">
            <summary>
              Looks up a localized string similar to Next Week.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_NextYear">
            <summary>
              Looks up a localized string similar to Next Year.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_ThisMonth">
            <summary>
              Looks up a localized string similar to This Month.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_ThisQuarter">
            <summary>
              Looks up a localized string similar to This Quarter.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_ThisWeek">
            <summary>
              Looks up a localized string similar to This Week.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_ThisYear">
            <summary>
              Looks up a localized string similar to This Year.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_Today">
            <summary>
              Looks up a localized string similar to Today.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_Tomorrow">
            <summary>
              Looks up a localized string similar to Tomorrow.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_True">
            <summary>
              Looks up a localized string similar to True.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_YearToDate">
            <summary>
              Looks up a localized string similar to Year To Date.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_FilterRule_Yesterday">
            <summary>
              Looks up a localized string similar to Yesterday.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_Summary_CancelText">
            <summary>
              Looks up a localized string similar to Cancel.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_Summary_Checked_Alt">
            <summary>
              Looks up a localized string similar to summary checked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_Summary_OkText">
            <summary>
              Looks up a localized string similar to Ok.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_Summary_Unchecked_Alt">
            <summary>
              Looks up a localized string similar to summary unchecked.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_SummaryType_Average">
            <summary>
              Looks up a localized string similar to Average.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_SummaryType_Count">
            <summary>
              Looks up a localized string similar to Count.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_SummaryType_Custom">
            <summary>
              Looks up a localized string similar to Custom.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_SummaryType_Max">
            <summary>
              Looks up a localized string similar to Max.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_SummaryType_Min">
            <summary>
              Looks up a localized string similar to Min.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_SummaryType_Sum">
            <summary>
              Looks up a localized string similar to Sum.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.LS_VirtualScrolling_HeightException">
            <summary>
              Looks up a localized string similar to The WebDataGrid control must have the Height property set for the VirtualScrolling behavior to operate..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_B_P_PagingNotSupported">
            <summary>
              Looks up a localized string similar to Paging is not supported by data source..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_BG_TemplateNotFound">
            <summary>
              Looks up a localized string similar to Template not found: {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_CellSetValueNotSupported">
            <summary>
              Looks up a localized string similar to A cell value can only be set for cells that are part of an UnboundField..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_CF_MultiColHeaderIncompatible">
            <summary>
              Looks up a localized string similar to Multi-column headers is incompatible with ColumnFixing at this time. We will be providing this compatibility in future releases..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_ColAddBadType">
            <summary>
              Looks up a localized string similar to Provided field of type &apos;{0}&apos; cannot be added to the columns collection. Only BoundDataField, TemplateDataField, and UnboundField fields are supported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_ColFix_NoColumn_Exp">
            <summary>
              Looks up a localized string similar to Column with key &apos;{0}&apos; cannot be fixed, because it does not exist or is not a top level column..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_ColRemoveBadType">
            <summary>
              Looks up a localized string similar to Provided field of type &apos;{0}&apos; cannot be removed from the columns collection. Only BoundDataField, TemplateDataField, and UnboundField fields are supported..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_CustomSourceNullException">
            <summary>
              Looks up a localized string similar to When cancelling the WebDataGrid&apos;s DataBinding event, a custom DataSource object must be supplied to the event args..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_DefaultColumnWidth_Exception">
            <summary>
              Looks up a localized string similar to DefaultColumnWidth cannot be a negative value..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_EC_E_MissingRecord">
             <summary>
               Looks up a localized string similar to Requested record cannot be found by key.
            Common Causes:
            - The data key field(s) is being edited causing the record not to be found when trying to update.
            - Not rebinding the grid when there are updates to be committed (assuming DataViewState is disabled in this case) – for instance if the grid is bound on !IsPostback.
            - While a user is editing a particular row in the grid, another user deletes the record from the database. On posting back, the grid is rebound to the updated datasource which no longer co [rest of string was truncated]&quot;;.
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_F_CF_SetKey">
            <summary>
              Looks up a localized string similar to Cannot change column key from [{0}] to [{1}], because a ColumnFilter with this column key already exists in the collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_F_ColKeyNotFound">
            <summary>
              Looks up a localized string similar to Each ColumnFilter object needs to have a valid ColumnKey, which exists in the Grid&apos;s DataSource..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_F_WrongRule">
            <summary>
              Looks up a localized string similar to The filtering rule condition of type {0} is not an appropriate type for column \&quot;{1}\&quot;, which is of type {2}..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_FB_PopulateUniqueFilterValuesNotHandled">
            <summary>
              Looks up a localized string similar to When using CustomBinding and ExcelStyleFilter PopulateUniqueFilterValues event needs to be handled to provide the values which need to be displayed in the filtering dropdowns..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_FC_ColCompoundKey">
            <summary>
              Looks up a localized string similar to Column object does not support compound data keys..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_FC_NoKey">
            <summary>
              Looks up a localized string similar to Key cannot be empty. The field objects in the grid must have non-empty unique keys assigned to the Key property..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_FC_UniqueKey">
            <summary>
              Looks up a localized string similar to Key:{0} must be unique. The field objects in the grid must have non-empty unique keys assigned to the Key property..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_Filtering_AllTxt">
            <summary>
              Looks up a localized string similar to All.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_Filtering_CancelText">
            <summary>
              Looks up a localized string similar to Cancel.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_Filtering_OkText">
            <summary>
              Looks up a localized string similar to Ok.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_Filtering_PartiallySelected">
            <summary>
              Looks up a localized string similar to Partially Selected {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_Filtering_Selected">
            <summary>
              Looks up a localized string similar to Selected {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_Filtering_Unselected">
            <summary>
              Looks up a localized string similar to Unselected {0}.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_FS_CalculateCustomSummaryNotHandled">
            <summary>
              Looks up a localized string similar to CalculateCustomSummary event must be handeled in order to use custom summaries..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_FS_WrongTypeForColumn">
            <summary>
              Looks up a localized string similar to Summary type {0} is not appropriate for column {1} of type {2}..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_IC_OutOfBounds">
            <summary>
              Looks up a localized string similar to Requested cell index is out of bound..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_NoDataSourceException">
            <summary>
              Looks up a localized string similar to The grid must have either DataSourceID assigned or the DataSource property set..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_NoXPathFirstChildException">
            <summary>
              Looks up a localized string similar to A Node indicates that it has Children, yet GetFirstChild returned null!.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_RowAddingDefaultValue">
            <summary>
              Looks up a localized string similar to The default value string, {0}, for column {1} cannot be converted to the correct type, {2}..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_SR_CalculateNormalSummaryNotHandled">
            <summary>
              Looks up a localized string similar to CalculateSummary event must be handled in order to use normal summaries when the default data binding of the grid is cancelled in the DataBinding event..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_UnboundCheckboxBoolException">
            <summary>
              Looks up a localized string similar to Value for an unbound checkbox field must be of type bool or bool?, not type {0}..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_UnboundValueTypeMismatch">
            <summary>
              Looks up a localized string similar to The type of the unbound column is {0} whereas the value being set, {1}, is of type {2}..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_UpdatesNotSupported">
            <summary>
              Looks up a localized string similar to A row can only be updated or deleted if the DataKeyFields property is set..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebDataGridStrings_runtime.WDG_XPathNotSupportedTypeException">
            <summary>
              Looks up a localized string similar to The type of the object provided to XPathDataNavigator is not supported.
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_Band_P_Height">
            <summary>
              Looks up a localized string similar to The height of each row island that will be generated from the band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_Band_P_ShowFooter">
            <summary>
              Looks up a localized string similar to Determines if the column footers will be visible in the grids created from this band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_Band_P_ShowHeader">
            <summary>
              Looks up a localized string similar to Determines if the column headers will be visible in the grids created from this band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_Band_P_Width">
            <summary>
              Looks up a localized string similar to The width of each row island that will be generated from the band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_BDF_P_DataType">
            <summary>
              Looks up a localized string similar to Full type name that should be used for the field in case the original field type is not available for the grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CGS_P_DefaultSortDirection">
            <summary>
              Looks up a localized string similar to How the data will be sorted as its being grouped. This is the default value for the column, unless otherwise specified when creating a grouped Column object..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CGS_P_Groupable">
            <summary>
              Looks up a localized string similar to Boolean property which indicates if a column is allowed to participate in column grouping..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CGS_P_MERGE_CELLS">
            <summary>
              Looks up a localized string similar to Boolean property which indicates if a column will merge its cell values..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_ActiveGroupedRowChanged">
            <summary>
              Looks up a localized string similar to Event fired after a GroupedRow becomes active..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_ActiveGroupedRowChanging">
            <summary>
              Looks up a localized string similar to Event fired before a GroupedRow becomes Active. This event is cancelable..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsGroupedColumnsChanged">
            <summary>
              Looks up a localized string similar to Event fired when the bands GroupedColumns collection has changed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsGroupedColumnsChanging">
            <summary>
              Looks up a localized string similar to Event fired when the bands GroupedColumns collection is about to change..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsGroupedRowCollapsed">
            <summary>
              Looks up a localized string similar to Event fired when the grid&apos;s GroupedRow is collapsed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsGroupedRowCollapsing">
            <summary>
              Looks up a localized string similar to Event fired when the grid&apos;s GroupedRow is about to collapse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsGroupedRowExpanded">
            <summary>
              Looks up a localized string similar to Event fired when the grid&apos;s GroupedRow is expanded..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsGroupedRowExpanding">
            <summary>
              Looks up a localized string similar to Event fired when the grid&apos;s GroupedRow is about to expand..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsPopulated">
            <summary>
              Looks up a localized string similar to Event fired when the grid receives a response and inserts HTML for child row islands..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsPopulating">
            <summary>
              Looks up a localized string similar to Event fired when the grid initiates a request for child row islands..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsRowCollapsed">
            <summary>
              Looks up a localized string similar to Event fired when the grid&apos;s row is collapsed..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsRowCollapsing">
            <summary>
              Looks up a localized string similar to Event fired when the grid&apos;s row is about to collapse..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsRowExpanded">
            <summary>
              Looks up a localized string similar to Event fired when the grid&apos;s row is expanded..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_CV_WHDGEventsRowExpanding">
            <summary>
              Looks up a localized string similar to Event fired when the grid&apos;s row is about to expand..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_E_ActiveGroupedRowChanged">
            <summary>
              Looks up a localized string similar to Occurs when the ActiveGroupedRow changes between posts to the server..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GC_ColumnKey">
            <summary>
              Looks up a localized string similar to The value of the column&apos;s key..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GC_P_SortDirection">
            <summary>
              Looks up a localized string similar to How the data will be sorted as its being grouped..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_AscendingImageUrl">
            <summary>
              Looks up a localized string similar to A url to the ascending order image that appears in the group by area next to the column header column. If nothing is assigned to the property the image with the name &quot;igg_sortAsc.gif&quot; from current Application Styling images directory is used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_ColumnSettings">
            <summary>
              Looks up a localized string similar to A collection of type ColumnGroupingSettings.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_DescendingImageUrl">
            <summary>
              Looks up a localized string similar to A url to the descending order image that appears in the group by area next to the column header column. If nothing is assigned to the property the image with the name &quot;igg_sortDesc.gif&quot; from current Application Styling images directory is used..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_EnableCellMerging">
            <summary>
              Looks up a localized string similar to Defines whether to merge cells in a grouped column..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_EnableColumnGrouping">
            <summary>
              Looks up a localized string similar to Determines if the column grouping is enabled for the band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_GroupedBandCssClass">
            <summary>
              Looks up a localized string similar to The name of the css class that will be applied to the element representing the band in the grouped by area..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_GroupedColumnLabelCssClass">
            <summary>
              Looks up a localized string similar to The name of the css class that will be applied to the clone of the column found in the grouped by area..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_GroupedColumns">
            <summary>
              Looks up a localized string similar to A collection of columns by which the data is currently grouped on this band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_GroupedRowCssClass">
            <summary>
              Looks up a localized string similar to The name of the css class that will be applied to the row showing the group..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_GroupedRowTextMask">
            <summary>
              Looks up a localized string similar to The mask for the text of Grouped row. Available tokens: {0} - header of the grouped column, {1} - grouped value, {2} - number of grouped child rows, {3} - number of all data records in the group..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_IndentationFactor">
            <summary>
              Looks up a localized string similar to Factor by how much to indent the next group row or data rows. Has to be a positive integer.  The default is 20..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_InitialRowExpandState">
            <summary>
              Looks up a localized string similar to Indicats if the grouped rows are rendered as expanded or collapsed by default..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_RemoveButton">
            <summary>
              Looks up a localized string similar to This will be an ImageButton object, when this button is clicked the grouped column to which the button belongs to will be removed from the group columns collection..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_ShowBandInGroupByArea">
            <summary>
              Looks up a localized string similar to Indicats whether a graphical representation of the band will be shown in the group by area, when one or more columns are grouped..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_GS_P_ShowRemoveButton">
            <summary>
              Looks up a localized string similar to Boolean property, which is true by default.  Controls whether the RemoveButton will be shown for the grouped column headers, when the mouse is over the header..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_HGS_GroupAreaCssClass">
            <summary>
              Looks up a localized string similar to The name of the css class that will be applied to the group area (the spot where you drag a column to indicate that the data needs to be grouped by it).
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_HGS_GroupAreaVisibility">
             <summary>
               Looks up a localized string similar to Controls where the UI for grouping columns is visible. This setting is global for all Bands.
            Visible - the group area is visible 
            Hidden - the group area is not visible but the columns can be group through code..
             </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_HGS_P_EmptyGroupAreaText">
            <summary>
              Looks up a localized string similar to The text that is displayed in the group area before there are any grouped columns. This setting is global for all Bands..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_HGS_P_GroupByAreaLocation">
            <summary>
              Looks up a localized string similar to Determines where the GroupArea is shown, possible values are, Top (default) or Bottom. This setting is global to all the bands..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WDG_E_ContainerGridDataBinding">
            <summary>
              Looks up a localized string similar to The event that fires right before the ContainerGrid is data bound.  If this is cancelled, then the ContainerGrid will perform binding directly to the DataSource supplied to the event args.  This is to accomplish custom sorting or filtering.  This will fire when the ContainerGrid&apos;s DataBinding event does, not before as RowIslandDataBinding does..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_GroupedColumnsChanged">
            <summary>
              Looks up a localized string similar to The GroupedColumnsChanged event is raised after a change to the GroupedColumns collection occurs for the band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_GroupedColumnsChanging">
            <summary>
              Looks up a localized string similar to The GroupedColumnsChanging event is raised before a change to the GroupedColumns collection occurs for the band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_GroupedRowInitialized">
            <summary>
              Looks up a localized string similar to The GroupedRowInitialized event is raised after a GroupedRecord is created..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_InitializeBand">
            <summary>
              Looks up a localized string similar to Fired for initialization of every band in the hierarchical grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_InitializeRow">
            <summary>
              Looks up a localized string similar to Fired for initialization of every row in the hierarchical grid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_RowCollapsed">
            <summary>
              Looks up a localized string similar to The RowCollapsed event is raised after a row is collapsed on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_RowExpanded">
            <summary>
              Looks up a localized string similar to The RowExpanded event is raised after a row is expanded on the client..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_RowIslandCreated">
            <summary>
              Looks up a localized string similar to Fired after a row island is created..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_RowIslandDataBinding">
            <summary>
              Looks up a localized string similar to Fired before a row island is data bound..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_RowIslandDataBound">
            <summary>
              Looks up a localized string similar to Fired after a row island is data bound..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_RowIslandsPopulated">
            <summary>
              Looks up a localized string similar to Fired after a row&apos;s child grids are populated in the load on demand mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_E_RowIslandsPopulating">
            <summary>
              Looks up a localized string similar to Fired before a row&apos;s child grids are populated in the load on demand mode..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_HB_P_EnableInheritance">
            <summary>
              Looks up a localized string similar to This property will have an affect only for WebHierarchicalDataGrid and when set to true will enable the behavior for child bands..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_AutoGenerateBands">
            <summary>
              Looks up a localized string similar to Defines whether the grid generates Bands automatically before the data binding process..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_Bands">
            <summary>
              Looks up a localized string similar to A collection of child bands of this band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_CollapseButton">
            <summary>
              Looks up a localized string similar to The button object that will be displayed when a grid&apos;s row is expanded and can be clicked to collapse the row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_ExpandableAreaCssClass">
            <summary>
              Looks up a localized string similar to The name of the css class that will be used to style the TD in which the row islands appear..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_ExpandButton">
            <summary>
              Looks up a localized string similar to The button object that will be displayed when a grid&apos;s row is collapsed and the row has child row islands.  It can  be clicked to expand the row to show the child row islands..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_ExpandCollapseAnimation">
            <summary>
              Looks up a localized string similar to Gets reference to container of properties related to animation used for expanding or collapsing a row..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_ExpansionColumnCss">
            <summary>
              Looks up a localized string similar to The name of the css class that will be used to style the column in which the Expand/Collapse buttons appear..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_GroupingSettings">
            <summary>
              Looks up a localized string similar to Settings for column grouping..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_InitialDataBindDepth">
            <summary>
              Looks up a localized string similar to Sets or gets an integer value which determines how deep into the DataSource hierarchy DataBinding will proceed when the grid is first displayed. The rest of the hierarchy is loaded on demand. -1 directs the grid to be fully bound. The default value is 0 which signifies that the grid is set up for load on demand from the top level..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_InitialExpandDepth">
            <summary>
              Looks up a localized string similar to Sets or gets an integer value that determines how many levels of rows will be expanded when the grid is first displayed. The default value is 0 which signifies that no rows will be expanded. This value of this property has to be less than or equal to the value of InitialDataBindDepth. A value or -1 means that all levels will be expanded, InitialExpandDepth should be set to -1 only when InitialDataBindDepth will also be set to -1..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_IsSelfReference">
            <summary>
              Looks up a localized string similar to Indicates if the current Band is representing a self reference relationship..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_Key">
            <summary>
              Looks up a localized string similar to The Key of the Band.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.LD_WHDG_P_MaxDataBindDepth">
            <summary>
              Looks up a localized string similar to Sets or gets an integer value which determines how deep into the DataSource hierarchy DataBinding will proceed. The default value is -1 which signifies that databinding will proceed as deep as the datasource hierarchy.  A value of 2 specifies that databinding should proceed two levels below the root level..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.WHDG_DataSourceReturnedNullView">
            <summary>
              Looks up a localized string similar to Error retrieving data for {0}. .
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings.WHDG_EmptyGroupAreaText">
            <summary>
              Looks up a localized string similar to Drag a column here to group by..
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.LD_WHDG_CollapseBtnToolTip">
            <summary>
              Looks up a localized string similar to Collapse Row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.LD_WHDG_ExpandBtnToolTip">
            <summary>
              Looks up a localized string similar to Expand Row.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.LD_WHDG_IHierarchicalBehaviorAddedSubBand_Exception">
            <summary>
              Looks up a localized string similar to The {0} behavior should be added to the Behaviors collection of WebHierarchicalDataGrid itself and once added there, {0} will be enabled for the whole WebHierarchicalDataGrid control..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.LD_WHDG_InitExapndDepthException">
            <summary>
              Looks up a localized string similar to InitialExpandDepth can not be greater than InitialDataBindDepth..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.LD_WHDG_RemoveBtnToolTip">
            <summary>
              Looks up a localized string similar to Ungroup Column.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.LD_WHDG_SortingPagingKeysException">
            <summary>
              Looks up a localized string similar to In order to use Sorting behavior in conjunction with the Paging behavior DataKeyFields need to set for each Band..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.WHDG_CG_SetSelfRefException">
            <summary>
              Looks up a localized string similar to IsSelfReference property can not be set explicitly on a ContainerGrid..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.WHDG_CR_ResizingEnabledException">
            <summary>
              Looks up a localized string similar to Column resizing cannot have a different Enabled value assigned on a row island level than it is set on a band level..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.WHDG_GroupedSortedException">
            <summary>
              Looks up a localized string similar to Column &apos;{0}&apos; cannot be added to the SortedColumns collection, because this column is currently grouped by..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.WHDG_IncompatibleWithMultiHeader">
            <summary>
              Looks up a localized string similar to WebHierarchicalDataGrid currently does not support Multi-column headers. We will be providing this support in future releases..
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.Resources.WebHierarchicalDataGridsStrings_runtime.WHDG_LoadOnDemandKeysException">
            <summary>
              Looks up a localized string similar to In order to use load-on-demand DataKeyFields need to be set for each parent Band..
            </summary>
        </member>
        <member name="T:Infragistics.Web.UI.WebScriptManager">
             <summary>
            ScriptManager derived class that enables the javascript IntelliSense for Infragistics 
            ASP.NET Ajax controls and provides CDN support.
             </summary>
        </member>
        <member name="M:Infragistics.Web.UI.WebScriptManager.#ctor">
            <summary>
            The control's default constructor.
            </summary>
        </member>
        <member name="P:Infragistics.Web.UI.WebScriptManager.InfragisticsCDN">
            <summary>
            Contains CDN options for the ASP.NET controls
            </summary>
        </member>
    </members>
</doc>
