GridViewAlternatingRowStyle Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Initializes a new instance of the Grid |
#Fields
Name | Description |
---|---|
Default |
For internal use only.
Inherited from Appearance |
#Properties
Name | Description |
---|---|
Back |
Gets or sets the background color of the Web server control. Inherited from Style. |
Background |
Gets the background image defined by the current style.
Inherited from Appearance |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Css |
Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client. Inherited from Style. |
Cursor |
Gets or sets the type of cursor to display when the mouse pointer is over the object which the current style applies to.
Inherited from Appearance |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Empty static |
This property is not in effect for the Appearance |
Enabled | Gets or sets whether the style settings used to paint alternating rows are enabled. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Font | Gets the font properties associated with the Web server control. Inherited from Style. |
Fore |
Gets or sets the foreground color (typically the color of the text) of the Web server control. Inherited from Style. |
Horizontal |
Gets or sets the horizontal alignment of the contents within its container.
Inherited from Appearance |
Is |
Gets a value that indicates whether this Appearance |
Is |
Returns a value indicating whether any style elements have been defined in the state bag. Inherited from Style. |
Registered |
Gets the cascading style sheet (CSS) class that is registered with the control. Inherited from Style. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Vertical |
Gets or sets the vertical alignment of the contents in its container.
Inherited from Appearance |
Wrap |
Indicates whether the text content wraps in a container cell.
Inherited from Appearance |
#Methods
Name | Description |
---|---|
Add |
For internal use only.
Inherited from Appearance |
Add |
Adds HTML attributes and styles that need to be rendered to the specified Html |
Assign |
Copies the settings from the specified Appearance |
Assign |
For internal use only.
Inherited from Appearance |
Assign |
For internal use only.
Inherited from Appearance |
Assign |
For internal use only.
Inherited from Appearance |
Assign |
Copies the settings from the current Appearance |
Assign |
For internal use only.
Inherited from Appearance |
Assign |
Copies the settings from the current Appearance |
Assign |
For internal use only.
Inherited from Appearance |
Assign |
For internal use only.
Inherited from Appearance |
Assign |
For internal use only.
Inherited from Appearance |
Assign |
Copies all settings except for border settings from the specified Appearance |
Copy |
Duplicates the border properties of the specified style object into the instance of the Appearance |
Copy |
Duplicates the font and cursor setting of the specified style object into the instance of the Appearance |
Copy |
Duplicates the font properties of the specified style object into the instance of the Appearance |
Copy |
Duplicates the properties of the specified object into the current instance of the Appearance |
Copy |
Duplicates the properties of the specified object into the current instance of the Grid |
Copy |
Duplicates the text decoration properties of the specified object into the current instance of the Appearance |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Dispose |
Releases the unmanaged resources used by the Component and optionally releases the managed resources. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the color of the bottom border.
Inherited from Appearance |
Get |
Returns the color of the left border.
Inherited from Appearance |
Get |
Returns the color of the right border.
Inherited from Appearance |
Get |
Returns the color of the top border.
Inherited from Appearance |
Get |
Returns the style of the bottom border.
Inherited from Appearance |
Get |
Returns the style of the left border.
Inherited from Appearance |
Get |
Returns the style of the right border.
Inherited from Appearance |
Get |
Returns the style of the top border.
Inherited from Appearance |
Get |
Returns the width of the bottom border.
Inherited from Appearance |
Get |
Returns the width of the left border.
Inherited from Appearance |
Get |
Returns the width of the right border.
Inherited from Appearance |
Get |
Returns the width of the top border.
Inherited from Appearance |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Retrieves the Css |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Load |
Loads the previously saved state. Inherited from Style. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Merge |
Combines the border properties of the specified Style with the current instance of the Appearance |
Merge |
Combines the font properties of the specified Style with the current instance of the Appearance |
Merge |
Combines the properties of the specified Style with the current instance of the Appearance |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Returns the Appearance |
Save |
A protected method. Saves any state that has been modified after the Track |
Set |
A protected internal method. Sets an internal bitmask field that indicates the style properties that are stored in the state bag. Inherited from Style. |
Set |
Marks the Style so that its state will be recorded in view state. Inherited from Style. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Track |
A protected method. Marks the beginning for tracking state changes on the control. Any changes made after tracking has begun will be tracked and saved as part of the control view state. Inherited from Style. |
#Events
Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also