TitleIndexColumn Members
Contains settings that define an individual column within a ASPxTitleIndex control.Constructors
Name | Description |
---|---|
TitleIndexColumn() | Initializes a new instance of the TitleIndexColumn class with default settings. |
Properties
Name | Description |
---|---|
BackColor | Gets or sets the current column’s background color. |
BackgroundImage | Gets the column’s background image. |
Border | Gets the border settings for all four sides of the current column’s client region. |
BorderBottom | Gets the settings of the column’s bottom border. |
BorderLeft | Gets the settings of the column’s left border. |
BorderRight | Gets the settings of the column’s right border. |
BorderTop | Gets the settings of the column’s top border. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
CssClass | Gets or sets the name of the cascading style sheet (CSS) class that specifies the column’s display style. |
HoverStyle | Gets the style settings which define the appearance of the current column when the mouse pointer is hovering over it. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
Paddings | Gets the padding settings of the column. |
Style | Gets the column’s style settings. |
Width | Gets or sets the current column’s width. |
Methods
Name | Description |
---|---|
Assign(CollectionItem) | Copies the settings from the specified CollectionItem object to the current object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from CollectionItem. |
See Also