Back to Devexpress

GridColumnWidth Members

wpf-devexpress-dot-xpf-dot-grid-dot-gridcolumnwidth-dot-underscore-members.md

latest3.9 KB
Original Source

GridColumnWidth Members

Represents the width of the columns in the GridControl.

Constructors

NameDescription
GridColumnWidth(Double, GridColumnUnitType)Initializes a new instance of the GridColumnWidth class with a specified value and unit.
GridColumnWidth(Double)Initializes a new instance of the GridColumnWidth class with an absolute value in pixels.

Properties

NameDescription
IsAbsoluteGets a value that indicates whether this instance sizes elements based on a fixed pixel value.
IsAutoGets a value that indicates whether this instance automatically sizes elements based on content.
IsStarGets a value that indicates whether this instance automatically sizes elements based on a weighted proportion of available space.
UnitTypeGets the type that is used to determine how the size of the element is calculated.
ValueGets the absolute value of the column width.

Methods

NameDescription
Equals(GridColumnWidth)
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 GridColumnWidth instance.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current GridColumnWidth object.
GetType()Gets the Type of the current instance. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object.

Operators

NameDescription
Equality(GridColumnWidth, GridColumnWidth) staticFor internal use.
Implicit(Double to GridColumnWidth) staticFor internal use.
Inequality(GridColumnWidth, GridColumnWidth) staticFor internal use.

See Also

GridColumnWidth Struct

DevExpress.Xpf.Grid Namespace