SVN r1148
SVN-Revision: r1148
This commit is contained in:
@@ -774,6 +774,13 @@ namespace Lskj.Control
|
||||
gridColumn.AppearanceCell.Options.UseTextOptions = true;
|
||||
gridColumn.AppearanceCell.TextOptions.HAlignment = model.DataAlignment == 1 ? DevExpress.Utils.HorzAlignment.Center : DevExpress.Utils.HorzAlignment.Far;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(model.TitleColor))
|
||||
{
|
||||
gridColumn.AppearanceHeader.Options.UseForeColor = true;
|
||||
gridColumn.AppearanceHeader.ForeColor = ColorTranslator.FromHtml(model.TitleColor);
|
||||
}
|
||||
|
||||
if (EnabledChangeColor)
|
||||
{
|
||||
if (!model.Edit)
|
||||
|
||||
Reference in New Issue
Block a user