Skip to main content

TcxGridServerModeBandedColumn.DataBinding Property

Specifies a connection that binds the banded column to the underlying storage that provides access to data in server mode.

Declaration

property DataBinding: TcxGridItemServerModeDataBinding read; write;

Property Value

Type
TcxGridItemServerModeDataBinding

Remarks

Refer to the TcxGridItemServerModeDataBinding class description for information on available options.

See Also