KaxBinaryImageDataValue Property |
Gets or sets binary data to which control will be bound to
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic byte[] DataValue { get; set; }
Public Property DataValue As Byte()
Get
Set
public:
property array<unsigned char>^ DataValue {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member DataValue : byte[] with get, set
Property Value
Type:
Byte
See Also