Skip to content

Commit e2a4a97

Browse files
committed
Exposed AllowLiveShaping property
1 parent 320fde8 commit e2a4a97

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/TableView.Properties.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,15 @@ public bool UseRightClickForColumnFilter
278278
/// </summary>
279279
public IList<FilterDescription> FilterDescriptions => _collectionView.FilterDescriptions;
280280

281+
/// <summary>
282+
/// Gets or sets a value indicating whether live shaping is enabled.
283+
/// </summary>
284+
public bool AllowLiveShaping
285+
{
286+
get => _collectionView.AllowLiveShaping;
287+
set => _collectionView.AllowLiveShaping = value;
288+
}
289+
281290
/// <summary>
282291
/// Gets or sets the last selection unit used.
283292
/// </summary>

0 commit comments

Comments
 (0)