ResourceViewColumn
ResourceViewColumn class
Project’s view class used in ResourceUsage view and ResourceSheet view.
public sealed class ResourceViewColumn : ViewColumn
Constructors
Properties
Name |
Description |
override Field { get; set; } |
Column field. Field . |
Name { get; } |
Gets the column name. |
StringAlignment { get; set; } |
Gets or sets alignment of the text (can be one of the values of the StringAlignment enumeration). |
TextStyleModificationCallback { get; set; } |
Gets or sets the callback which can be used to customize the appearance of the column’s cells. |
Width { get; } |
Gets the column width. |
Methods
Name |
Description |
GetColumnText(Resource) |
Converts current resource to the column text. |
See Also