Back to Devexpress

TileViewColumns Members

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-tileviewcolumns-dot-underscore-members.md

latest4.5 KB
Original Source

TileViewColumns Members

Contains columns for the TileView that define tile behavior and visual states.

Constructors

NameDescription
TileViewColumns(TileView)Initializes a new instance of the TileViewColumns class.

Properties

NameDescription
BackgroundImageColumnGets or sets the column that contains images to display in tiles’ background.
BackgroundImageColumnNameThis property is intended for internal use.
CheckedColumnGets or sets the column with Boolean values that specify the checked state for tiles.
CheckedColumnNameThis property is intended for internal use.
EnabledColumnGets or sets the column with Boolean values that specify the enabled/disabled state for tiles.
EnabledColumnNameThis property is intended for internal use.
GroupColumnGets or sets the column whose values are used to combine tiles in groups.
GroupColumnNameThis property is intended for internal use.
ViewGets the View that owns the current TileViewColumns object.

Methods

NameDescription
Assign(TileViewColumns)Copies contents of the specified TileViewColumns object to the current object.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the current TileViewColumns object.

See Also

TileViewColumns Class

DevExpress.XtraGrid.Columns Namespace