_TableView.AlwaysExpandConversation Property

Definition

Returns or sets a Boolean (bool in C#) value that indicates whether conversations are always fully expanded in the table view. Read/write.

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

Property Value

Remarks

The AlwaysExpandConversation property is analogous to selecting Always Expand Conversations in the Conversations menu of the Arrangement group on the View tab of the Microsoft Office Fluent ribbon.

True indicates that conversation groups are fully expanded in the table view by default; False indicates conversation groups are only partially expanded.

Applies to