_TableView.AlwaysExpandConversation 属性

定义

返回或设置 C#) 值中的 布尔 (布尔 值,该值指示是否始终在表视图中完全展开对话。 读/写。

public:
 property bool AlwaysExpandConversation { bool get(); void set(bool value); };
public bool AlwaysExpandConversation { get; set; }
Public Property AlwaysExpandConversation As Boolean

属性值

注解

AlwaysExpandConversation 属性类似于在 Microsoft Office Fluent 功能区的“视图”选项卡上的“安排”组的“对话”菜单中选择“始终展开对话”。

True 表示的对话组完全展开的表视图中默认设置。 False 指示组仅部分展开的对话。

适用于