Skip to content

GridColumn

Summary

Represents the column of the grid.

Signature

1
public abstract interface GridColumn

Namespace

cAlgo.API

Methods

Name Description
SetWidthInPixels Sets the grid column width in pixels.
SetWidthInStars Sets the grid column width in stars.
SetWidthToAuto Sets the grid column width to automatic.

Properties

Name Description
Index { get; } Gets the grid column index.
Width { get; } Gets the grid column width.
MinWidth { get; set; } Defines the grid column minimum width.
MaxWidth { get; set; } Defines the grid column maximum width.

See Also


Last update: March 30, 2023