Property | Type | Description |
---|
Method | Description | |
---|---|---|
AceColumn ( ) : System | ||
AceColumn ( AceColumnType t ) : System | ||
AceColumn ( AceColumnType t, string strCustomName, bool bHide, int nWidth ) : System | ||
GetDisplayName ( ) : string | ||
GetTextAlign ( AceColumnType t ) : HorizontalAlignment | ||
IsTimeColumn ( AceColumnType t ) : bool | ||
SafeGetWidth ( int nDefaultWidth ) : int |
public AceColumn ( AceColumnType t ) : System | ||
t | AceColumnType | |
return | System |
public AceColumn ( AceColumnType t, string strCustomName, bool bHide, int nWidth ) : System | ||
t | AceColumnType | |
strCustomName | string | |
bHide | bool | |
nWidth | int | |
return | System |
public static GetTextAlign ( AceColumnType t ) : HorizontalAlignment | ||
t | AceColumnType | |
return | HorizontalAlignment |
public static IsTimeColumn ( AceColumnType t ) : bool | ||
t | AceColumnType | |
return | bool |
public SafeGetWidth ( int nDefaultWidth ) : int | ||
nDefaultWidth | int | |
return | int |