Class UI_Grid_Column
Inheritance
System.Object
UI_Grid_Column
Assembly: Simplic.Framework.EF.dll
Syntax
public class UI_Grid_Column : Locking.ILockable
Constructors
|
Improve this Doc
View Source
UI_Grid_Column()
Declaration
Properties
|
Improve this Doc
View Source
AggregationMode
Bit-Mask: 0 = None, MinValue = 1, MaxValue = 2, AverageValue = 4, Sum = 8, Count = 16
Declaration
public int AggregationMode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AggregationText
Declaration
public string AggregationText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ColorColumnName
Declaration
public string ColorColumnName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DataFormatting { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultGrouping
Declaration
public int? DefaultGrouping { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
DefaultSorting
Declaration
public bool? DefaultSorting { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
DisplayIndex
Declaration
public int DisplayIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FontSize
Declaration
public int FontSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FontStyle
Declaration
public byte? FontStyle { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Byte> |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
InternName
Declaration
public string InternName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSearchable
Declaration
public bool IsSearchable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MaxWidth
Declaration
public double MaxWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
MinWidth
Declaration
public double MinWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ProfileId
Declaration
public Guid ProfileId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
SearchDataType
Declaration
public int SearchDataType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SplitCharacter
Declaration
public string SplitCharacter { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextAlignment
Declaration
public byte? TextAlignment { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Byte> |
|
|
Improve this Doc
View Source
TextWrapping
Declaration
public byte? TextWrapping { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Byte> |
|
|
Improve this Doc
View Source
UI_Grid_Aggregation_Avg_UI_Grid_Aggregation_Avg_ColumndId
Declaration
public virtual ICollection<UI_Grid_Aggregation_Avg> UI_Grid_Aggregation_Avg_UI_Grid_Aggregation_Avg_ColumndId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_Aggregation_Count_UI_Grid_Aggregation_Count_ColumndId
Declaration
public virtual ICollection<UI_Grid_Aggregation_Count> UI_Grid_Aggregation_Count_UI_Grid_Aggregation_Count_ColumndId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_Aggregation_MinMax_UI_Grid_Aggregation_MinMax_ColumndId
Declaration
public virtual ICollection<UI_Grid_Aggregation_MinMax> UI_Grid_Aggregation_MinMax_UI_Grid_Aggregation_MinMax_ColumndId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_CellHighlight_CLR_UI_Grid_CellHighlight_CLR_ColumndId
Declaration
public virtual ICollection<UI_Grid_CellHighlight_CLR> UI_Grid_CellHighlight_CLR_UI_Grid_CellHighlight_CLR_ColumndId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_CellHighlight_Script_UI_Grid_CellHighlight_Script_ColumndId
Declaration
public virtual ICollection<UI_Grid_CellHighlight_Script> UI_Grid_CellHighlight_Script_UI_Grid_CellHighlight_Script_ColumndId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_CellHighlight_Sql_UI_Grid_CellHighlight_Sql_ColumndId
Declaration
public virtual ICollection<UI_Grid_CellHighlight_Sql> UI_Grid_CellHighlight_Sql_UI_Grid_CellHighlight_Sql_ColumndId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_Column_ProfileId
Declaration
public virtual UI_Grid_Profile UI_Grid_Column_ProfileId { get; set; }
Property Value
|
Improve this Doc
View Source
UseForUniqueFiltering
Declaration
public bool UseForUniqueFiltering { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|