QuickAdmin.Net Reference
C#
C#
Show/Hide TOC
CRUDProxy
.
Spread
Display
Order
Buttons Property
指示是否展开列表页用来调整记录显示顺序的按钮。
共有四个操作:置顶、上移、下移、置底。若不展开,将显示为一个包含四个子菜单项的下拉菜单按钮,若展开,则显示为四个按钮。
Definition
Namespace:
QuickAdmin.RCL
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
Copy
public
bool
? SpreadDisplayOrderButtons {
get
;
protected
set
; }
Property Value
bool
?
Implements
ICRUDProxy
.
SpreadDisplayOrderButtons
Remarks
当为
false
时,将显示为一个下拉菜单按钮。即默认是展开显示的。
See Also
Reference
CRUDProxy Class
QuickAdmin.RCL Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also