QuickAdmin.Net Reference
C#
C#
Show/Hide TOC
CRUDProxy
.
Grid
Control
Settings
.
Row
Number
Column
Align Property
序号列的对齐位置。
Definition
Namespace:
QuickAdmin.RCL
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
Copy
public
TextAlign? RowNumberColumnAlign {
get
;
set
; }
Property Value
TextAlign
?
Remarks
可用值及其含义为:
1
– 靠左
2
– 居中
3
– 靠右
若未设置,默认靠左。
See Also
Reference
CRUDProxy
.
GridControlSettings Class
QuickAdmin.RCL Namespace
In This Article
Definition
Remarks
See Also