[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangingArgs.Name

Name Property

Name

Gets a value representing the name associated with the layout change.

Declaration
public string Name { get; }
Property Value
Type Description
string

A string representing the name of the layout element (such as a control or section) that is involved in the change. This name can be used to identify the specific element that has been added, removed, moved, or otherwise modified.

Remarks

The Name property is particularly useful in scenarios where the layout change needs to be tracked or logged, allowing for a more descriptive and understandable representation of the change that occurred.