Skip to main content

DataControlSerializationOptions.GetAddNewColumns(DependencyObject) Method

Gets the value of the DataControlSerializationOptions.AddNewColumns attached property for the specified DependencyObject.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public static bool GetAddNewColumns(
    DependencyObject obj
)

#Parameters

Name Type Description
obj DependencyObject

The element from which the property value is read.

#Returns

Type Description
Boolean

The DataControlSerializationOptions.AddNewColumns property value for the element.

See Also