dundas.controls.ColumnStyleDefinition Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.StyleDefinition
      dundas.controls.ColumnStyleDefinition
 

Constructors

 
  Name Description
init Initializes the column style definition. Called during construction. Inherited from dundas.controls.StyleDefinition.
 
 

Properties

 
  Name Description
backgroundBrush Gets or sets the background color. Inherited from dundas.controls.StyleDefinition.
borderBottomColor Gets or sets the bottom border color. Inherited from dundas.controls.StyleDefinition.
borderBottomWidth Gets or sets the bottom border width in pixels. Inherited from dundas.controls.StyleDefinition.
borderLeftColor Gets or sets the left border color. Inherited from dundas.controls.StyleDefinition.
borderLeftWidth Gets or sets the left border width in pixels. Inherited from dundas.controls.StyleDefinition.
borderRightColor Gets or sets the right border color. Inherited from dundas.controls.StyleDefinition.
borderRightWidth Gets or sets the right border width in pixels. Inherited from dundas.controls.StyleDefinition.
borderStyle Gets or sets the border style. Inherited from dundas.controls.StyleDefinition.
borderTopColor Gets or sets the top border color. Inherited from dundas.controls.StyleDefinition.
borderTopWidth Gets or sets the top border width in pixels. Inherited from dundas.controls.StyleDefinition.
cursor Gets or sets the cursor.
fontColor Gets or sets the font color. Inherited from dundas.controls.StyleDefinition.
fontFamily Gets or sets the font family.
fontSize Gets or sets the font size.
fontStyle Gets or sets the font style.
fontVariant Gets or sets the font variant.
fontWeight Gets or sets the font weight.
height Gets or sets the height in pixels. Inherited from dundas.controls.StyleDefinition.
selector Gets the CSS selector. Inherited from dundas.controls.StyleDefinition.
textAlignment Gets or sets the text alignment.
textDecoration Gets or sets the text decoration.
textWrap Gets or sets the text wrapping.
verticalAlignment Gets or sets the vertical alignment.
width Gets or sets the width in pixels. Inherited from dundas.controls.StyleDefinition.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.